From: Alexander Litvinov <lan@ac-sw.com>
To: Junio C Hamano <junkio@cox.net>
Cc: git@vger.kernel.org
Subject: [PATCH] fix cvsexportcommit syntax error
Date: Wed, 9 Nov 2005 13:02:58 +0600 [thread overview]
Message-ID: <200511091302.58805.lan@ac-sw.com> (raw)
In-Reply-To: <7vy83zhyu4.fsf@assigned-by-dhcp.cox.net>
There is a syntax error in cvsexport script:
--- git-cvsexportcommit.perl.orig 2005-11-09 13:00:51.000000000 +0600
+++ git-cvsexportcommit.perl 2005-11-09 13:00:57.000000000 +0600
@@ -64,7 +64,7 @@
last;
}; # found it
die "Did not find $parent in the parents for this commit!";
-s }
+ }
} else { # we don't have a parent from the cmdline...
if (@parents == 1) { # it's safe to get it from the commit
$parent = $parents[0];
prev parent reply other threads:[~2005-11-09 7:02 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-11-08 16:46 GIT 0.99.9f Junio C Hamano
2005-11-09 7:02 ` Alexander Litvinov [this message]
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=200511091302.58805.lan@ac-sw.com \
--to=lan@ac-sw.com \
--cc=git@vger.kernel.org \
--cc=junkio@cox.net \
/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;
as well as URLs for NNTP newsgroup(s).