sequencer: add advice for revert
[gitweb.git] / Documentation / config / advice.txt
index 88620429eacf857c7ba7941314c9b443b35b58ce..1cd9096c987d62ae5900fe0edf5317257cff8a5f 100644 (file)
@@ -57,6 +57,8 @@ advice.*::
        resolveConflict::
                Advice shown by various commands when conflicts
                prevent the operation from being performed.
+       sequencerInUse::
+               Advice shown when a sequencer command is already in progress.
        implicitIdentity::
                Advice on how to set your identity configuration when
                your information is guessed from the system username and
@@ -90,4 +92,6 @@ advice.*::
        waitingForEditor::
                Print a message to the terminal whenever Git is waiting for
                editor input from the user.
+       nestedTag::
+               Advice shown if a user attempts to recursively tag a tag object.
 --