aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLukas_Sandström <lukass@etek.chalmers.se>2005-11-10 00:16:13 +0100
committerJunio C Hamano <junkio@cox.net>2005-11-11 21:19:11 -0800
commit9bc0f32c77b755b8d77d215cc47fafff53cad6f5 (patch)
tree71a65aecd161e0d730d3a88b0ab4a0e654a13af7 /Makefile
parentb4ad3552de8b3231b55f5ee32ee2178202708118 (diff)
downloadgit-9bc0f32c77b755b8d77d215cc47fafff53cad6f5.tar.gz
git-9bc0f32c77b755b8d77d215cc47fafff53cad6f5.tar.xz
Rename git-pack-intersect to git-pack-redundant
This patch renames git-pack-intersect to git-pack-redundant as suggested by Petr Baudis. The new name reflects what the program does, rather than how it does it. Also fix a small argument parsing bug. Signed-off-by: Lukas Sandström <lukass@etek.chalmers.se> Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4c646c9e8..b4dca5f22 100644
--- a/Makefile
+++ b/Makefile
@@ -122,7 +122,7 @@ PROGRAMS = \
git-unpack-objects$X git-update-index$X git-update-server-info$X \
git-upload-pack$X git-verify-pack$X git-write-tree$X \
git-update-ref$X git-symbolic-ref$X git-check-ref-format$X \
- git-name-rev$X git-pack-intersect$X $(SIMPLE_PROGRAMS)
+ git-name-rev$X git-pack-redundant$X $(SIMPLE_PROGRAMS)
# Backward compatibility -- to be removed after 1.0
PROGRAMS += git-ssh-pull$X git-ssh-push$X