mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-22 12:45:00 +00:00
feature(*): supports multi-repo editing
This commit is contained in:
parent
3c80f2700c
commit
81a3cb9566
41 changed files with 666 additions and 450 deletions
|
@ -16,7 +16,6 @@ namespace SourceGit.Git {
|
|||
|
||||
#region HOOKS
|
||||
public static Action<Repository> OnOpen = null;
|
||||
public static Action OnClose = null;
|
||||
[XmlIgnore] public Action<string> OnNavigateCommit = null;
|
||||
[XmlIgnore] public Action OnWorkingCopyChanged = null;
|
||||
[XmlIgnore] public Action OnTagChanged = null;
|
||||
|
@ -355,7 +354,7 @@ namespace SourceGit.Git {
|
|||
releasePrefix = null;
|
||||
hotfixPrefix = null;
|
||||
|
||||
OnClose?.Invoke();
|
||||
GC.Collect();
|
||||
}
|
||||
#endregion
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue