mirror of
https://fastgit.cc/github.com/sourcegit-scm/sourcegit
synced 2026-04-21 21:30:37 +08:00
fix: wrong whitespace at start of the last commit message while interactive rebasing (#790)
This commit is contained in:
@@ -71,6 +71,9 @@ namespace SourceGit.Commands
|
||||
end = rs.StdOut.IndexOf('\n', start);
|
||||
}
|
||||
|
||||
if (_current != null)
|
||||
_current.Message = _current.Message.Trim();
|
||||
|
||||
return _commits;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user