about summary refs log tree commit diff
path: root/third_party/git/Documentation/config/advice.txt
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/git/Documentation/config/advice.txt')
-rw-r--r--third_party/git/Documentation/config/advice.txt9
1 files changed, 0 insertions, 9 deletions
diff --git a/third_party/git/Documentation/config/advice.txt b/third_party/git/Documentation/config/advice.txt
index bdd37c3eaa..6aaa360202 100644
--- a/third_party/git/Documentation/config/advice.txt
+++ b/third_party/git/Documentation/config/advice.txt
@@ -107,13 +107,4 @@ advice.*::
 		editor input from the user.
 	nestedTag::
 		Advice shown if a user attempts to recursively tag a tag object.
-	submoduleAlternateErrorStrategyDie::
-		Advice shown when a submodule.alternateErrorStrategy option
-		configured to "die" causes a fatal error.
-	addIgnoredFile::
-		Advice shown if a user attempts to add an ignored file to
-		the index.
-	addEmptyPathspec::
-		Advice shown if a user runs the add command without providing
-		the pathspec parameter.
 --