projects
/
git.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
[PATCH] Fix broken t6001 test case
[git.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"