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
2024-12-04
midx-write: pass down repository to `write_midx_file[_only]`
Karthik Nayak
1
-1
/
+1
2024-12-04
packfile: pass down repository to `for_each_packed_object`
Karthik Nayak
1
-1
/
+1
2024-10-02
Merge branch 'ps/leakfixes-part-7'
Junio C Hamano
1
-15
/
+42
2024-09-27
builtin/repack: fix leaking configuration
Patrick Steinhardt
1
-15
/
+42
2024-09-23
Merge branch 'jc/pass-repo-to-builtins'
Junio C Hamano
1
-1
/
+5
2024-09-23
Merge branch 'ps/environ-wo-the-repository'
Junio C Hamano
1
-3
/
+4
2024-09-20
Merge branch 'ps/leakfixes-part-6'
Junio C Hamano
1
-0
/
+3
2024-09-16
Merge branch 'ps/leakfixes-part-6' into ps/leakfixes-part-7
Junio C Hamano
1
-0
/
+3
2024-09-13
builtin: remove USE_THE_REPOSITORY_VARIABLE from builtin.h
John Cai
1
-0
/
+1
2024-09-13
builtin: add a repository parameter for builtin functions
John Cai
1
-1
/
+4
2024-09-12
environment: make `get_object_directory()` accept a repository
Patrick Steinhardt
1
-3
/
+4
2024-09-05
builtin/repack: fix leaking keep-pack list
Patrick Steinhardt
1
-0
/
+1
2024-09-05
builtin/repack: fix leaking line buffer when packing promisors
Patrick Steinhardt
1
-0
/
+2
2024-08-22
builtin/repack: fix leaks when computing packs to repack
Patrick Steinhardt
1
-9
/
+27
2024-08-19
Merge branch 'tb/incremental-midx-part-1'
Junio C Hamano
1
-6
/
+2
2024-08-09
refs: add referent to each_ref_fn
John Cai
1
-0
/
+1
2024-08-06
midx: implement support for writing incremental MIDX chains
Taylor Blau
1
-2
/
+6
2024-08-06
t: retire 'GIT_TEST_MULTI_PACK_INDEX_WRITE_BITMAP'
Taylor Blau
1
-10
/
+2
2024-06-06
Merge branch 'ps/leakfixes'
Junio C Hamano
1
-4
/
+4
2024-05-27
config: clarify memory ownership in `git_config_string()`
Patrick Steinhardt
1
-4
/
+4
2024-05-17
refs: pass repo when peeling objects
Patrick Steinhardt
1
-1
/
+1
2024-05-07
cocci: apply rules to rewrite callers of "refs" interfaces
Patrick Steinhardt
1
-2
/
+5
2024-03-02
repack: check error writing to pack-objects subprocess
Junio C Hamano
1
-2
/
+3
2024-01-08
Merge branch 'en/header-cleanup'
Junio C Hamano
1
-1
/
+0
2023-12-26
treewide: remove unnecessary includes in source files
Elijah Newren
1
-1
/
+0
2023-12-09
repack: use die_for_incompatible_opt3() for -A/-k/--cruft
René Scharfe
1
-10
/
+4
2023-10-18
Merge branch 'tb/repack-max-cruft-size'
Junio C Hamano
1
-15
/
+173
2023-10-09
repack: free existing_cruft array after use
Jeff King
1
-0
/
+1
2023-10-05
builtin/repack.c: avoid making cruft packs preferred
Taylor Blau
1
-1
/
+46
2023-10-05
builtin/repack.c: implement support for `--max-cruft-size`
Taylor Blau
1
-11
/
+123
2023-10-05
builtin/repack.c: parse `--max-pack-size` with OPT_MAGNITUDE
Taylor Blau
1
-3
/
+3
2023-10-02
repack: implement `--filter-to` for storing filtered out objects
Christian Couder
1
-1
/
+9
2023-10-02
repack: add `--filter=<filter-spec>` option
Christian Couder
1
-0
/
+70
2023-10-02
repack: refactor finding pack prefix
Christian Couder
1
-6
/
+12
2023-10-02
repack: refactor finishing pack-objects command
Christian Couder
1
-37
/
+33
2023-09-22
Merge branch 'tb/repack-existing-packs-cleanup'
Junio C Hamano
1
-113
/
+180
2023-09-13
builtin/repack.c: extract common cruft pack loop
Taylor Blau
1
-13
/
+18
2023-09-13
builtin/repack.c: avoid directly inspecting "util"
Taylor Blau
1
-4
/
+14
2023-09-13
builtin/repack.c: store existing cruft packs separately
Taylor Blau
1
-16
/
+23
2023-09-13
builtin/repack.c: extract `has_existing_non_kept_packs()`
Taylor Blau
1
-1
/
+7
2023-09-13
builtin/repack.c: extract redundant pack cleanup for existing packs
Taylor Blau
1
-17
/
+28
2023-09-13
builtin/repack.c: extract redundant pack cleanup for --geometric
Taylor Blau
1
-23
/
+29
2023-09-13
builtin/repack.c: extract marking packs for deletion
Taylor Blau
1
-18
/
+32
2023-09-13
builtin/repack.c: extract structure to store existing packs
Taylor Blau
1
-41
/
+49
2023-08-29
builtin/pack-objects.c: support `--max-pack-size` with `--cruft`
Taylor Blau
1
-1
/
+2
2023-08-09
repack: move `pack_geometry` struct to the stack
Taylor Blau
1
-31
/
+31
2023-08-08
repack: free geometry struct
Jeff King
1
-5
/
+3
2023-07-18
Merge branch 'tb/repack-cleanup'
Junio C Hamano
1
-23
/
+15
2023-07-17
Merge branch 'cw/compat-util-header-cleanup'
Junio C Hamano
1
-1
/
+0
2023-07-11
builtin/repack.c: avoid dir traversal in `collect_pack_filenames()`
Taylor Blau
1
-26
/
+15
[prev]
[next]