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
Age
Commit message (
Expand
)
Author
Files
Lines
2026-03-19
builds: move build scripts into "tools/"
Patrick Steinhardt
13
-35
/
+35
2026-03-19
contrib: move "update-unicode.sh" script into "tools/"
Patrick Steinhardt
3
-0
/
+0
2026-03-19
contrib: move "coverage-diff.sh" script into "tools/"
Patrick Steinhardt
1
-0
/
+0
2026-03-19
contrib: move "coccinelle/" directory into "tools/"
Patrick Steinhardt
30
-26
/
+26
2026-03-19
Introduce new "tools/" directory
Patrick Steinhardt
4
-0
/
+10
2026-03-18
doc: add missing space on git-config page
Gabriel “gabldotink”
1
-1
/
+1
2026-03-18
t2107: modernize path existence check
Aditya
1
-1
/
+1
2026-03-18
object-name: turn INTERPRET_BRANCH_* constants into enum values
Jialong Wang
5
-9
/
+16
2026-03-18
merge-file: fix BUG when --object-id is used in a worktree
Mathias Rav
2
-2
/
+12
2026-03-18
use commit_stack instead of prio_queue in LIFO mode
René Scharfe
3
-19
/
+17
2026-03-17
apply: fix new-style empty context line triggering incomplete-line check
Junio C Hamano
2
-2
/
+26
2026-03-17
apply: report input location in binary and garbage patch errors
Jialong Wang
3
-5
/
+37
2026-03-17
apply: report input location in header parsing errors
Jialong Wang
5
-24
/
+106
2026-03-17
apply: report the location of corrupt patches
Jialong Wang
3
-4
/
+42
2026-03-17
add-patch: use repository instance from add_i_state instead of the_repository
Shreyansh Paliwal
1
-4
/
+4
2026-03-17
http: add support for HTTP 429 rate limit retries
Vaidas Pilkauskas
10
-20
/
+550
2026-03-17
strbuf_attach: fix call sites to pass correct alloc
Vaidas Pilkauskas
5
-5
/
+5
2026-03-17
strbuf: pass correct alloc to strbuf_attach() in strbuf_reencode()
Vaidas Pilkauskas
1
-1
/
+1
2026-03-16
t2203: avoid suppressing git status exit code
Jialong Wang
1
-8
/
+16
2026-03-16
doc: note that -L supports patch formatting and pickaxe options
Michael Montalbo
1
-0
/
+4
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
34
-213
/
+512
2026-03-16
line-log: fix crash when combined with pickaxe options
Michael Montalbo
2
-4
/
+73
2026-03-16
refs: add 'preparing' phase to the reference-transaction hook
Eric Ju
4
-13
/
+55
2026-03-16
interpret-trailers: use placeholder instead of *
Kristoffer Haugsbakk
1
-1
/
+1
2026-03-16
doc: config: convert trailers section to synopsis style
Kristoffer Haugsbakk
1
-60
/
+61
2026-03-16
doc: interpret-trailers: normalize and fill out options
Kristoffer Haugsbakk
1
-23
/
+43
2026-03-16
doc: interpret-trailers: convert to synopsis style
Kristoffer Haugsbakk
1
-72
/
+73
2026-03-16
transport: plug leaks in transport_color_config()
Jeff King
1
-3
/
+3
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
2
-1
/
+43
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
6
-14
/
+212
2026-03-16
The 17th batch
Junio C Hamano
1
-0
/
+24
2026-03-16
Merge branch 'ty/patch-ids-document-lazy-eval'
Junio C Hamano
1
-1
/
+8
2026-03-16
Merge branch 'rs/history-ergonomics-updates-fix'
Junio C Hamano
1
-1
/
+1
2026-03-16
Merge branch 'jk/unleak-mmap'
Junio C Hamano
5
-21
/
+26
2026-03-16
Merge branch 'ty/setup-error-tightening'
Junio C Hamano
6
-14
/
+121
2026-03-16
Merge branch 'os/doc-git-custom-commands'
Junio C Hamano
1
-1
/
+4
2026-03-16
Merge branch 'fp/t3310-unhide-git-failures'
Junio C Hamano
1
-18
/
+29
2026-03-16
Merge branch 'jt/repo-structure-extrema'
Junio C Hamano
3
-112
/
+349
2026-03-16
Merge branch 'sp/wt-status-wo-the-repository'
Junio C Hamano
1
-31
/
+31
2026-03-16
doc: fix git grep args order in Quick Reference
Guillaume Jacob
1
-1
/
+1
2026-03-16
clar: update to fix compilation on platforms without PATH_MAX
Patrick Steinhardt
2
-15
/
+68
2026-03-15
stash: do not pass strbuf by value
Deveshi Dwivedi
1
-3
/
+3
2026-03-15
coccinelle: detect struct strbuf passed by value
Deveshi Dwivedi
1
-0
/
+11
2026-03-15
Merge branch 'dd/list-objects-filter-options-wo-strbuf-split' into dd/cocci-d...
Junio C Hamano
5
-37
/
+33
2026-03-15
t/pack-refs-tests: use test_path_is_missing
Ritesh Singh Jadoun
1
-14
/
+14
2026-03-13
builtin/pack-objects: reduce lock contention when writing packfile data
Patrick Steinhardt
1
-5
/
+9
2026-03-13
csum-file: drop `hashfd_throughput()`
Patrick Steinhardt
3
-22
/
+15
[prev]
[next]