diff options
author | sean <seanlkml@sympatico.ca> | 2006-03-11 02:39:28 -0500 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-03-11 00:03:30 -0800 |
commit | be767c91724275c4534965c0d25c452b76057602 (patch) | |
tree | da78437674dda1f2f1207ee999847ebcc2ac11ff /git-tag.sh | |
parent | Add git-imap-send, derived from isync 1.0.1. (diff) | |
download | tgif-be767c91724275c4534965c0d25c452b76057602.tar.xz |
annotate.perl triggers rpm bug
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>
Diffstat (limited to 'git-tag.sh')
0 files changed, 0 insertions, 0 deletions