diff options
author | Lukas_Sandström <lukass@etek.chalmers.se> | 2005-11-10 00:16:13 +0100 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2005-11-11 21:19:11 -0800 |
commit | 9bc0f32c77b755b8d77d215cc47fafff53cad6f5 (patch) | |
tree | 71a65aecd161e0d730d3a88b0ab4a0e654a13af7 /Makefile | |
parent | Make git-repack use git-pack-intersect. (diff) | |
download | tgif-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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |