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