Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
rev-parse(1): logically group options
[gitweb.git]
/
git-svn.perl
diff --git
a/git-svn.perl
b/git-svn.perl
index d070de012c3a04ca621782f047425318ff246ca6..4e8275f3d1b6528f501cfa14fa9c6fd40ba63667 100755
(executable)
--- a/
git-svn.perl
+++ b/
git-svn.perl
@@
-1246,7
+1246,7
@@
sub cmd_rebase {
return;
}
if (command(qw/diff-index HEAD --/)) {
- print STDERR "Cannot rebase with uncommited changes:\n";
+ print STDERR "Cannot rebase with uncommit
t
ed changes:\n";
command_noisy('status');
exit 1;
}