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-03-25
t1800: add test to verify hook execution ordering
Adrian Ratiu
1
-1
/
+28
2026-03-25
hook: fix minor style issues
Adrian Ratiu
1
-1
/
+1
2026-03-25
Merge branch 'tb/incremental-midx-part-3.2'
Junio C Hamano
5
-16
/
+318
2026-03-25
repo: show subcommand-specific help text
Mahi Kassa
2
-0
/
+12
2026-03-24
t0061: simplify .bat test
Jeff King
1
-10
/
+2
2026-03-24
replay: support replaying down from root commit
Toon Claes
1
-3
/
+7
2026-03-24
Merge branch 'yc/histogram-hunk-shift-fix'
Junio C Hamano
2
-0
/
+165
2026-03-24
Merge branch 'mf/t0008-cleanup'
Junio C Hamano
1
-1
/
+2
2026-03-24
Merge branch 'pb/t4200-test-path-is-helpers'
Junio C Hamano
1
-13
/
+13
2026-03-24
Merge branch 'rj/pack-refs-tests-path-is-helpers'
Junio C Hamano
1
-14
/
+14
2026-03-24
Merge branch 'ps/clar-wo-path-max'
Junio C Hamano
2
-15
/
+68
2026-03-24
Merge branch 'ps/history-split'
Junio C Hamano
2
-0
/
+758
2026-03-24
Merge branch 'ss/t0410-delete-object-cleanup'
Junio C Hamano
1
-1
/
+4
2026-03-24
Merge branch 'jt/fast-import-sign-again'
Junio C Hamano
1
-47
/
+87
2026-03-24
commit-graph: fix writing generations with dates exceeding 34 bits
Patrick Steinhardt
1
-0
/
+20
2026-03-23
remote-curl: fall back to default hash outside repo
K Jayatheerth
1
-0
/
+7
2026-03-23
format-patch: --commit-list-format without prefix
Mirko Faina
1
-0
/
+24
2026-03-23
format-patch: add preset for --commit-list-format
Mirko Faina
1
-5
/
+15
2026-03-23
format.commitListFormat: strip meaning from empty
Mirko Faina
1
-11
/
+0
2026-03-23
format-patch: rename --cover-letter-format option
Mirko Faina
2
-21
/
+21
2026-03-23
Merge branch 'ac/help-sort-correctly'
Junio C Hamano
1
-16
/
+21
2026-03-23
Merge branch 'jc/test-allow-sed-with-ere'
Junio C Hamano
2
-2
/
+2
2026-03-23
Merge branch 'ng/submodule-default-remote'
Junio C Hamano
4
-2
/
+277
2026-03-23
Merge branch 'ms/t7605-test-path-is-helpers'
Junio C Hamano
1
-3
/
+3
2026-03-23
t: add matching negative attributes to test_decode_color
Jeff King
1
-0
/
+3
2026-03-20
oidtree: extend iteration to allow for arbitrary return codes
Patrick Steinhardt
1
-2
/
+2
2026-03-20
oidtree: modernize the code a bit
Patrick Steinhardt
1
-7
/
+7
2026-03-19
t5315: use test_path_is_file for loose-object check
Bilal El Khatabi
1
-1
/
+1
2026-03-19
Merge branch 'ps/unit-test-c-escape-names.txt'
Junio C Hamano
3
-22
/
+53
2026-03-19
Merge branch 'lc/rebase-trailer'
Junio C Hamano
2
-0
/
+148
2026-03-19
Merge branch 'ss/t3200-test-zero-oid'
Junio C Hamano
1
-1
/
+2
2026-03-19
Merge branch 'dd/list-objects-filter-options-wo-strbuf-split'
Junio C Hamano
1
-4
/
+0
2026-03-19
Merge branch 'ps/t9200-test-path-is-helpers'
Junio C Hamano
1
-8
/
+12
2026-03-18
t2107: modernize path existence check
Aditya
1
-1
/
+1
2026-03-18
merge-file: fix BUG when --object-id is used in a worktree
Mathias Rav
1
-0
/
+9
2026-03-17
apply: fix new-style empty context line triggering incomplete-line check
Junio C Hamano
1
-0
/
+16
2026-03-17
apply: report input location in binary and garbage patch errors
Jialong Wang
2
-1
/
+31
2026-03-17
apply: report input location in header parsing errors
Jialong Wang
2
-2
/
+39
2026-03-17
apply: report the location of corrupt patches
Jialong Wang
2
-3
/
+39
2026-03-17
http: add support for HTTP 429 rate limit retries
Vaidas Pilkauskas
5
-0
/
+374
2026-03-16
t2203: avoid suppressing git status exit code
Jialong Wang
1
-8
/
+16
2026-03-16
t4211: add tests for -L with standard diff options
Michael Montalbo
1
-0
/
+281
2026-03-16
line-log: route -L output through the standard diff pipeline
Michael Montalbo
29
-42
/
+198
2026-03-16
line-log: fix crash when combined with pickaxe options
Michael Montalbo
1
-0
/
+55
2026-03-16
refs: add 'preparing' phase to the reference-transaction hook
Eric Ju
2
-5
/
+32
2026-03-16
t4200: convert test -[df] checks to test_path_* helpers
PRASHANT S BISHT
1
-13
/
+13
2026-03-16
apply.c: fix -p argument parsing
Mirko Faina
1
-0
/
+41
2026-03-16
t0008: improve test cleanup to fix failing test
Mirko Faina
1
-1
/
+2
2026-03-16
Merge branch 'mf/format-patch-cover-letter-format' into mf/format-patch-commi...
Junio C Hamano
2
-0
/
+102
2026-03-16
Merge branch 'ty/setup-error-tightening'
Junio C Hamano
2
-0
/
+78
[prev]
[next]