projects
/
git.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
git-tag-script updates.
[git.git]
/
git-reset-script
1
#!/bin/sh
2
. git-sh-setup-script || die "Not a git archive"
3
git-read-tree --reset HEAD
4
git-update-cache --refresh
5
rm -f "$GIT_DIR/MERGE_HEAD"