X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=Documentation%2Fgit-revert.txt;h=45be851750c2ce81500765f6dfbd23578c68abda;hb=8dc6a373d201839859fe7924b63e57526ee2fc22;hp=752fc88e768e4b8e1afddad4bdd7833cf20978c7;hpb=f73c3e9704b80c8813b92392cced9328f81e91d6;p=git.git diff --git a/Documentation/git-revert.txt b/Documentation/git-revert.txt index 752fc88e7..45be85175 100644 --- a/Documentation/git-revert.txt +++ b/Documentation/git-revert.txt @@ -80,6 +80,16 @@ effect to your index in a row. --signoff:: Add Signed-off-by line at the end of the commit message. +--strategy=:: + Use the given merge strategy. Should only be used once. + See the MERGE STRATEGIES section in linkgit:git-merge[1] + for details. + +-X