Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'master' of git://repo.or.cz/git/fastimport
author
Junio C Hamano
<gitster@pobox.com>
Thu, 23 Aug 2007 06:42:56 +0000
(23:42 -0700)
committer
Junio C Hamano
<gitster@pobox.com>
Thu, 23 Aug 2007 06:42:56 +0000
(23:42 -0700)
* 'master' of git://repo.or.cz/git/fastimport:
Teach bash about git-submodule and its subcommands
Teach bash to complete ref arguments to git-describe
Update bash completion with new 1.5.3 command line options
git-svn.perl
patch
|
blob
|
history
raw
(from parent 2:
be86f7a
)
diff --git
a/git-svn.perl
b/git-svn.perl
index d162114e26d64ff6a8a63dd8ff5d795c476868d4..7a8ffd522799e79aded50d796c7f313fc6a200c6 100755
(executable)
--- a/
git-svn.perl
+++ b/
git-svn.perl
@@
-370,6
+370,7
@@
sub cmd_dcommit {
$head ||= 'HEAD';
my @refs;
my ($url, $rev, $uuid, $gs) = working_head_info($head, \@refs);
+ print "Committing to $url ...\n";
unless ($gs) {
die "Unable to determine upstream SVN information from ",
"$head history\n";