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-03
Merge branch 'sa/replay-revert'
Junio C Hamano
1
-7
/
+104
2026-04-03
Merge branch 'pw/worktree-reduce-the-repository'
Junio C Hamano
1
-16
/
+12
2026-04-03
Merge branch 'ar/config-hook-cleanups'
Junio C Hamano
1
-31
/
+136
2026-04-03
Merge branch 'ds/backfill-revs'
Junio C Hamano
1
-2
/
+209
2026-04-03
Merge branch 'mf/format-patch-commit-list-format'
Junio C Hamano
2
-25
/
+48
2026-04-03
Merge branch 'mf/format-patch-cover-letter-format'
Junio C Hamano
2
-0
/
+102
2026-04-02
t9300: work around partial read bug in Dash v0.5.13
Patrick Steinhardt
1
-18
/
+14
2026-04-02
t: work around multibyte bug in quoted heredocs with Dash v0.5.13
Patrick Steinhardt
6
-18
/
+40
2026-04-01
replay: allow to specify a ref with option --ref
Toon Claes
1
-0
/
+66
2026-04-01
read-cache: disable renames in add_files_to_cache
Nick Golden
1
-0
/
+38
2026-04-01
t7004: replace wc -l with modern test helpers
Siddharth Shrimali
1
-5
/
+10
2026-04-01
Merge branch 'kj/refspec-parsing-outside-repository'
Junio C Hamano
1
-0
/
+7
2026-04-01
Merge branch 'jk/t0061-bat-test-update'
Junio C Hamano
1
-10
/
+2
2026-04-01
Merge branch 'mk/repo-help-strings'
Junio C Hamano
2
-0
/
+12
2026-04-01
Merge branch 'bk/t5315-test-path-is-helpers'
Junio C Hamano
1
-1
/
+1
2026-04-01
Merge branch 'jk/diff-highlight-more'
Junio C Hamano
1
-0
/
+3
2026-04-01
Merge branch 'vp/http-rate-limit-retries'
Junio C Hamano
5
-0
/
+374
2026-03-30
Merge branch 'ai/t2107-test-path-is-helpers'
Junio C Hamano
1
-1
/
+1
2026-03-30
Merge branch 'jw/t2203-status-pipe-fix'
Junio C Hamano
1
-8
/
+16
2026-03-30
Merge branch 'jw/apply-corrupt-location'
Junio C Hamano
4
-6
/
+109
2026-03-30
receive-pack: use worktree HEAD for updateInstead
Pablo Sabater
1
-5
/
+1
2026-03-30
t5516: clean up cloned and new-wt in denyCurrentBranch and worktrees test
Pablo Sabater
1
-0
/
+1
2026-03-30
t5516: test updateInstead with worktree and unborn bare HEAD
Runxi Yu
1
-0
/
+18
2026-03-29
graph: add truncation mark to capped lanes
Pablo Sabater
1
-32
/
+32
2026-03-29
graph: add --graph-lane-limit option
Pablo Sabater
1
-0
/
+144
2026-03-28
t6101: avoid suppressing git's exit code
Trieu Huynh
1
-1
/
+2
2026-03-28
t8003: modernise style
Trieu Huynh
1
-27
/
+0
2026-03-28
t8003: avoid suppressing git's exit code
Trieu Huynh
1
-17
/
+31
2026-03-28
t2000: modernise overall structure
Zakariyah Ali
1
-56
/
+66
2026-03-27
repack: mark non-MIDX packs above the split as excluded-open
Taylor Blau
1
-1
/
+1
2026-03-27
pack-objects: support excluded-open packs with --stdin-packs
Taylor Blau
1
-0
/
+105
2026-03-27
t7704: demonstrate failure with once-cruft objects above the geometric split
Taylor Blau
1
-0
/
+22
2026-03-27
Merge branch 'ej/ref-transaction-hook-preparing'
Junio C Hamano
2
-5
/
+32
2026-03-27
Merge branch 'mf/apply-p-no-atoi'
Junio C Hamano
1
-0
/
+41
2026-03-27
Merge branch 'mr/merge-file-object-id-worktree-fix'
Junio C Hamano
1
-0
/
+9
2026-03-26
fast-import: add 'abort-if-invalid' mode to '--signed-tags=<mode>'
Justin Tobler
1
-1
/
+9
2026-03-26
fast-import: add 'sign-if-invalid' mode to '--signed-tags=<mode>'
Justin Tobler
1
-2
/
+39
2026-03-26
fast-import: add 'strip-if-invalid' mode to '--signed-tags=<mode>'
Justin Tobler
1
-0
/
+73
2026-03-26
fast-import: add 'abort-if-invalid' mode to '--signed-commits=<mode>'
Justin Tobler
1
-1
/
+9
2026-03-26
t5620: test backfill's unknown argument handling
Derrick Stolee
1
-0
/
+8
2026-03-26
path-walk: support wildcard pathspecs for blob filtering
Derrick Stolee
1
-4
/
+3
2026-03-26
backfill: work with prefix pathspecs
Derrick Stolee
1
-10
/
+6
2026-03-26
backfill: accept revision arguments
Derrick Stolee
1
-0
/
+156
2026-03-26
t5620: prepare branched repo for revision tests
Derrick Stolee
1
-2
/
+50
2026-03-26
worktree add: stop reading ".git/HEAD"
Phillip Wood
1
-16
/
+12
2026-03-25
Merge branch 'sa/replay-revert' into tc/replay-ref
Junio C Hamano
1
-7
/
+104
2026-03-25
replay: add --revert mode to reverse commit changes
Siddharth Asthana
1
-7
/
+104
2026-03-25
hook: reject unknown hook names in git-hook(1)
Adrian Ratiu
1
-26
/
+56
2026-03-25
hook: show disabled hooks in "git hook list"
Adrian Ratiu
1
-3
/
+30
2026-03-25
hook: show config scope in git hook list
Adrian Ratiu
1
-0
/
+21
[prev]
[next]