137 Commits (0df670bc0b8b5499859829ba0889ce96a75304a6)

Author SHA1 Message Date
Jeff King d70a9eb611 strvec: rename struct fields 4 years ago
Jeff King f6d8942b1f strvec: fix indentation in renamed calls 4 years ago
Jeff King 22f9b7f3f5 strvec: convert builtin/ callers away from argv_array name 4 years ago
Jeff King dbbcd44fb4 strvec: rename files from argv-array to strvec 4 years ago
Taylor Blau 0bd52e27e3 commit-graph.h: store an odb in 'struct write_commit_graph_context' 5 years ago
Elijah Newren 15beaaa3d1 Fix spelling errors in code comments 5 years ago
Derrick Stolee 7211b9e753 repo-settings: consolidate some config settings 5 years ago
SZEDER Gábor 39d8831856 commit-graph: turn a group of write-related macro flags into an enum 5 years ago
Christian Couder b14ed5adaf Use promisor_remote_get_direct() and has_promisor_remote() 6 years ago
Derrick Stolee c2bc6e6ab0 commit-graph: create options for split files 6 years ago
Derrick Stolee 2d511cfc0b packfile: rename close_all_packs to close_object_store 6 years ago
Derrick Stolee 5af8039452 commit-graph: collapse parameters into flags 6 years ago
Derrick Stolee e103f7276f commit-graph: return with errors during write 6 years ago
Ævar Arnfjörð Bjarmason bf3d70fe93 gc: handle & check gc.reflogExpire config 6 years ago
Ævar Arnfjörð Bjarmason cd8eb3a094 gc: refactor a "call me once" pattern 6 years ago
Ævar Arnfjörð Bjarmason e5cdbd5f70 gc: convert to using the_hash_algo 6 years ago
Ævar Arnfjörð Bjarmason 8bf14444c3 gc: remove redundant check for gc_auto_threshold 6 years ago
Johannes Schindelin 5bdece0d70 gc/repack: release packs when needed 6 years ago
Nguyễn Thái Ngọc Duy ec36c42a63 Indent code with TABs 6 years ago
Ævar Arnfjörð Bjarmason 6b89a34c89 gc: fix regression in 7b0f229222 impacting --quiet 6 years ago
Ævar Arnfjörð Bjarmason 7b0f229222 commit-graph write: add progress output 6 years ago
Derrick Stolee 454ea2e4d7 treewide: use get_all_packs 6 years ago
Jonathan Nieder 3029970275 gc: do not return error for prior errors in daemonized mode 7 years ago
Jonathan Nieder fec2ed2187 gc: exit with status 128 on failure 7 years ago
Jonathan Nieder 3c426eccc2 gc: improve handling of errors reading gc.log 7 years ago
Kim Gybels 12e73a3ce4 gc --auto: release pack files before auto packing 7 years ago
Derrick Stolee d5d5d7b641 gc: automatically write commit-graph files 7 years ago
Martin Ågren b227586831 lock_file: make function-local locks non-static 7 years ago
Junio C Hamano 8ab5aa4bd8 parseopt: handle malformed --expire arguments more nicely 7 years ago
Junio C Hamano 96913c9df6 gc: do not upcase error message shown with die() 7 years ago
Nguyễn Thái Ngọc Duy 9806f5a7bf gc --auto: exclude base pack if not enough mem to "repack -ad" 7 years ago
Nguyễn Thái Ngọc Duy 8fc6776247 gc: handle a corner case in gc.bigPackThreshold 7 years ago
Nguyễn Thái Ngọc Duy 55dfe13df9 gc: add gc.bigPackThreshold config 7 years ago
Nguyễn Thái Ngọc Duy ae4e89e549 gc: add --keep-largest-pack option 7 years ago
Nguyễn Thái Ngọc Duy 464416a2ea packfile: keep prepare_packed_git() private 7 years ago
Stefan Beller a49d283435 packfile: add repository argument to reprepare_packed_git 7 years ago
Stefan Beller 6fdb4e9f5a packfile: add repository argument to prepare_packed_git 7 years ago
Stefan Beller a80d72db2a object-store: move packed_git and packed_git_mru to object store 7 years ago
Nguyễn Thái Ngọc Duy 7e1eeaa431 completion: use __gitcomp_builtin in _git_gc 7 years ago
Jonathan Tan 0c16cd499d gc: do not repack promisor packfiles 7 years ago
Junio C Hamano afe2fab72c gc: call fscanf() with %<len>s, not %<len>c, when reading hostname 7 years ago
Jeff King 076aa2cbda tempfile: auto-allocate tempfiles on heap 7 years ago
Jonathan Tan 0abe14f6a5 pack: move {,re}prepare_packed_git and approximate_object_count 7 years ago
Jeff King c45af94dbc gc: run pre-detach operations under lock 8 years ago
René Scharfe 42c78a216e use DIV_ROUND_UP 8 years ago
Brandon Williams b2141fc1d2 config: don't include config.h by default 8 years ago
Johannes Schindelin dddbad728c timestamp_t: a new data type for timestamps 8 years ago
David Turner 5781a9a270 xgethostname: handle long hostnames 8 years ago
René Scharfe da25bdb776 use HOST_NAME_MAX to size buffers for gethostname(2) 8 years ago
Jeff King 07af889136 gc: replace local buffer with git_path 8 years ago