projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0ff2ce9
)
git-cvsexportcommit.perl: use getopts to get binary flags
author
Kevin Geiss
<kevin@desertsol.com>
Mon, 14 Nov 2005 16:41:43 +0000
(09:41 -0700)
committer
Junio C Hamano
<junkio@cox.net>
Wed, 16 Nov 2005 21:20:58 +0000
(13:20 -0800)
Signed-off-by: Junio C Hamano <junkio@cox.net>
git-cvsexportcommit.perl
patch
|
blob
|
history
diff --git
a/git-cvsexportcommit.perl
b/git-cvsexportcommit.perl
index
5bce39c
..
da7dcda
100755
(executable)
--- a/
git-cvsexportcommit.perl
+++ b/
git-cvsexportcommit.perl
@@
-12,7
+12,7
@@
unless ($ENV{GIT_DIR} && -r $ENV{GIT_DIR}){
our ($opt_h, $opt_p, $opt_v, $opt_c );
-getopt('hpvc');
+getopt
s
('hpvc');
$opt_h && usage();