* [PATCH 2/4] git-cvsexportcommit.perl: use getopts to get binary flags
@ 2005-11-14 16:41 Kevin Geiss
0 siblings, 0 replies; only message in thread
From: Kevin Geiss @ 2005-11-14 16:41 UTC (permalink / raw)
To: martin.langhoff, git
---
git-cvsexportcommit.perl | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
applies-to: c13592c92fc8bf74afc39ee6d40cb51814cb3e24
26c7c4b051fb251cbf88eb1d6eff63e539255cf5
diff --git a/git-cvsexportcommit.perl b/git-cvsexportcommit.perl
index 5bce39c..da7dcda 100755
--- 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');
+getopts('hpvc');
$opt_h && usage();
---
0.99.9.GIT
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2005-11-14 16:41 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-11-14 16:41 [PATCH 2/4] git-cvsexportcommit.perl: use getopts to get binary flags Kevin Geiss
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox