We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37f6584 commit 100dedfCopy full SHA for 100dedf
FormGerritPublish.cs
@@ -3,6 +3,7 @@
3
using System.Linq;
4
using System.Windows.Forms;
5
using GitCommands;
6
+using GitExtUtils;
7
using GitUI.Properties;
8
using GitUIPluginInterfaces;
9
using JetBrains.Annotations;
GerritUtil.cs
@@ -5,6 +5,7 @@
using System.Threading.Tasks;
using GitUI;
10
11
0 commit comments