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
2024-08-08
reftable/stack: simplify tracking of table locks
Patrick Steinhardt
1
-7
/
+7
2024-08-08
reftable/stack: update stats on failed full compaction
Patrick Steinhardt
2
-9
/
+8
2024-08-08
reftable/stack: test compaction with already-locked tables
Patrick Steinhardt
1
-0
/
+77
2024-08-08
reftable/stack: extract function to setup stack with N tables
Patrick Steinhardt
1
-32
/
+32
2024-08-08
reftable/stack: refactor function to gather table sizes
Patrick Steinhardt
1
-5
/
+6
2024-08-08
fsck: add ref name check for files backend
shejialuo
4
-0
/
+127
2024-08-08
files-backend: add unified interface for refs scanning
shejialuo
3
-1
/
+76
2024-08-08
builtin/refs: add verify subcommand
shejialuo
4
-1
/
+65
2024-08-08
refs: set up ref consistency check infrastructure
shejialuo
7
-1
/
+58
2024-08-08
fsck: add refs report function
shejialuo
2
-0
/
+64
2024-08-08
fsck: add a unified interface for reporting fsck messages
shejialuo
1
-14
/
+30
2024-08-08
fsck: make "fsck_error" callback generic
shejialuo
5
-24
/
+38
2024-08-08
fsck: rename objects-related fsck error functions
shejialuo
3
-28
/
+29
2024-08-08
fsck: rename "skiplist" to "skip_oids"
shejialuo
2
-4
/
+4
2024-08-08
object: fix leaking packfiles when closing object store
Patrick Steinhardt
2
-0
/
+10
2024-08-08
submodule: fix leaking seen submodule names
Patrick Steinhardt
3
-0
/
+3
2024-08-08
submodule: fix leaking fetch tasks
Patrick Steinhardt
1
-10
/
+7
2024-08-08
builtin/submodule: allow "add" to use different ref storage format
Patrick Steinhardt
4
-2
/
+39
2024-08-08
refs: fix ref storage format for submodule ref stores
Patrick Steinhardt
2
-2
/
+70
2024-08-08
builtin/clone: propagate ref storage format to submodules
Patrick Steinhardt
2
-2
/
+31
2024-08-08
builtin/submodule: allow cloning with different ref storage format
Patrick Steinhardt
4
-1
/
+84
2024-08-08
git-submodule.sh: break overly long command lines
Patrick Steinhardt
1
-9
/
+55
2024-08-08
transport: mark more tests leak-free
Patrick Steinhardt
4
-0
/
+7
2024-08-07
transport: fix leak with transport helper URLs
Junio C Hamano
1
-1
/
+3
2024-08-07
Merge branch 'ps/refs-wo-the-repository' into ps/config-wo-the-repository
Junio C Hamano
5
-57
/
+56
2024-08-06
Merge branch 'ps/leakfixes-part-3' into ps/leakfixes-part-4
Junio C Hamano
57
-88
/
+256
2024-08-06
midx: implement support for writing incremental MIDX chains
Taylor Blau
18
-103
/
+459
2024-08-06
t/t5313-pack-bounds-checks.sh: prepare for sub-directories
Taylor Blau
1
-4
/
+4
2024-08-06
t: retire 'GIT_TEST_MULTI_PACK_INDEX_WRITE_BITMAP'
Taylor Blau
10
-44
/
+13
2024-08-06
midx: implement verification support for incremental MIDXs
Taylor Blau
2
-17
/
+32
2024-08-06
midx: support reading incremental MIDX chains
Taylor Blau
4
-19
/
+201
2024-08-06
midx: teach `midx_fanout_add_midx_fanout()` about incremental MIDXs
Taylor Blau
1
-4
/
+8
2024-08-06
midx: teach `midx_preferred_pack()` about incremental MIDXs
Taylor Blau
1
-2
/
+5
2024-08-06
midx: teach `midx_contains_pack()` about incremental MIDXs
Taylor Blau
1
-1
/
+10
2024-08-06
midx: remove unused `midx_locate_pack()`
Taylor Blau
2
-13
/
+2
2024-08-06
midx: teach `fill_midx_entry()` about incremental MIDXs
Taylor Blau
1
-4
/
+2
2024-08-06
midx: teach `nth_midxed_offset()` about incremental MIDXs
Taylor Blau
1
-0
/
+2
2024-08-06
midx: teach `bsearch_midx()` about incremental MIDXs
Taylor Blau
1
-1
/
+4
2024-08-06
midx: introduce `bsearch_one_midx()`
Taylor Blau
3
-50
/
+71
2024-08-06
midx: teach `nth_bitmapped_pack()` about incremental MIDXs
Taylor Blau
1
-3
/
+5
2024-08-06
midx: teach `nth_midxed_object_oid()` about incremental MIDXs
Taylor Blau
1
-1
/
+3
2024-08-06
midx: teach `prepare_midx_pack()` about incremental MIDXs
Taylor Blau
1
-4
/
+22
2024-08-06
midx: teach `nth_midxed_pack_int_id()` about incremental MIDXs
Taylor Blau
1
-2
/
+21
2024-08-06
midx: add new fields for incremental MIDX chains
Taylor Blau
1
-0
/
+4
2024-08-06
Documentation: describe incremental MIDX format
Taylor Blau
1
-0
/
+103
2024-08-06
t3206: test_when_finished before dirtying operations, not after
Junio C Hamano
1
-26
/
+26
2024-08-06
t: port helper/test-hashmap.c to unit-tests/t-hashmap.c
Ghanshyam Thakkar
4
-357
/
+363
2024-08-05
t/t7704-repack-cruft.sh: avoid failures during long-running tests
Taylor Blau
1
-1
/
+1
2024-08-05
t6421: fix test to work when repo dir contains d0
Kyle Lippincott
1
-6
/
+9
2024-08-05
set errno=0 before strtoX calls
Kyle Lippincott
4
-0
/
+5
[prev]
[next]