index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
builtin
/
repack.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'jk/unused-post-2.39-part2'
Junio C Hamano
2023-03-17
1
-2
/
+3
|
\
|
*
for_each_object: mark unused callback parameters
Jeff King
2023-02-24
1
-2
/
+3
*
|
cache.h: remove dependence on hex.h; make other files include it explicitly
Elijah Newren
2023-02-24
1
-0
/
+1
*
|
alloc.h: move ALLOC_GROW() functions from cache.h
Elijah Newren
2023-02-24
1
-1
/
+1
|
/
*
repack: fix leaks on error with "goto cleanup"
Ævar Arnfjörð Bjarmason
2023-02-07
1
-6
/
+7
*
Merge branch 'ab/various-leak-fixes'
Junio C Hamano
2022-12-14
1
-1
/
+1
|
\
|
*
built-ins & libs & helpers: add/move destructors, fix leaks
Ævar Arnfjörð Bjarmason
2022-11-21
1
-1
/
+1
*
|
Merge branch 'tb/repack-expire-to'
Taylor Blau
2022-11-19
1
-10
/
+61
|
\
\
|
|
/
|
/
|
|
*
builtin/repack.c: implement `--expire-to` for storing pruned objects
Taylor Blau
2022-10-24
1
-0
/
+40
|
*
builtin/repack.c: write cruft packs to arbitrary locations
Taylor Blau
2022-10-24
1
-3
/
+11
|
*
builtin/repack.c: pass "cruft_expiration" to `write_cruft_pack`
Taylor Blau
2022-10-24
1
-2
/
+4
|
*
builtin/repack.c: pass "out" to `prepare_pack_objects`
Taylor Blau
2022-10-24
1
-5
/
+6
*
|
Merge branch 'jk/repack-tempfile-cleanup'
Taylor Blau
2022-10-31
1
-61
/
+29
|
\
\
|
*
|
repack: drop remove_temporary_files()
Jeff King
2022-10-22
1
-32
/
+0
|
*
|
repack: use tempfiles for signal cleanup
Jeff King
2022-10-22
1
-18
/
+8
|
*
|
repack: expand error message for missing pack files
Jeff King
2022-10-22
1
-1
/
+2
|
*
|
repack: populate extension bits incrementally
Jeff King
2022-10-22
1
-6
/
+9
|
*
|
repack: convert "names" util bitfield to array
Jeff King
2022-10-22
1
-8
/
+14
|
|
/
*
|
Merge branch 'tb/remove-unused-pack-bitmap'
Junio C Hamano
2022-10-28
1
-0
/
+32
|
\
\
|
*
|
builtin/repack.c: remove redundant pack-based bitmaps
Taylor Blau
2022-10-18
1
-0
/
+32
|
|
/
*
/
repack: don't remove .keep packs with `--pack-kept-objects`
Taylor Blau
2022-10-18
1
-0
/
+5
|
/
*
git-compat-util.h: use "UNUSED", not "UNUSED(var)"
Ævar Arnfjörð Bjarmason
2022-09-01
1
-2
/
+2
*
refs: mark unused each_ref_fn parameters
Jeff King
2022-08-19
1
-2
/
+2
*
cocci: generalize "unused" rule to cover more than "strbuf"
Ævar Arnfjörð Bjarmason
2022-07-06
1
-2
/
+0
*
i18n: fix mismatched camelCase config variables
Jiang Xin
2022-06-17
1
-1
/
+1
*
Merge branch 'tb/cruft-packs'
Junio C Hamano
2022-06-03
1
-24
/
+161
|
\
|
*
builtin/repack.c: add cruft packs to MIDX during geometric repack
Taylor Blau
2022-05-27
1
-3
/
+20
|
*
builtin/repack.c: use named flags for existing_packs
Taylor Blau
2022-05-27
1
-3
/
+6
|
*
builtin/repack.c: allow configuring cruft pack generation
Taylor Blau
2022-05-27
1
-14
/
+35
|
*
builtin/repack.c: support generating a cruft pack
Taylor Blau
2022-05-27
1
-5
/
+100
|
*
pack-mtimes: support reading .mtimes files
Taylor Blau
2022-05-27
1
-0
/
+1
*
|
builtin/repack.c: ensure that `names` is sorted
Taylor Blau
2022-05-20
1
-1
/
+2
*
|
repack: respect --keep-pack with geometric repack
Victoria Dye
2022-05-20
1
-11
/
+35
|
/
*
repack: add config to skip updating server info
Patrick Steinhardt
2022-03-14
1
-1
/
+5
*
repack: refactor to avoid double-negation of update-server-info
Patrick Steinhardt
2022-03-14
1
-4
/
+4
*
Merge branch 'ja/i18n-similar-messages'
Junio C Hamano
2022-01-10
1
-2
/
+2
|
\
|
*
i18n: turn "options are incompatible" into "cannot be used together"
Jean-Noël Avila
2022-01-05
1
-2
/
+2
*
|
Merge branch 'ds/repack-fixlets'
Junio C Hamano
2022-01-05
1
-3
/
+5
|
\
\
|
|
/
|
/
|
|
*
repack: make '--quiet' disable progress
Derrick Stolee
2021-12-20
1
-2
/
+4
|
*
repack: respect kept objects with '--write-midx -b'
Derrick Stolee
2021-12-20
1
-1
/
+1
*
|
Merge branch 'po/size-t-for-vs'
Junio C Hamano
2021-12-10
1
-1
/
+1
|
\
\
|
*
|
repack.c: LLP64 compatibility, upcast unity for left shift
Philip Oakley
2021-12-01
1
-1
/
+1
|
|
/
*
/
builtin/repack.c: avoid leaking child arguments
Taylor Blau
2021-10-29
1
-1
/
+3
|
/
*
Merge branch 'tb/repack-write-midx'
Junio C Hamano
2021-10-19
1
-34
/
+248
|
\
|
*
builtin/repack.c: pass `--refs-snapshot` when writing bitmaps
Taylor Blau
2021-10-02
1
-0
/
+82
|
*
builtin/repack.c: make largest pack preferred
Taylor Blau
2021-09-29
1
-1
/
+26
|
*
builtin/repack.c: support writing a MIDX while repacking
Taylor Blau
2021-09-29
1
-19
/
+119
|
*
builtin/repack.c: extract showing progress to a variable
Taylor Blau
2021-09-29
1
-1
/
+2
|
*
builtin/repack.c: rename variables that deal with non-kept packs
Taylor Blau
2021-09-29
1
-11
/
+11
|
*
builtin/repack.c: keep track of existing packs unconditionally
Taylor Blau
2021-09-29
1
-25
/
+31
[next]