Age | Commit message (Expand) | Author | Files | Lines |
2015-11-20 | Merge branch 'dk/gc-idx-wo-pack' | Jeff King | 1 | -0/+21 |
2015-11-04 | gc: remove garbage .idx files from pack dir | Doug Kelly | 1 | -0/+21 |
2015-10-30 | Merge branch 'js/misc-fixes' | Junio C Hamano | 1 | -1/+1 |
2015-10-26 | Merge branch 'jk/repository-extension' | Junio C Hamano | 1 | -9/+11 |
2015-10-26 | Correct fscanf formatting string for I64u values | Waldek Maleska | 1 | -1/+1 |
2015-10-20 | Merge branch 'jk/war-on-sprintf' | Junio C Hamano | 1 | -1/+1 |
2015-10-15 | Merge branch 'nd/gc-auto-background-fix' | Junio C Hamano | 1 | -1/+55 |
2015-09-25 | convert trivial sprintf / strcpy calls to xsnprintf | Jeff King | 1 | -1/+1 |
2015-09-21 | gc: save log from daemonized gc --auto and print it next time | Nguyễn Thái Ngọc Duy | 1 | -1/+55 |
2015-08-25 | Merge branch 'mh/tempfile' | Junio C Hamano | 1 | -22/+10 |
2015-08-12 | gc: use tempfile module to handle gc.pid file | Michael Haggerty | 1 | -20/+5 |
2015-08-12 | lock_repo_for_gc(): compute the path to "gc.pid" only once | Michael Haggerty | 1 | -3/+6 |
2015-08-12 | Merge branch 'es/worktree-add' | Junio C Hamano | 1 | -1/+1 |
2015-07-20 | config: rename "gc.pruneWorktreesExpire" to "gc.worktreePruneExpire" | Eric Sunshine | 1 | -1/+1 |
2015-07-13 | Merge branch 'nd/multiple-work-trees' | Junio C Hamano | 1 | -1/+1 |
2015-06-29 | worktree: new place for "git prune --worktrees" | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
2015-06-24 | introduce "preciousObjects" repository extension | Jeff King | 1 | -9/+11 |
2015-05-11 | Merge branch 'nd/multiple-work-trees' | Junio C Hamano | 1 | -11/+23 |
2015-01-14 | standardize usage info string format | Alex Henrie | 1 | -1/+1 |
2014-12-01 | gc: support prune --worktrees | Nguyễn Thái Ngọc Duy | 1 | -0/+10 |
2014-12-01 | gc: factor out gc.pruneexpire parsing code | Nguyễn Thái Ngọc Duy | 1 | -10/+12 |
2014-12-01 | gc: style change -- no SP before closing parenthesis | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
2014-10-01 | lockfile.h: extract new header file for the functions in lockfile.c | Michael Haggerty | 1 | -1/+1 |
2014-08-07 | builtin/gc.c: replace `git_config()` with `git_config_get_*()` family | Tanay Abhra | 1 | -31/+20 |
2014-06-16 | Merge branch 'nd/daemonize-gc' | Junio C Hamano | 1 | -6/+20 |
2014-05-27 | gc --auto: do not lock refs in the background | Nguyễn Thái Ngọc Duy | 1 | -6/+20 |
2014-04-03 | Merge branch 'nd/gc-aggressive' | Junio C Hamano | 1 | -1/+7 |
2014-03-31 | gc --aggressive: make --depth configurable | Nguyễn Thái Ngọc Duy | 1 | -1/+7 |
2014-03-28 | Merge branch 'bp/commit-p-editor' | Junio C Hamano | 1 | -1/+1 |
2014-03-18 | commit: fix patch hunk editing with "commit -p -m" | Benoit Pierre | 1 | -1/+1 |
2014-03-05 | Merge branch 'nd/daemonize-gc' | Junio C Hamano | 1 | -5/+18 |
2014-02-27 | Merge branch 'ep/varscope' | Junio C Hamano | 1 | -2/+3 |
2014-02-10 | gc: config option for running --auto in background | Nguyễn Thái Ngọc Duy | 1 | -5/+18 |
2014-01-31 | builtin/gc.c: reduce scope of variables | Elia Pinto | 1 | -2/+3 |
2014-01-17 | Merge branch 'nd/shallow-clone' | Junio C Hamano | 1 | -0/+1 |
2014-01-02 | gc: notice gc processes run by other users | Kyle J. McKay | 1 | -1/+1 |
2013-12-10 | prune: clean .git/shallow after pruning objects | Nguyễn Thái Ngọc Duy | 1 | -0/+1 |
2013-10-30 | Merge branch 'nd/gc-lock-against-each-other' | Junio C Hamano | 1 | -0/+24 |
2013-10-18 | gc: remove gc.pid file at end of execution | Jonathan Nieder | 1 | -0/+24 |
2013-09-04 | Merge branch 'sb/parseopt-boolean-removal' | Junio C Hamano | 1 | -2/+2 |
2013-08-09 | gc: reject if another gc is running, unless --force is given | Nguyễn Thái Ngọc Duy | 1 | -0/+67 |
2013-08-05 | Replace deprecated OPT_BOOLEAN by OPT_BOOL | Stefan Beller | 1 | -2/+2 |
2012-09-27 | silence git gc --auto --quiet output | Tobias Ulmer | 1 | -3/+1 |
2012-08-20 | i18n: gc: mark parseopt strings for translation | Nguyễn Thái Ngọc Duy | 1 | -6/+6 |
2012-04-18 | gc: use argv-array for sub-commands | Jeff King | 1 | -45/+33 |
2012-04-11 | gc: do not explode objects which will be immediately pruned | Jeff King | 1 | -8/+15 |
2011-11-07 | prune: handle --progress/no-progress | Jeff King | 1 | -1/+3 |
2011-06-19 | builtin/gc.c: add missing newline in message | Andreas Schwab | 1 | -1/+1 |
2011-03-09 | i18n: git-gc "Auto packing the repository" message | Ævar Arnfjörð Bjarmason | 1 | -7/+7 |
2011-03-09 | i18n: git-gc basic messages | Ævar Arnfjörð Bjarmason | 1 | -5/+5 |