optimize<User>: reduce memory used by commit's author/committer data

This commit is contained in:
leo 2023-10-10 11:25:57 +08:00
parent d9afb798db
commit 766f24f4b0
14 changed files with 91 additions and 41 deletions

View file

@ -145,7 +145,7 @@ namespace SourceGit.Commands {
proc.Start();
} catch (Exception e) {
return new ReadToEndResult() {
Output = "",
Output = string.Empty,
Error = e.Message,
IsSuccess = false,
};