Revision 1038f0c0a1cde01f7e4af045d3a2acfea69b7c20 authored by Junio C Hamano on 07 July 2005, 22:12:20 UTC, committed by Linus Torvalds on 07 July 2005, 22:54:57 UTC
The current error message does not make any sense.

Signed-off-by: Junio C Hamano <junkio@cox.net>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
1 parent 7765660
Raw File
git-reset-script
#!/bin/sh
: ${GIT_DIR=.git}
git-read-tree --reset HEAD
git-update-cache --refresh
rm -f "$GIT_DIR/MERGE_HEAD"
back to top