index
:
git
main
maint
master
next
seen
todo
Mirror of https://git.kernel.org/pub/scm/git/git.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
builtin
/
repack.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
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
2022-05-26
builtin/repack.c: use named flags for existing_packs
Taylor Blau
1
-3
/
+6
2022-05-26
builtin/repack.c: allow configuring cruft pack generation
Taylor Blau
1
-14
/
+35
2022-05-26
builtin/repack.c: support generating a cruft pack
Taylor Blau
1
-5
/
+100
2022-05-26
pack-mtimes: support reading .mtimes files
Taylor Blau
1
-0
/
+1
2022-05-20
builtin/repack.c: ensure that `names` is sorted
Taylor Blau
1
-1
/
+2
2022-05-20
repack: respect --keep-pack with geometric repack
Victoria Dye
1
-11
/
+35
2022-03-14
repack: add config to skip updating server info
Patrick Steinhardt
1
-1
/
+5
2022-03-14
repack: refactor to avoid double-negation of update-server-info
Patrick Steinhardt
1
-4
/
+4
2022-01-10
Merge branch 'ja/i18n-similar-messages'
Junio C Hamano
1
-2
/
+2
2022-01-05
Merge branch 'ds/repack-fixlets'
Junio C Hamano
1
-3
/
+5
2022-01-05
i18n: turn "options are incompatible" into "cannot be used together"
Jean-Noël Avila
1
-2
/
+2
2021-12-20
repack: make '--quiet' disable progress
Derrick Stolee
1
-2
/
+4
2021-12-20
repack: respect kept objects with '--write-midx -b'
Derrick Stolee
1
-1
/
+1
2021-12-10
Merge branch 'po/size-t-for-vs'
Junio C Hamano
1
-1
/
+1
2021-12-01
repack.c: LLP64 compatibility, upcast unity for left shift
Philip Oakley
1
-1
/
+1
2021-10-28
builtin/repack.c: avoid leaking child arguments
Taylor Blau
1
-1
/
+3
2021-10-18
Merge branch 'tb/repack-write-midx'
Junio C Hamano
1
-34
/
+248
2021-10-01
builtin/repack.c: pass `--refs-snapshot` when writing bitmaps
Taylor Blau
1
-0
/
+82
2021-09-28
builtin/repack.c: make largest pack preferred
Taylor Blau
1
-1
/
+26
2021-09-28
builtin/repack.c: support writing a MIDX while repacking
Taylor Blau
1
-19
/
+119
2021-09-28
builtin/repack.c: extract showing progress to a variable
Taylor Blau
1
-1
/
+2
2021-09-28
builtin/repack.c: rename variables that deal with non-kept packs
Taylor Blau
1
-11
/
+11
2021-09-28
builtin/repack.c: keep track of existing packs unconditionally
Taylor Blau
1
-25
/
+31
2021-09-28
midx: preliminary support for `--refs-snapshot`
Taylor Blau
1
-1
/
+1
2021-09-27
repack, prune: drop GIT_REF_PARANOIA settings
Jeff King
1
-3
/
+0
2021-09-20
Merge branch 'tb/pack-finalize-ordering'
Junio C Hamano
1
-1
/
+1
2021-09-09
builtin/repack.c: move `.idx` files into place last
Taylor Blau
1
-1
/
+1
2021-09-01
midx: respect 'GIT_TEST_MULTI_PACK_INDEX_WRITE_BITMAP'
Taylor Blau
1
-2
/
+10
[next]