Browse Source
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>maint
Lukas_Sandström
19 years ago
committed by
Junio C Hamano
5 changed files with 13 additions and 11 deletions
@ -1,14 +1,14 @@
@@ -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 |
||||
----------- |
Loading…
Reference in new issue