summaryrefslogtreecommitdiff
path: root/builtin/gc.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'ew/gc-auto-pack-limit-fix'Junio C Hamano2016-07-131-1/+1
|\
| * gc: fix off-by-one error with gc.autoPackLimitew/gc-auto-pack-limit-fixEric Wong2016-06-271-1/+1
* | Merge branch 'dk/gc-idx-wo-pack'Jeff King2015-11-201-0/+21
|\ \
| * | gc: remove garbage .idx files from pack dirdk/gc-idx-wo-packDoug Kelly2015-11-041-0/+21
* | | Merge branch 'js/misc-fixes'Junio C Hamano2015-10-301-1/+1
|\ \ \
| * | | Correct fscanf formatting string for I64u valuesjs/misc-fixesWaldek Maleska2015-10-261-1/+1
* | | | Merge branch 'jk/repository-extension'Junio C Hamano2015-10-261-9/+11
|\ \ \ \
| * | | | introduce "preciousObjects" repository extensionjk/repository-extensionJeff King2015-06-241-9/+11
* | | | | Merge branch 'jk/war-on-sprintf'Junio C Hamano2015-10-201-1/+1
|\ \ \ \ \
| * | | | | convert trivial sprintf / strcpy calls to xsnprintfJeff King2015-09-251-1/+1
* | | | | | Merge branch 'nd/gc-auto-background-fix'Junio C Hamano2015-10-151-1/+55
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | gc: save log from daemonized gc --auto and print it next timend/gc-auto-background-fixNguyễn Thái Ngọc Duy2015-09-211-1/+55
| | |/ / / | |/| | |
* | | | | Merge branch 'mh/tempfile'Junio C Hamano2015-08-251-22/+10
|\ \ \ \ \
| * | | | | gc: use tempfile module to handle gc.pid fileMichael Haggerty2015-08-121-20/+5
| * | | | | lock_repo_for_gc(): compute the path to "gc.pid" only onceMichael Haggerty2015-08-121-3/+6
| | |/ / / | |/| | |
* | | | | Merge branch 'es/worktree-add'Junio C Hamano2015-08-121-1/+1
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | config: rename "gc.pruneWorktreesExpire" to "gc.worktreePruneExpire"Eric Sunshine2015-07-201-1/+1
* | | | | Merge branch 'nd/multiple-work-trees'Junio C Hamano2015-07-131-1/+1
|\ \ \ \ \ | |/ / / / | | / / / | |/ / / |/| | |
| * | | worktree: new place for "git prune --worktrees"nd/multiple-work-treesNguyễn Thái Ngọc Duy2015-06-291-1/+1
* | | | Merge branch 'nd/multiple-work-trees'Junio C Hamano2015-05-111-11/+23
|\ \ \ \ | |/ / / | | | / | |_|/ |/| |
| * | gc: support prune --worktreesNguyễn Thái Ngọc Duy2014-12-011-0/+10
| * | gc: factor out gc.pruneexpire parsing codeNguyễn Thái Ngọc Duy2014-12-011-10/+12
| * | gc: style change -- no SP before closing parenthesisNguyễn Thái Ngọc Duy2014-12-011-1/+1
| |/
* | standardize usage info string formatAlex Henrie2015-01-141-1/+1
|/
* lockfile.h: extract new header file for the functions in lockfile.cmh/lockfileMichael Haggerty2014-10-011-1/+1
* builtin/gc.c: replace `git_config()` with `git_config_get_*()` familyTanay Abhra2014-08-071-31/+20
* Merge branch 'nd/daemonize-gc'Junio C Hamano2014-06-161-6/+20
|\
| * gc --auto: do not lock refs in the backgroundnd/daemonize-gcNguyễn Thái Ngọc Duy2014-05-271-6/+20
* | Merge branch 'nd/gc-aggressive'Junio C Hamano2014-04-031-1/+7
|\ \
| * | gc --aggressive: make --depth configurableNguyễn Thái Ngọc Duy2014-03-311-1/+7
* | | Merge branch 'bp/commit-p-editor'Junio C Hamano2014-03-281-1/+1
|\ \ \ | |/ / |/| |
| * | commit: fix patch hunk editing with "commit -p -m"Benoit Pierre2014-03-181-1/+1
* | | Merge branch 'nd/daemonize-gc'Junio C Hamano2014-03-051-5/+18
|\ \ \ | | |/ | |/|
| * | gc: config option for running --auto in backgroundNguyễn Thái Ngọc Duy2014-02-101-5/+18
| |/
* | Merge branch 'ep/varscope'Junio C Hamano2014-02-271-2/+3
|\ \ | |/ |/|
| * builtin/gc.c: reduce scope of variablesep/varscopeElia Pinto2014-01-311-2/+3
* | Merge branch 'nd/shallow-clone'Junio C Hamano2014-01-171-0/+1
|\ \ | |/ |/|
| * prune: clean .git/shallow after pruning objectsNguyễn Thái Ngọc Duy2013-12-101-0/+1
* | gc: notice gc processes run by other userskm/gc-epermKyle J. McKay2014-01-021-1/+1
|/
* Merge branch 'nd/gc-lock-against-each-other'Junio C Hamano2013-10-301-0/+24
|\
| * gc: remove gc.pid file at end of executionnd/gc-lock-against-each-otherJonathan Nieder2013-10-181-0/+24
* | Merge branch 'sb/parseopt-boolean-removal'Junio C Hamano2013-09-041-2/+2
|\ \ | |/ |/|
| * Replace deprecated OPT_BOOLEAN by OPT_BOOLStefan Beller2013-08-051-2/+2
* | gc: reject if another gc is running, unless --force is givenNguyễn Thái Ngọc Duy2013-08-091-0/+67
|/
* silence git gc --auto --quiet outputTobias Ulmer2012-09-271-3/+1
* i18n: gc: mark parseopt strings for translationNguyễn Thái Ngọc Duy2012-08-201-6/+6
* gc: use argv-array for sub-commandsJeff King2012-04-181-45/+33
* gc: do not explode objects which will be immediately prunedJeff King2012-04-111-8/+15
* prune: handle --progress/no-progressJeff King2011-11-071-1/+3
* builtin/gc.c: add missing newline in messageAndreas Schwab2011-06-191-1/+1