mirror of
https://fastgit.cc/github.com/sourcegit-scm/sourcegit
synced 2026-04-21 13:20:30 +08:00
feature<Dashboard>: auto delete .git/rebase-apply when there's no conflicts detected
This commit is contained in:
@@ -398,6 +398,9 @@ namespace SourceGit.UI {
|
||||
commits.LoadMergeMessage();
|
||||
} else {
|
||||
abortPanel.Visibility = Visibility.Collapsed;
|
||||
|
||||
var rebaseApply = Path.Combine(repo.GitDir, "rebase-apply");
|
||||
if (Directory.Exists(rebaseApply)) Directory.Delete(rebaseApply);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user