index
:
git
jch
main
maint
master
next
seen
todo
Mirror of https://git.kernel.org/pub/scm/git/git.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
t
Age
Commit message (
Expand
)
Author
Lines
2026-05-17
Merge branch 'jk/dumb-http-alternate-fix' into next
Junio C Hamano
-0
/
+20
2026-05-17
Merge branch 'mm/diff-U-takes-no-negative-values' into next
Junio C Hamano
-0
/
+11
2026-05-17
Merge branch 'kk/paint-down-to-common-optim' into next
Junio C Hamano
-0
/
+40
2026-05-15
Merge branch 'sp/shallow-deepen-on-non-shallow-repo-fix' into next
Junio C Hamano
-0
/
+10
2026-05-15
Merge branch 'aw/validate-proxy-url-scheme' into next
Junio C Hamano
-0
/
+6
2026-05-15
Merge branch 'mm/git-url-parse' into next
Junio C Hamano
-0
/
+365
2026-05-15
Merge branch 'kn/refs-generic-helpers' into next
Junio C Hamano
-0
/
+14
2026-05-15
Merge branch 'za/t2000-modernise-more' into next
Junio C Hamano
-57
/
+8
2026-05-13
Merge branch 'ps/history-fixup' into next
Junio C Hamano
-0
/
+681
2026-05-13
Merge branch 'jh/alias-i18n-fixes' into next
Junio C Hamano
-0
/
+12
2026-05-13
Merge branch 'bc/sign-commit-with-custom-encoding' into next
Junio C Hamano
-0
/
+10
2026-05-13
Merge branch 'js/adjust-tests-to-explicitly-access-bare-repo' into next
Junio C Hamano
-11
/
+98
2026-05-13
Merge branch 'en/diffstat-utf8-truncation-fix' into next
Junio C Hamano
-0
/
+25
2026-05-13
Merge branch 'js/objects-larger-than-4gb-on-windows' into next
Junio C Hamano
-0
/
+581
2026-05-13
diff: reject negative values for -U/--unified
Michael Montalbo
-0
/
+5
2026-05-13
diff: reject negative values for --inter-hunk-context
Michael Montalbo
-0
/
+6
2026-05-13
http: handle absolute-path alternates from server root
Jeff King
-0
/
+20
2026-05-12
Merge branch 'sj/submodule-update-clone-config-fix' into next
Junio C Hamano
-0
/
+8
2026-05-12
Merge branch 'ag/rebase-update-refs-limit-to-branches' into next
Junio C Hamano
-0
/
+18
2026-05-12
Merge branch 'kh/name-rev-custom-format' into next
Junio C Hamano
-1
/
+210
2026-05-12
Merge branch 'sg/t6112-unwanted-tilde-expansion-fix' into next
Junio C Hamano
-3
/
+3
2026-05-12
commit-reach: early exit paint_down_to_common for single merge-base
Kristofer Karlsson
-0
/
+40
2026-05-12
format-rev: introduce builtin for on-demand pretty formatting
Kristoffer Haugsbakk
-1
/
+196
2026-05-12
name-rev: make dedicated --annotate-stdin --name-only test
Kristoffer Haugsbakk
-0
/
+14
2026-05-12
shallow: fix relative deepen on non-shallow repositories
Samo Pogačnik
-0
/
+10
2026-05-11
Merge branch 'js/maintenance-fix-deadlock-on-win10' into next
Junio C Hamano
-1
/
+21
2026-05-11
Merge branch 'rs/grep-column-only-match-fix' into next
Junio C Hamano
-3
/
+3
2026-05-11
Merge branch 'hn/git-checkout-m-with-stash' into next
Junio C Hamano
-8
/
+106
2026-05-11
Merge branch 'jc/t5551-fix-expensive' into next
Junio C Hamano
-0
/
+1
2026-05-11
Merge branch 'js/t5564-socks-use-short-path' into next
Junio C Hamano
-2
/
+9
2026-05-11
Merge branch 'en/ort-cached-rename-with-trivial-resolution' into next
Junio C Hamano
-0
/
+60
2026-05-11
Merge branch 'ss/t7004-unhide-git-failures' into next
Junio C Hamano
-21
/
+23
2026-05-11
Merge branch 'en/backfill-fixes-and-edges' into next
Junio C Hamano
-6
/
+104
2026-05-11
rebase: ignore non-branch update-refs
Abhinav Gupta
-0
/
+18
2026-05-11
submodule-config: fix reading submodule.fetchJobs
Saagar Jha
-0
/
+8
2026-05-09
t5608: mark >4GB tests as EXPENSIVE
Johannes Schindelin
-3
/
+3
2026-05-09
test-tool synthesize: add precomputed SHA-256 pack for 4 GiB + 1
Johannes Schindelin
-0
/
+91
2026-05-09
test-tool synthesize: precompute pack for 4 GiB + 1
Johannes Schindelin
-1
/
+201
2026-05-09
test-tool synthesize: use the unsafe hash for speed
Johannes Schindelin
-1
/
+1
2026-05-09
t5608: add regression test for >4GB object clone
Johannes Schindelin
-0
/
+37
2026-05-09
test-tool: add a helper to synthesize large packfiles
Johannes Schindelin
-0
/
+253
2026-05-09
t5551: "GIT_TEST_LONG=Yes make test" is broken
Junio C Hamano
-0
/
+1
2026-05-08
maintenance(geometric): do release the `.idx` files before repacking
Johannes Schindelin
-1
/
+21
2026-05-06
t9904: add tests for the new url-parse builtin
Matheus Afonso Martins Moreira
-0
/
+320
2026-05-06
urlmatch: define url_parse function
Matheus Afonso Martins Moreira
-0
/
+45
2026-05-06
http: reject unsupported proxy URL schemes
Aliwoto
-0
/
+6
2026-05-05
refs: move object parsing to the generic layer
Karthik Nayak
-0
/
+14
2026-04-29
checkout -m: autostash when switching branches
Harald Nordgren
-8
/
+82
2026-04-29
stash: add --label-ours, --label-theirs, --label-base for apply
Harald Nordgren
-0
/
+24
2026-04-29
t5564: use a short path for the SOCKS proxy socket
Johannes Schindelin
-2
/
+9
[next]