Add documentation for git-revert and git-cherry-pick.
authorNikolai Weibull <mailing-lists.git@rawuncut.elitemail.org>
Thu, 8 Dec 2005 23:28:05 +0000 (00:28 +0100)
committerJunio C Hamano <junkio@cox.net>
Thu, 8 Dec 2005 23:50:14 +0000 (15:50 -0800)
commit674b28085e89c3be37d07063b253069101669b55
tree9e5970f891249c82937912730065fdd3eaf059a1
parentd9722174573fc657c9b6c4adde6165d65c4e8de6
Add documentation for git-revert and git-cherry-pick.

* Added the -e option to the documentation of git-cherry-pick.
* Added the -e and --no-commit option to git-revert.
* Removed redundant case expression for -n as --no-edit (already taken by
  --no-commit).

Signed-off-by: Nikolai Weibull <nikolai@bitwi.se>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Documentation/git-cherry-pick.txt
Documentation/git-revert.txt
git-revert.sh