Skip to content

Commit

Permalink
git-svn: Fix a typo and add a comma in an error message in git-svn
Browse files Browse the repository at this point in the history
Signed-off-by: David Reiss <dreiss@facebook.com>
Acked-by: Eric Wong <normalperson@yhbt.net>
  • Loading branch information
David Reiss authored and Eric Wong committed Nov 17, 2007
1 parent 111947e commit 826a933
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion git-svn.perl
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ sub cmd_set_tree {
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;
Expand Down

0 comments on commit 826a933

Please sign in to comment.