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 /Makefile | |
parent | 87ac1390d9ac2ab5e495b543caee12221a773fb7 (diff) | |
parent | a3c11db9ecf5c2a1ec1b25ba809cecb3747750d4 (diff) | |
download | git-7c20b8234af2962ea4d5ce930ec0308c33f6f654.tar.gz git-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 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -157,7 +157,7 @@ BASIC_LDFLAGS = SCRIPT_SH = \ git-bisect.sh git-checkout.sh \ git-clean.sh git-clone.sh git-commit.sh \ - git-fetch.sh \ + git-fetch.sh git-gc.sh \ git-ls-remote.sh \ git-merge-one-file.sh git-parse-remote.sh \ git-pull.sh git-rebase.sh \ |