Documentation: mention ORIG_HEAD in am, merge, and rebase
commit9869099bee332e4c351c3aaa15a74786d85909c7
authorBrian Gernhardt <benji@silverinsanity.com>
Tue, 8 Jul 2008 04:12:22 +0000 (8 00:12 -0400)
committerJunio C Hamano <gitster@pobox.com>
Tue, 8 Jul 2008 20:13:03 +0000 (8 13:13 -0700)
tree9e125633e36366e947c6f00dcd42fac8e7b2a9bc
parent22e407951ef2572c1e68a39364fd3c4b649a3495
Documentation: mention ORIG_HEAD in am, merge, and rebase

Merge has always set ORIG_HEAD but never mentioned it, while we
recently added it to am and rebase.  These facts should be reflected
in the documentation.

git-reset also sets ORIG_HEAD, but that fact is already mentioned in
the very first example so no changes were needed there.

Signed-off-by: Brian Gernhardt <benji@silverinsanity.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-am.txt
Documentation/git-merge.txt
Documentation/git-rebase.txt