Skip to content

Commit f3130e7

Browse files
committed
Merge pull request #11 from patthoyts/pt/update-to-2.43
Support for GitExtensions 2.43
2 parents 2ce1360 + 407caef commit f3130e7

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

GitTfsPlugin.cs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ public void Register(IGitUICommands gitUiCommands)
2525

2626
}
2727

28+
public void Unregister(IGitUICommands gitUiCommands)
29+
{
30+
}
31+
2832
public bool Execute(GitUIBaseEventArgs gitUiCommands)
2933
{
3034
if (string.IsNullOrEmpty(gitUiCommands.GitModule.GitWorkingDir))

gitextensions

Submodule gitextensions updated 786 files

0 commit comments

Comments
 (0)