mirror of
https://github.com/sourcegit-scm/sourcegit.git
synced 2025-01-11 23:57:21 -08:00
fix: wrong whitespace at start of the last commit message while interactive rebasing (#790)
This commit is contained in:
parent
59f11e9aca
commit
6eb226eb44
1 changed files with 3 additions and 0 deletions
|
@ -71,6 +71,9 @@ namespace SourceGit.Commands
|
||||||
end = rs.StdOut.IndexOf('\n', start);
|
end = rs.StdOut.IndexOf('\n', start);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (_current != null)
|
||||||
|
_current.Message = _current.Message.Trim();
|
||||||
|
|
||||||
return _commits;
|
return _commits;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue