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-05-12
Merge branch 'js/ci-github-actions-update'
Junio C Hamano
5
-34
/
+34
2026-05-12
Merge branch 'jk/revert-aa-reap-transport-child-processes'
Junio C Hamano
2
-6
/
+0
2026-05-12
pack-bitmap: prevent pattern leak on pseudo-merge re-assignment
Taylor Blau
2
-1
/
+33
2026-05-12
Documentation: fix broken `sampleRate` in gitpacking(7)
Taylor Blau
1
-2
/
+2
2026-05-12
pack-bitmap: reject pseudo-merge "sampleRate" of 0
Taylor Blau
3
-5
/
+5
2026-05-12
pack-bitmap: parse commits in `find_pseudo_merge_group_for_ref()`
Taylor Blau
2
-10
/
+14
2026-05-12
pack-bitmap: fix pseudo-merge lookup for shared commits
Taylor Blau
3
-4
/
+4
2026-05-12
pack-bitmap: fix inverted binary search in `pseudo_merge_at()`
Taylor Blau
2
-3
/
+3
2026-05-12
pack-bitmap-write: sort pseudo-merge commit lookup table in pack order
Taylor Blau
2
-2
/
+21
2026-05-12
t5333: demonstrate various pseudo-merge bugs
Taylor Blau
1
-0
/
+198
2026-05-12
t/helper: add 'test-tool bitmap write' subcommand
Taylor Blau
2
-1
/
+136
2026-05-12
sequencer: remove todo_add_branch_context.commit
Abhinav Gupta
1
-2
/
+0
2026-05-12
commit-reach: early exit paint_down_to_common for single merge-base
Kristofer Karlsson
4
-6
/
+63
2026-05-12
commit-reach: introduce merge_base_flags enum
Kristofer Karlsson
3
-9
/
+22
2026-05-12
format-rev: introduce builtin for on-demand pretty formatting
Kristoffer Haugsbakk
10
-1
/
+640
2026-05-12
name-rev: make dedicated --annotate-stdin --name-only test
Kristoffer Haugsbakk
1
-0
/
+14
2026-05-12
name-rev: factor code for sharing with a new command
Kristoffer Haugsbakk
1
-13
/
+40
2026-05-12
name-rev: run clang-format before factoring code
Kristoffer Haugsbakk
1
-9
/
+9
2026-05-12
name-rev: wrap both blocks in braces
Kristoffer Haugsbakk
1
-4
/
+4
2026-05-12
shallow: fix relative deepen on non-shallow repositories
Samo Pogačnik
2
-1
/
+15
2026-05-11
build: tolerate use of _Generic from glibc 2.43 with Clang
Patrick Steinhardt
2
-0
/
+13
2026-05-11
Merge branch 'jc/neuter-sideband-fixup'
Junio C Hamano
6
-2
/
+315
2026-05-11
Start 2.55 cycle
Junio C Hamano
2
-1
/
+44
2026-05-11
Merge branch 'ps/test-set-e-clean'
Junio C Hamano
23
-68
/
+108
2026-05-11
Merge branch 'bc/rust-by-default'
Junio C Hamano
8
-11
/
+17
2026-05-11
Merge branch 'sb/userdiff-lisp-family'
Junio C Hamano
10
-11
/
+43
2026-05-11
Merge branch 'jc/doc-timestamps-in-stat'
Junio C Hamano
1
-0
/
+6
2026-05-11
Merge branch 'ar/parallel-hooks'
Junio C Hamano
21
-70
/
+1119
2026-05-11
Merge branch 'cc/promisor-auto-config-url'
Junio C Hamano
3
-111
/
+238
2026-05-11
Merge branch 'dl/cache-tree-fully-valid-fix'
Junio C Hamano
2
-2
/
+10
2026-05-11
Merge branch 'ja/doc-difftool-synopsis-style'
Junio C Hamano
6
-159
/
+159
2026-05-11
Merge branch 'sp/refs-reduce-the-repository'
Junio C Hamano
4
-18
/
+26
2026-05-11
ci: enable EXPENSIVE for contributor builds
Junio C Hamano
1
-4
/
+6
2026-05-11
Merge branch 'js/objects-larger-than-4gb-on-windows' into jc/ci-enable-expensive
Junio C Hamano
22
-56
/
+724
2026-05-11
rebase: ignore non-branch update-refs
Abhinav Gupta
2
-1
/
+25
2026-05-11
sideband: clear full line when printing remote messages
René Scharfe
1
-10
/
+12
2026-05-11
submodule-config: fix reading submodule.fetchJobs
Saagar Jha
2
-1
/
+9
2026-05-09
ci: run expensive tests on push builds to integration branches
Johannes Schindelin
1
-0
/
+9
2026-05-09
t5608: mark >4GB tests as EXPENSIVE
Johannes Schindelin
1
-3
/
+3
2026-05-09
test-tool synthesize: add precomputed SHA-256 pack for 4 GiB + 1
Johannes Schindelin
1
-0
/
+91
2026-05-09
test-tool synthesize: precompute pack for 4 GiB + 1
Johannes Schindelin
1
-1
/
+201
2026-05-09
test-tool synthesize: use the unsafe hash for speed
Johannes Schindelin
1
-1
/
+1
2026-05-09
t5608: add regression test for >4GB object clone
Johannes Schindelin
1
-0
/
+37
2026-05-09
test-tool: add a helper to synthesize large packfiles
Johannes Schindelin
6
-0
/
+256
2026-05-09
delta, packfile: use size_t for delta header sizes
Johannes Schindelin
2
-11
/
+36
2026-05-09
odb, packfile: use size_t for streaming object sizes
Johannes Schindelin
9
-30
/
+67
2026-05-09
git-zlib: handle data streams larger than 4GB
Johannes Schindelin
3
-11
/
+20
2026-05-09
index-pack, unpack-objects: use size_t for object size
Johannes Schindelin
2
-4
/
+8
2026-05-09
t5551: "GIT_TEST_LONG=Yes make test" is broken
Junio C Hamano
1
-0
/
+1
2026-05-09
mingw: remove the vendored compat/nedmalloc/ subtree
Johannes Schindelin
5
-7054
/
+0
[prev]
[next]