]> git.ipfire.org Git - thirdparty/git.git/commit - git-reset.sh
Remove MERGE_HEAD in "git checkout/reset"
authorLinus Torvalds <torvalds@ppc970.osdl.org>
Tue, 21 Jun 2005 22:40:00 +0000 (15:40 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Tue, 21 Jun 2005 22:40:00 +0000 (15:40 -0700)
commitef0bfa25e99627b809c0902d21072821955db3fe
tree5760644db3f9cb044c99aa0f9ce4fc8d4eb76da1
parent6b38a402e97274037982a5346ca4168cc8ee026c
Remove MERGE_HEAD in "git checkout/reset"

Both of these scripts will end up resetting the index to some specific
head, and any unresolved merge will be forgotten.
git-checkout-script
git-reset-script