index
:
pub/scm/git/git.git
jch
main
maint
master
next
seen
todo
Git source code mirror
Junio C Hamano
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
t
Age
Commit message (
Expand
)
Author
Files
Lines
2023-01-05
Merge branch 'ab/no-more-git-global-super-prefix'
Junio C Hamano
4
-30
/
+115
2023-01-05
Merge branch 'ab/bundle-wo-args'
Junio C Hamano
1
-0
/
+7
2023-01-05
Merge branch 'sg/test-oid-wo-incomplete-line'
Junio C Hamano
6
-9
/
+10
2023-01-05
Merge branch 'sa/cat-file-mailmap--batch-check'
Junio C Hamano
1
-0
/
+65
2023-01-05
am: allow passing --no-verify flag
Thierry Reding
1
-0
/
+32
2023-01-05
dir: check for single file cone patterns
William Sprent
1
-1
/
+10
2023-01-02
Merge branch 'ew/format-patch-mboxrd'
Junio C Hamano
2
-3
/
+5
2023-01-02
Merge branch 'ds/bundle-uri-4'
Junio C Hamano
10
-2
/
+503
2023-01-02
Merge branch 'lk/line-range-parsing-fix'
Junio C Hamano
1
-0
/
+22
2022-12-28
Merge branch 'sa/git-var-sequence-editor'
Junio C Hamano
1
-0
/
+38
2022-12-26
Merge branch 'pg/diff-stat-unmerged-regression-fix'
Junio C Hamano
1
-0
/
+10
2022-12-26
Merge branch 'jk/ref-filter-error-reporting-fix'
Junio C Hamano
1
-0
/
+18
2022-12-26
Merge branch 'sg/help-autocorrect-config-fix'
Junio C Hamano
1
-0
/
+6
2022-12-26
read-tree: add "--super-prefix" option, eliminate global
Ævar Arnfjörð Bjarmason
2
-2
/
+2
2022-12-26
submodule--helper: don't use global --super-prefix in "absorbgitdirs"
Ævar Arnfjörð Bjarmason
1
-22
/
+14
2022-12-26
read-tree + fetch tests: test failing "--super-prefix" interaction
Glen Choo
1
-0
/
+43
2022-12-26
submodule absorbgitdirs tests: add missing "Migrating git..." tests
Ævar Arnfjörð Bjarmason
1
-7
/
+57
2022-12-25
format-patch: support format.mboxrd with --stdout
Eric Wong
2
-3
/
+5
2022-12-25
clone: unbundle the advertised bundles
Derrick Stolee
2
-2
/
+78
2022-12-25
bundle-uri: allow relative URLs in bundle lists
Derrick Stolee
2
-0
/
+84
2022-12-25
bundle-uri: serve bundle.* keys from config
Derrick Stolee
1
-0
/
+32
2022-12-25
bundle-uri client: add helper for testing server
Ævar Arnfjörð Bjarmason
2
-0
/
+92
2022-12-25
bundle-uri client: add boolean transfer.bundleURI setting
Ævar Arnfjörð Bjarmason
1
-1
/
+18
2022-12-25
clone: request the 'bundle-uri' command when available
Ævar Arnfjörð Bjarmason
1
-0
/
+19
2022-12-25
t: create test harness for 'bundle-uri' command
Ævar Arnfjörð Bjarmason
6
-1
/
+144
2022-12-25
protocol v2: add server-side "bundle-uri" skeleton
Ævar Arnfjörð Bjarmason
1
-1
/
+39
2022-12-25
bundle: don't segfault on "git bundle <subcmd>"
Ævar Arnfjörð Bjarmason
1
-0
/
+7
2022-12-20
cat-file: add mailmap support to --batch-check option
Siddharth Asthana
1
-0
/
+36
2022-12-20
cat-file: add mailmap support to -s option
Siddharth Asthana
1
-0
/
+29
2022-12-20
line-range: fix infinite loop bug with '$' regex
Lars Kellogg-Stedman
1
-0
/
+22
2022-12-19
Merge branch 'rj/branch-copy-and-rename'
Junio C Hamano
1
-0
/
+10
2022-12-19
Merge branch 'rr/status-untracked-advice'
Junio C Hamano
1
-0
/
+70
2022-12-19
Merge branch 'aw/complete-case-insensitive'
Junio C Hamano
1
-0
/
+30
2022-12-19
Merge branch 'rs/t3920-crlf-eating-grep-fix'
Junio C Hamano
1
-1
/
+1
2022-12-19
Merge branch 'js/t3920-shell-and-or-fix'
Junio C Hamano
1
-1
/
+1
2022-12-19
Merge branch 'ab/t4023-avoid-losing-exit-status-of-diff'
Junio C Hamano
1
-6
/
+6
2022-12-19
Merge branch 'ab/t7600-avoid-losing-exit-status-of-git'
Junio C Hamano
1
-1
/
+1
2022-12-19
Merge branch 'ab/t5314-avoid-losing-exit-status'
Junio C Hamano
1
-7
/
+10
2022-12-19
Merge branch 'rs/t4205-do-not-exit-in-test-script'
Junio C Hamano
1
-1
/
+1
2022-12-19
tests: make 'test_oid' print trailing newline
SZEDER Gábor
6
-9
/
+10
2022-12-18
var: add GIT_SEQUENCE_EDITOR variable
Sean Allred
1
-0
/
+38
2022-12-15
ref-filter: truncate atom names in error messages
Jeff King
1
-0
/
+6
2022-12-15
ref-filter: factor out "unrecognized %(foo) arg" errors
Jeff King
1
-0
/
+6
2022-12-15
ref-filter: factor out "%(foo) does not take arguments" errors
Jeff King
1
-0
/
+6
2022-12-15
diff: fix regression with --stat and unmerged file
Peter Grayson
1
-0
/
+10
2022-12-14
Merge branch 'js/t0021-windows-pwd'
Junio C Hamano
1
-2
/
+2
2022-12-14
Merge branch 'sa/git-var-empty'
Junio C Hamano
1
-0
/
+62
2022-12-14
Merge branch 'rs/multi-filter-args'
Junio C Hamano
1
-24
/
+66
2022-12-14
Merge branch 'tl/pack-bitmap-absolute-paths'
Junio C Hamano
1
-2
/
+3
2022-12-14
Merge branch 'ab/various-leak-fixes'
Junio C Hamano
54
-8
/
+62
[prev]
[next]