]> git.ipfire.org Git - thirdparty/git.git/commit - Makefile
Rename git-pack-intersect to git-pack-redundant
authorLukas_Sandström <lukass@etek.chalmers.se>
Wed, 9 Nov 2005 23:16:13 +0000 (00:16 +0100)
committerJunio C Hamano <junkio@cox.net>
Sat, 12 Nov 2005 05:19:11 +0000 (21:19 -0800)
commit9bc0f32c77b755b8d77d215cc47fafff53cad6f5
tree71a65aecd161e0d730d3a88b0ab4a0e654a13af7
parentb4ad3552de8b3231b55f5ee32ee2178202708118
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>
.gitignore
Documentation/git-pack-redundant.txt [moved from Documentation/git-pack-intersect.txt with 83% similarity]
Makefile
git-repack.sh
pack-redundant.c [moved from pack-intersect.c with 98% similarity]