summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: f2561fd)
raw | patch | inline | side by side (parent: f2561fd)
author | sean <seanlkml@sympatico.ca> | |
Sat, 11 Mar 2006 07:39:28 +0000 (02:39 -0500) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Sat, 11 Mar 2006 08:03:30 +0000 (00:03 -0800) |
RPM, at least on Fedora boxes, automatically creates a
dependency for any perl "use" lines, and one of the help text
lines unfortunately begins like this:
-S, --rev-file revs-file
use revs from revs-file instead of calling git-rev-list
RPM gets confused and creates a false dependecy for the
nonexistent perl package "revs". Obviously this creates a
problem when someone goes to install the git-core rpm.
Since other help sentences all start with capital letter, make
this one match them by upcasing "Use". As a side effect, RPM
stops getting confused.
Signed-off-by: Junio C Hamano <junkio@cox.net>
dependency for any perl "use" lines, and one of the help text
lines unfortunately begins like this:
-S, --rev-file revs-file
use revs from revs-file instead of calling git-rev-list
RPM gets confused and creates a false dependecy for the
nonexistent perl package "revs". Obviously this creates a
problem when someone goes to install the git-core rpm.
Since other help sentences all start with capital letter, make
this one match them by upcasing "Use". As a side effect, RPM
stops getting confused.
Signed-off-by: Junio C Hamano <junkio@cox.net>
git-annotate.perl | patch | blob | history |
diff --git a/git-annotate.perl b/git-annotate.perl
index feea0a2d81c1d4841fe46d230a0ebfe87a4f82f2..9df72a1662c47790a7d97309e40dc1051e5f7fcc 100755 (executable)
--- a/git-annotate.perl
+++ b/git-annotate.perl
-r, --rename
Follow renames (Defaults on).
-S, --rev-file revs-file
- use revs from revs-file instead of calling git-rev-list
+ Use revs from revs-file instead of calling git-rev-list
-h, --help
This message.
';