Merge branch 'master' of git://repo.or.cz/git/fastimport
authorJunio C Hamano <gitster@pobox.com>
Thu, 23 Aug 2007 06:42:56 +0000 (23:42 -0700)
committerJunio 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
index d162114e26d64ff6a8a63dd8ff5d795c476868d4..7a8ffd522799e79aded50d796c7f313fc6a200c6 100755 (executable)
@@ -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";