diff --git a/plugins/git4idea/resources/intellij.vcs.git.xml b/plugins/git4idea/resources/intellij.vcs.git.xml
index 33b75e90366b..370823e258e6 100644
--- a/plugins/git4idea/resources/intellij.vcs.git.xml
+++ b/plugins/git4idea/resources/intellij.vcs.git.xml
@@ -114,6 +114,7 @@
+
@@ -518,7 +519,7 @@
-
+
diff --git a/plugins/git4idea/src/git4idea/actions/GitQuickListContentProvider.java b/plugins/git4idea/src/git4idea/actions/GitQuickListContentProvider.java
index f3da85611e37..925e030421d2 100644
--- a/plugins/git4idea/src/git4idea/actions/GitQuickListContentProvider.java
+++ b/plugins/git4idea/src/git4idea/actions/GitQuickListContentProvider.java
@@ -27,6 +27,8 @@ public class GitQuickListContentProvider extends DvcsQuickListContentProvider {
add("ChangesView.AddUnversioned", manager, actions);
add("Git.ResolveConflicts", manager, actions);
+
+ add("Git.Unshallow", manager, actions);
return actions;
}