115 Commits (95be717cd5a5d4956a5152210176e598cf49ec75)

Author SHA1 Message Date
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 7 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 8 years ago
Jeff King 076aa2cbda tempfile: auto-allocate tempfiles on heap 8 years ago
Jonathan Tan 0abe14f6a5 pack: move {,re}prepare_packed_git and approximate_object_count 8 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
Christian Couder 77d67977ca config: add git_config_get_expiry() from gc.c 8 years ago
David Turner a831c06a2b gc: ignore old gc.log files 8 years ago
David Turner bdf56de896 auto gc: don't write bitmaps for incremental repacks 8 years ago
Jeff King 07e7dbf0db gc: default aggressive depth to 50 9 years ago
Eric Wong 5f4e3bf536 gc: fix off-by-one error with gc.autoPackLimit 9 years ago
Doug Kelly 478f34d2b6 gc: remove garbage .idx files from pack dir 9 years ago
Waldek Maleska fdcdb77855 Correct fscanf formatting string for I64u values 9 years ago
Jeff King 5096d4909f convert trivial sprintf / strcpy calls to xsnprintf 10 years ago
Nguyễn Thái Ngọc Duy 329e6e8794 gc: save log from daemonized gc --auto and print it next time 10 years ago
Michael Haggerty ebebeaea0a gc: use tempfile module to handle gc.pid file 10 years ago
Michael Haggerty 00539cef39 lock_repo_for_gc(): compute the path to "gc.pid" only once 10 years ago
Eric Sunshine 114ff8881a config: rename "gc.pruneWorktreesExpire" to "gc.worktreePruneExpire" 10 years ago
Nguyễn Thái Ngọc Duy df0b6cfbda worktree: new place for "git prune --worktrees" 10 years ago
Jeff King 067fbd4105 introduce "preciousObjects" repository extension 10 years ago
Alex Henrie 9c9b4f2f8b standardize usage info string format 10 years ago
Nguyễn Thái Ngọc Duy e3df33bb1b gc: support prune --worktrees 10 years ago
Nguyễn Thái Ngọc Duy 09dbb90b09 gc: factor out gc.pruneexpire parsing code 10 years ago