author | Brian Gernhardt <benji@silverinsanity.com> | |
Tue, 8 Jul 2008 04:12:22 +0000 (00:12 -0400) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Tue, 8 Jul 2008 20:13:03 +0000 (13:13 -0700) | ||
commit | 9869099bee332e4c351c3aaa15a74786d85909c7 | |
tree | 9e125633e36366e947c6f00dcd42fac8e7b2a9bc | tree | snapshot |
parent | 22e407951ef2572c1e68a39364fd3c4b649a3495 | commit | diff |
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>
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 | diff | blob | history | |
Documentation/git-merge.txt | diff | blob | history | |
Documentation/git-rebase.txt | diff | blob | history |