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 'en/ort-harden-against-corrupt-trees' into jch
Junio C Hamano
-0
/
+152
2026-05-17
Merge branch 'ps/setup-wo-the-repository' into jch
Junio C Hamano
-39
/
+43
2026-05-17
Merge branch 'sa/cat-file-batch-mailmap-switch' into jch
Junio C Hamano
-0
/
+105
2026-05-17
Merge branch 'ps/odb-in-memory' into jch
Junio C Hamano
-3
/
+337
2026-05-17
Merge branch 'jc/neuter-sideband-post-3.0' into jch
Junio C Hamano
-5
/
+13
2026-05-17
Merge branch 'ps/shift-root-in-graph' into jch
Junio C Hamano
-0
/
+124
2026-05-17
Merge branch 'tb/incremental-midx-part-3.3' into jch
Junio C Hamano
-0
/
+702
2026-05-17
Merge branch 'tb/pseudo-merge-bugfixes' into jch
Junio C Hamano
-1
/
+365
2026-05-17
Merge branch 'jk/dumb-http-alternate-fix' into jch
Junio C Hamano
-0
/
+20
2026-05-17
Merge branch 'mm/diff-U-takes-no-negative-values' into jch
Junio C Hamano
-0
/
+11
2026-05-17
Merge branch 'kk/paint-down-to-common-optim' into jch
Junio C Hamano
-0
/
+40
2026-05-17
Merge branch 'sp/shallow-deepen-on-non-shallow-repo-fix' into jch
Junio C Hamano
-0
/
+10
2026-05-17
Merge branch 'aw/validate-proxy-url-scheme' into jch
Junio C Hamano
-0
/
+6
2026-05-17
Merge branch 'mm/git-url-parse' into jch
Junio C Hamano
-0
/
+365
2026-05-17
Merge branch 'kn/refs-generic-helpers' into jch
Junio C Hamano
-0
/
+14
2026-05-17
Merge branch 'za/t2000-modernise-more' into jch
Junio C Hamano
-57
/
+8
2026-05-17
Merge branch 'ps/history-fixup' into jch
Junio C Hamano
-0
/
+681
2026-05-17
Merge branch 'jh/alias-i18n-fixes' into jch
Junio C Hamano
-0
/
+12
2026-05-17
Merge branch 'bc/sign-commit-with-custom-encoding' into jch
Junio C Hamano
-0
/
+10
2026-05-17
Merge branch 'js/adjust-tests-to-explicitly-access-bare-repo' into jch
Junio C Hamano
-11
/
+98
2026-05-17
Merge branch 'en/diffstat-utf8-truncation-fix' into jch
Junio C Hamano
-0
/
+25
2026-05-17
Merge branch 'js/objects-larger-than-4gb-on-windows' into jch
Junio C Hamano
-0
/
+581
2026-05-17
Merge branch 'sj/submodule-update-clone-config-fix' into jch
Junio C Hamano
-0
/
+8
2026-05-17
Merge branch 'ag/rebase-update-refs-limit-to-branches' into jch
Junio C Hamano
-0
/
+18
2026-05-17
Merge branch 'kh/name-rev-custom-format' into jch
Junio C Hamano
-1
/
+210
2026-05-17
Merge branch 'sg/t6112-unwanted-tilde-expansion-fix' into jch
Junio C Hamano
-3
/
+3
2026-05-17
Merge branch 'mc/http-emptyauth-negotiate-fix' into jch
Junio C Hamano
-0
/
+74
2026-05-17
Merge branch 'rs/grep-column-only-match-fix'
Junio C Hamano
-3
/
+3
2026-05-17
Merge branch 'hn/git-checkout-m-with-stash'
Junio C Hamano
-8
/
+106
2026-05-17
Merge branch 'en/ort-cached-rename-with-trivial-resolution'
Junio C Hamano
-0
/
+60
2026-05-17
Merge branch 'ss/t7004-unhide-git-failures'
Junio C Hamano
-21
/
+23
2026-05-17
Merge branch 'en/backfill-fixes-and-edges'
Junio C Hamano
-6
/
+104
2026-05-15
t/unit-tests: add tests for the in-memory object source
Patrick Steinhardt
-0
/
+314
2026-05-15
oidtree: add ability to store data
Patrick Steinhardt
-3
/
+23
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 'js/maintenance-fix-deadlock-on-win10'
Junio C Hamano
-1
/
+21
2026-05-12
Merge branch 'jc/t5551-fix-expensive'
Junio C Hamano
-0
/
+1
2026-05-12
Merge branch 'js/t5564-socks-use-short-path'
Junio C Hamano
-2
/
+9
2026-05-12
pack-bitmap: prevent pattern leak on pseudo-merge re-assignment
Taylor Blau
-0
/
+29
2026-05-12
pack-bitmap: reject pseudo-merge "sampleRate" of 0
Taylor Blau
-1
/
+1
2026-05-12
pack-bitmap: parse commits in `find_pseudo_merge_group_for_ref()`
Taylor Blau
-10
/
+12
2026-05-12
pack-bitmap: fix pseudo-merge lookup for shared commits
Taylor Blau
-1
/
+1
2026-05-12
pack-bitmap: fix inverted binary search in `pseudo_merge_at()`
Taylor Blau
-1
/
+1
2026-05-12
pack-bitmap-write: sort pseudo-merge commit lookup table in pack order
Taylor Blau
-1
/
+1
2026-05-12
t5333: demonstrate various pseudo-merge bugs
Taylor Blau
-0
/
+198
2026-05-12
t/helper: add 'test-tool bitmap write' subcommand
Taylor Blau
-1
/
+136
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
[next]