summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorLukas_Sandström <lukass@etek.chalmers.se>2005-11-09 23:16:13 (GMT)
committerJunio C Hamano <junkio@cox.net>2005-11-12 05:19:11 (GMT)
commit9bc0f32c77b755b8d77d215cc47fafff53cad6f5 (patch)
tree71a65aecd161e0d730d3a88b0ab4a0e654a13af7 /Documentation
parentb4ad3552de8b3231b55f5ee32ee2178202708118 (diff)
downloadgit-9bc0f32c77b755b8d77d215cc47fafff53cad6f5.zip
git-9bc0f32c77b755b8d77d215cc47fafff53cad6f5.tar.gz
git-9bc0f32c77b755b8d77d215cc47fafff53cad6f5.tar.bz2
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 'Documentation')
-rw-r--r--Documentation/git-pack-redundant.txt (renamed from Documentation/git-pack-intersect.txt)6
1 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/git-pack-intersect.txt b/Documentation/git-pack-redundant.txt
index e5d6fc7..55c0d48 100644
--- a/Documentation/git-pack-intersect.txt
+++ b/Documentation/git-pack-redundant.txt
@@ -1,14 +1,14 @@
-git-pack-intersect(1)
+git-pack-redundant(1)
=====================
NAME
----
-git-pack-intersect - Program used to find redundant pack files.
+git-pack-redundant - Program used to find redundant pack files.
SYNOPSIS
--------
-'git-pack-intersect [ -v ] < -a | .pack filename ... >'
+'git-pack-redundant [ -v ] < -a | .pack filename ... >'
DESCRIPTION
-----------