X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=Documentation%2Fgit-revert.txt;h=0c82ca5bc0e5a380e8fc441fbb34e12c85cffcab;hb=2d29e070a20e1dc9129eaaa0a308f5db609b2e3a;hp=837707a8fdb1760f224cc777f6b2b833a6b90a79;hpb=c1e56cc9b3fa56810f5af6086bf7487646aa466b;p=platform%2Fupstream%2Fgit.git diff --git a/Documentation/git-revert.txt b/Documentation/git-revert.txt index 837707a..0c82ca5 100644 --- a/Documentation/git-revert.txt +++ b/Documentation/git-revert.txt @@ -66,6 +66,13 @@ more details. With this option, 'git revert' will not start the commit message editor. +--cleanup=:: + This option determines how the commit message will be cleaned up before + being passed on to the commit machinery. See linkgit:git-commit[1] for more + details. In particular, if the '' is given a value of `scissors`, + scissors will be appended to `MERGE_MSG` before being passed on in the case + of a conflict. + -n:: --no-commit:: Usually the command automatically creates some commits with @@ -101,6 +108,11 @@ effect to your index in a row. Pass the merge strategy-specific option through to the merge strategy. See linkgit:git-merge[1] for details. +--rerere-autoupdate:: +--no-rerere-autoupdate:: + Allow the rerere mechanism to update the index with the + result of auto-conflict resolution if possible. + SEQUENCER SUBCOMMANDS --------------------- include::sequencer.txt[]