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
path:
root
/
builtin
/
repack.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-07-11
builtin/repack.c: only repack `.pack`s that exist
Derrick Stolee
1
-0
/
+3
2023-07-06
Merge branch 'gc/config-context'
Junio C Hamano
1
-2
/
+3
2023-07-05
git-compat-util: move alloc macros to git-compat-util.h
Calvin Wan
1
-1
/
+0
2023-06-29
Merge branch 'en/header-split-cache-h-part-3'
Junio C Hamano
1
-1
/
+2
2023-06-28
config: add ctx arg to config_fn_t
Glen Choo
1
-2
/
+3
2023-06-21
object-store-ll.h: split this header out of object-store.h
Elijah Newren
1
-1
/
+1
2023-06-21
repository: remove unnecessary include of path.h
Elijah Newren
1
-0
/
+1
2023-06-12
builtin/repack.c: only collect fully-formed packs
Taylor Blau
1
-4
/
+10
2023-05-09
Merge branch 'en/header-split-cache-h-part-2'
Junio C Hamano
1
-0
/
+1
2023-04-28
Merge branch 'tb/enable-cruft-packs-by-default'
Junio C Hamano
1
-1
/
+1
2023-04-25
Merge branch 'ps/fix-geom-repack-with-alternates'
Junio C Hamano
1
-7
/
+55
2023-04-24
server-info.h: move declarations for server-info.c functions from cache.h
Elijah Newren
1
-0
/
+1
2023-04-18
builtin/repack.c: fix incorrect reference to '-C'
Taylor Blau
1
-1
/
+1
2023-04-14
repack: disable writing bitmaps when doing a local repack
Patrick Steinhardt
1
-0
/
+12
2023-04-14
repack: honor `-l` when calculating pack geometry
Patrick Steinhardt
1
-2
/
+11
2023-04-14
repack: fix generating multi-pack-index with only non-local packs
Patrick Steinhardt
1
-0
/
+11
2023-04-14
repack: fix trying to use preferred pack in alternates
Patrick Steinhardt
1
-5
/
+21
2023-04-06
Merge branch 'en/header-split-cleanup'
Junio C Hamano
1
-0
/
+2
2023-04-06
Merge branch 'ab/remove-implicit-use-of-the-repository'
Junio C Hamano
1
-1
/
+1
2023-04-04
Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...
Junio C Hamano
1
-1
/
+1
2023-03-28
cocci: apply the "promisor-remote.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
1
-1
/
+1
2023-03-21
environment.h: move declarations for environment.c functions from cache.h
Elijah Newren
1
-0
/
+1
2023-03-21
treewide: be explicit about dependence on gettext.h
Elijah Newren
1
-0
/
+1
2023-03-17
Merge branch 'jk/unused-post-2.39-part2'
Junio C Hamano
1
-2
/
+3
2023-02-24
for_each_object: mark unused callback parameters
Jeff King
1
-2
/
+3
2023-02-23
cache.h: remove dependence on hex.h; make other files include it explicitly
Elijah Newren
1
-0
/
+1
2023-02-23
alloc.h: move ALLOC_GROW() functions from cache.h
Elijah Newren
1
-1
/
+1
2023-02-06
repack: fix leaks on error with "goto cleanup"
Ævar Arnfjörð Bjarmason
1
-6
/
+7
2022-12-14
Merge branch 'ab/various-leak-fixes'
Junio C Hamano
1
-1
/
+1
2022-11-21
built-ins & libs & helpers: add/move destructors, fix leaks
Ævar Arnfjörð Bjarmason
1
-1
/
+1
2022-11-18
Merge branch 'tb/repack-expire-to'
Taylor Blau
1
-10
/
+61
2022-10-30
Merge branch 'jk/repack-tempfile-cleanup'
Taylor Blau
1
-61
/
+29
2022-10-28
Merge branch 'tb/remove-unused-pack-bitmap'
Junio C Hamano
1
-0
/
+32
2022-10-24
builtin/repack.c: implement `--expire-to` for storing pruned objects
Taylor Blau
1
-0
/
+40
2022-10-24
builtin/repack.c: write cruft packs to arbitrary locations
Taylor Blau
1
-3
/
+11
2022-10-24
builtin/repack.c: pass "cruft_expiration" to `write_cruft_pack`
Taylor Blau
1
-2
/
+4
2022-10-24
builtin/repack.c: pass "out" to `prepare_pack_objects`
Taylor Blau
1
-5
/
+6
2022-10-21
repack: drop remove_temporary_files()
Jeff King
1
-32
/
+0
2022-10-21
repack: use tempfiles for signal cleanup
Jeff King
1
-18
/
+8
2022-10-21
repack: expand error message for missing pack files
Jeff King
1
-1
/
+2
2022-10-21
repack: populate extension bits incrementally
Jeff King
1
-6
/
+9
2022-10-21
repack: convert "names" util bitfield to array
Jeff King
1
-8
/
+14
2022-10-17
repack: don't remove .keep packs with `--pack-kept-objects`
Taylor Blau
1
-0
/
+5
2022-10-17
builtin/repack.c: remove redundant pack-based bitmaps
Taylor Blau
1
-0
/
+32
2022-09-01
git-compat-util.h: use "UNUSED", not "UNUSED(var)"
Ævar Arnfjörð Bjarmason
1
-2
/
+2
2022-08-19
refs: mark unused each_ref_fn parameters
Jeff King
1
-2
/
+2
2022-07-06
cocci: generalize "unused" rule to cover more than "strbuf"
Ævar Arnfjörð Bjarmason
1
-2
/
+0
2022-06-17
i18n: fix mismatched camelCase config variables
Jiang Xin
1
-1
/
+1
2022-06-03
Merge branch 'tb/cruft-packs'
Junio C Hamano
1
-24
/
+161
2022-05-26
builtin/repack.c: add cruft packs to MIDX during geometric repack
Taylor Blau
1
-3
/
+20
[prev]
[next]