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
t7004: do not prepare things outside test_expect_success
AbdAlRahman Gad
-338
/
+360
2024-08-08
t7004: use indented here-doc
AbdAlRahman Gad
-19
/
+19
2024-08-08
t7004: one command per line
AbdAlRahman Gad
-2
/
+4
2024-08-08
t7004: remove space after redirect operators
AbdAlRahman Gad
-25
/
+25
2024-08-08
reftable/stack: handle locked tables during auto-compaction
Patrick Steinhardt
-22
/
+70
2024-08-08
reftable/stack: fix corruption on concurrent compaction
Patrick Steinhardt
-5
/
+102
2024-08-08
reftable/stack: use lock_file when adding table to "tables.list"
Patrick Steinhardt
-10
/
+11
2024-08-08
reftable/stack: do not die when fsyncing lock file files
Patrick Steinhardt
-2
/
+5
2024-08-08
reftable/stack: simplify tracking of table locks
Patrick Steinhardt
-7
/
+7
2024-08-08
reftable/stack: update stats on failed full compaction
Patrick Steinhardt
-9
/
+8
2024-08-08
reftable/stack: test compaction with already-locked tables
Patrick Steinhardt
-0
/
+77
2024-08-08
reftable/stack: extract function to setup stack with N tables
Patrick Steinhardt
-32
/
+32
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
[prev]
[next]