diff options
author | Junio C Hamano <junkio@cox.net> | 2006-12-27 16:43:15 -0800 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-12-27 16:43:15 -0800 |
commit | 7c20b8234af2962ea4d5ce930ec0308c33f6f654 (patch) | |
tree | 908fc0e9d0f2dac92ba64a84427c53560afdecd1 /.gitignore | |
parent | Set NO_MMAP for Cygwin by default (diff) | |
parent | Use 'repack -a -d -l' instead of 'repack -a -d' in git-gc (diff) | |
download | tgif-7c20b8234af2962ea4d5ce930ec0308c33f6f654.tar.xz |
Merge branch 'sp/gc'
* sp/gc:
Use 'repack -a -d -l' instead of 'repack -a -d' in git-gc
everyday: replace a few 'prune' and 'repack' with 'gc'
Create 'git gc' to perform common maintenance operations.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 60e5002bd5..2904f12349 100644 --- a/.gitignore +++ b/.gitignore @@ -42,6 +42,7 @@ git-fmt-merge-msg git-for-each-ref git-format-patch git-fsck-objects +git-gc git-get-tar-commit-id git-grep git-hash-object |