[PATCH] Add a t/t6001 test case for a --merge-order bug
[git] / git-reset-script
1 #!/bin/sh
2 : ${GIT_DIR=.git}
3 git-read-tree --reset HEAD
4 git-update-cache --refresh
5 rm -f "$GIT_DIR/MERGE_HEAD"