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
2026-04-21
t7004: avoid subshells to capture git exit codes
Siddharth Shrimali
1
-8
/
+18
2026-04-21
t7004: dynamically grab expected state in tests
Siddharth Shrimali
1
-9
/
+2
2026-04-21
t7004: drop hardcoded tag count for state verification
Siddharth Shrimali
1
-4
/
+3
2026-04-20
diff: fix out-of-bounds reads and NULL deref in diffstat UTF-8 truncation
Elijah Newren
1
-0
/
+25
2026-04-16
Merge branch 'jk/midx-write-v1-by-default'
Junio C Hamano
1
-1
/
+1
2026-04-16
MIDX: revert the default version to v1
Jeff King
1
-1
/
+1
2026-04-16
t5563: add tests for http.emptyAuth with Negotiate
Matthew John Cheetham
1
-0
/
+74
2026-04-15
cat-file: add mailmap subcommand to --batch-command
Siddharth Asthana
1
-0
/
+105
2026-04-15
backfill: default to grabbing edge blobs too
Elijah Newren
1
-6
/
+104
2026-04-15
fsmonitor: add tests for Linux
Paul Tarjan
1
-7
/
+81
2026-04-15
t9210, t9211: disable GIT_TEST_SPLIT_INDEX for scalar clone tests
Paul Tarjan
2
-0
/
+11
2026-04-15
userdiff: extend Scheme support to cover other Lisp dialects
Scott L. Burson
8
-3
/
+21
2026-04-15
userdiff: tighten word-diff test case of the scheme driver
Johannes Sixt
3
-3
/
+6
2026-04-10
t1800: test SIGPIPE with parallel hooks
Jeff King
1
-0
/
+38
2026-04-10
hook: allow hook.jobs=-1 to use all available CPU cores
Adrian Ratiu
1
-0
/
+49
2026-04-10
hook: add hook.<event>.enabled switch
Adrian Ratiu
1
-0
/
+83
2026-04-10
hook: warn when hook.<friendly-name>.jobs is set
Adrian Ratiu
1
-0
/
+30
2026-04-10
hook: add per-event jobs config
Adrian Ratiu
1
-0
/
+59
2026-04-10
hook: add -j/--jobs option to git hook run
Emily Shaffer
1
-7
/
+128
2026-04-10
hook: mark non-parallelizable hooks
Emily Shaffer
1
-0
/
+16
2026-04-10
hook: allow pre-push parallel execution
Adrian Ratiu
1
-0
/
+32
2026-04-10
hook: allow parallel hook execution
Emily Shaffer
1
-0
/
+142
2026-04-09
Merge branch 'ds/rev-list-maximal-only-optim'
Junio C Hamano
3
-0
/
+105
2026-04-08
Merge branch 'jt/index-fd-wo-repo-regression-fix-maint'
Junio C Hamano
1
-0
/
+8
2026-04-08
Merge branch 'tc/replay-ref'
Junio C Hamano
1
-0
/
+66
2026-04-08
Merge branch 'ng/add-files-to-cache-wo-rename'
Junio C Hamano
1
-0
/
+38
2026-04-08
Merge branch 'ss/t7004-unhide-git-failures'
Junio C Hamano
1
-5
/
+10
2026-04-08
t1800: add &&-chains to test helper functions
Adrian Ratiu
1
-6
/
+6
2026-04-07
object-file: avoid ODB transaction when not writing objects
Justin Tobler
1
-0
/
+8
2026-04-07
Merge branch 'th/backfill-auto-detect-sparseness-fix'
Junio C Hamano
1
-0
/
+15
2026-04-07
Merge branch 'ps/receive-pack-updateinstead-in-worktree'
Junio C Hamano
1
-0
/
+15
2026-04-07
Merge branch 'jt/fast-import-signed-modes'
Junio C Hamano
2
-1
/
+127
2026-04-07
Merge branch 'mm/line-log-use-standard-diff-output'
Junio C Hamano
29
-42
/
+534
2026-04-07
Merge branch 'jc/whitespace-incomplete-line'
Junio C Hamano
1
-0
/
+16
2026-04-07
Merge branch 'ps/commit-graph-overflow-fix'
Junio C Hamano
1
-0
/
+20
2026-04-07
t5710: use proper file:// URIs for absolute paths
Christian Couder
1
-28
/
+51
2026-04-07
promisor-remote: try accepted remotes before others in get_direct()
Christian Couder
1
-0
/
+69
2026-04-06
Merge branch 'th/t6101-unhide-git-failures'
Junio C Hamano
1
-1
/
+2
2026-04-06
Merge branch 'za/t2000-modernise'
Junio C Hamano
1
-56
/
+66
2026-04-06
Merge branch 'tc/replay-down-to-root'
Junio C Hamano
1
-3
/
+7
2026-04-06
Merge branch 'tb/stdin-packs-excluded-but-open'
Junio C Hamano
2
-0
/
+127
2026-04-06
Merge branch 'ps/odb-generic-object-name-handling'
Junio C Hamano
1
-9
/
+9
2026-04-06
cache-tree: fix inverted object existence check in cache_tree_fully_valid
David Lin
1
-0
/
+8
2026-04-06
promisor-remote: fix promisor.quiet to use the correct repository
Trieu Huynh
1
-1
/
+44
2026-04-06
rev-list: use reduce_heads() for --maximal-only
Derrick Stolee
1
-0
/
+31
2026-04-06
p6011: add perf test for rev-list --maximal-only
Derrick Stolee
1
-0
/
+29
2026-04-06
t6600: test --maximal-only and --independent
Derrick Stolee
1
-0
/
+45
2026-04-06
backfill: auto-detect sparse-checkout from config
Trieu Huynh
1
-0
/
+15
2026-04-03
Merge branch 'ps/dash-buggy-0.5.13-workaround'
Junio C Hamano
7
-36
/
+54
2026-04-03
Merge branch 'th/t8003-unhide-git-failures'
Junio C Hamano
1
-44
/
+31
[prev]
[next]