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 /.gitignore | |
parent | b4ad3552de8b3231b55f5ee32ee2178202708118 (diff) | |
download | git-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 '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 6ff25300e..1d1aa5767 100644 --- a/.gitignore +++ b/.gitignore @@ -60,7 +60,7 @@ git-mktag git-name-rev git-mv git-octopus -git-pack-intersect +git-pack-redundant git-pack-objects git-parse-remote git-patch-id |