summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 111947e)
raw | patch | inline | side by side (parent: 111947e)
author | David Reiss <dreiss@dreiss-vmware.(none)> | |
Tue, 13 Nov 2007 21:47:26 +0000 (13:47 -0800) | ||
committer | Eric Wong <normalperson@yhbt.net> | |
Sat, 17 Nov 2007 21:39:47 +0000 (13:39 -0800) |
Signed-off-by: David Reiss <dreiss@facebook.com>
Acked-by: Eric Wong <normalperson@yhbt.net>
Acked-by: Eric Wong <normalperson@yhbt.net>
git-svn.perl | patch | blob | history |
diff --git a/git-svn.perl b/git-svn.perl
index 0ecf7a59234de98df01957e29a2c558f0015c594..5b1deeab942aa2a63a6cbe6a92792dbbe6f17d01 100755 (executable)
--- a/git-svn.perl
+++ b/git-svn.perl
sub cmd_dcommit {
my $head = shift;
git_cmd_try { command_oneline(qw/diff-index --quiet HEAD/) }
- 'Cannot dcommit with a dirty index. Commit your changes first'
+ 'Cannot dcommit with a dirty index. Commit your changes first, '
. "or stash them with `git stash'.\n";
$head ||= 'HEAD';
my @refs;