mirror of
https://fastgit.cc/github.com/sourcegit-scm/sourcegit
synced 2026-04-26 03:40:45 +08:00
enhance: reduce commits loading time for interactive rebase
This commit is contained in:
@@ -104,4 +104,10 @@ namespace SourceGit.Models
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
public class CommitWithMessage
|
||||
{
|
||||
public Commit Commit { get; set; } = new Commit();
|
||||
public string Message { get; set; } = "";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user