refactor: diff for staged file with --amend enabled (#1231)

Signed-off-by: leo <longshuang@msn.cn>
This commit is contained in:
leo 2025-04-22 19:20:27 +08:00
parent 78f4809875
commit 345ad06aba
No known key found for this signature in database
4 changed files with 9 additions and 3 deletions

View file

@ -26,6 +26,7 @@ namespace SourceGit.Models
{
public string FileMode { get; set; } = "";
public string ObjectHash { get; set; } = "";
public string ParentSHA { get; set; } = "";
}
public class Change