Git development
 help / color / mirror / Atom feed
From: Kevin Geiss <kevin@desertsol.com>
To: martin.langhoff@gmail.com, git@vger.kernel.org
Subject: [PATCH 2/4] git-cvsexportcommit.perl: use getopts to get binary flags
Date: Mon, 14 Nov 2005 09:41:43 -0700	[thread overview]
Message-ID: <20051114164143.GC9131@raven.localdomain> (raw)

---

 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

                 reply	other threads:[~2005-11-14 16:41 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20051114164143.GC9131@raven.localdomain \
    --to=kevin@desertsol.com \
    --cc=git@vger.kernel.org \
    --cc=martin.langhoff@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox