Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2006-12-28 03:43:15 +0300
committerJunio C Hamano <junkio@cox.net>2006-12-28 03:43:15 +0300
commit7c20b8234af2962ea4d5ce930ec0308c33f6f654 (patch)
tree908fc0e9d0f2dac92ba64a84427c53560afdecd1 /Makefile
parent87ac1390d9ac2ab5e495b543caee12221a773fb7 (diff)
parenta3c11db9ecf5c2a1ec1b25ba809cecb3747750d4 (diff)
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--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f862170b1f..775ffaac27 100644
--- a/Makefile
+++ b/Makefile
@@ -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 \