55 Commits (c792d7b6cebe302d6e0377d9d983608309bcd775)

Author SHA1 Message Date
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
Nguyễn Thái Ngọc Duy 2cfe2a7878 gc: style change -- no SP before closing parenthesis 10 years ago
Michael Haggerty 697cc8efd9 lockfile.h: extract new header file for the functions in lockfile.c 11 years ago
Tanay Abhra 5801d3b416 builtin/gc.c: replace `git_config()` with `git_config_get_*()` family 11 years ago
Nguyễn Thái Ngọc Duy 62aad1849f gc --auto: do not lock refs in the background 11 years ago
Nguyễn Thái Ngọc Duy 125f81461d gc --aggressive: make --depth configurable 11 years ago
Benoit Pierre 15048f8a9a commit: fix patch hunk editing with "commit -p -m" 11 years ago
Nguyễn Thái Ngọc Duy 9f673f9477 gc: config option for running --auto in background 11 years ago
Elia Pinto 4f1c0b21e9 builtin/gc.c: reduce scope of variables 11 years ago
Kyle J. McKay ed7eda8b38 gc: notice gc processes run by other users 11 years ago
Nguyễn Thái Ngọc Duy eab3296c7e prune: clean .git/shallow after pruning objects 11 years ago
Jonathan Nieder 4c5baf0273 gc: remove gc.pid file at end of execution 11 years ago
Nguyễn Thái Ngọc Duy 64a99eb476 gc: reject if another gc is running, unless --force is given 12 years ago
Stefan Beller d5d09d4754 Replace deprecated OPT_BOOLEAN by OPT_BOOL 12 years ago
Tobias Ulmer df995c7dd2 silence git gc --auto --quiet output 13 years ago
Nguyễn Thái Ngọc Duy 6705c1629c i18n: gc: mark parseopt strings for translation 13 years ago
Jeff King 234587fc87 gc: use argv-array for sub-commands 13 years ago
Jeff King 7e52f5660e gc: do not explode objects which will be immediately pruned 13 years ago
Jeff King bf0a59b387 prune: handle --progress/no-progress 13 years ago
Andreas Schwab daab4eeafa builtin/gc.c: add missing newline in message 14 years ago
Ævar Arnfjörð Bjarmason f6908ae86e i18n: git-gc "Auto packing the repository" message 14 years ago
Ævar Arnfjörð Bjarmason fea6128bae i18n: git-gc basic messages 14 years ago
Jonathan Nieder 8c83968385 Describe various forms of "be quiet" using OPT__QUIET 14 years ago
René Scharfe d52ee6e613 add description parameter to OPT__QUIET 14 years ago
Nguyễn Thái Ngọc Duy 0c8151b6ff gc -h: show usage even with broken configuration 15 years ago
Linus Torvalds 81b50f3ce4 Move 'builtin-*' into a 'builtin/' subdirectory 15 years ago
Felipe Contreras 5d2dcc423e General --quiet improvements 15 years ago
Junio C Hamano dad5f89fc5 gc --auto --quiet: make the notice a bit less verboase 16 years ago
Stephen Boyd 3778292017 parse-opts: prepare for OPT_FILENAME 16 years ago
Johannes Schindelin 1c192f3442 gc --aggressive: make it really aggressive 16 years ago
Johannes Schindelin 58e9d9d472 gc: make --prune useful again by accepting an optional parameter 16 years ago
Stephan Beyer ae98a0089f Move run_hook() from builtin-commit.c into run-command.c (libgit) 16 years ago
Nicolas Pitre 8e8daf3363 objects to be pruned immediately don't have to be loosened 16 years ago
Brandon Casey 01af249fa1 builtin-gc.c: use new pack_keep bitfield to detect .keep file existence 16 years ago
David Bryson d3154b44c2 Use "git_config_string" to simplify "builtin-gc.c" code where "prune_expire" is set 17 years ago
Stephan Beyer 1b1dd23f2d Make usage strings dash-less 17 years ago
Johannes Schindelin ef90d6d420 Provide git_config with a callback-data parameter 17 years ago
Brandon Casey 9e7d501990 builtin-gc.c: deprecate --prune, it now really has no effect 17 years ago
Brandon Casey a37cce3b23 git-gc: always use -A when manually repacking 17 years ago