Merge branch 'vl/typofix'
* vl/typofix: random typofixes (committed missing a 't', successful missing an 's')
This commit is contained in:
@ -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 uncommitted changes:\n";
|
||||
command_noisy('status');
|
||||
exit 1;
|
||||
}
|
||||
|
Reference in New Issue
Block a user