]> git.ipfire.org Git - thirdparty/git.git/blame - git-reset-script
Abstract out the "name <email> date" handling of commit-tree.c
[thirdparty/git.git] / git-reset-script
CommitLineData
40d8cfe4 1#!/bin/sh
b33e9666 2. git-sh-setup-script || die "Not a git archive"
40d8cfe4
LT
3git-read-tree --reset HEAD
4git-update-cache --refresh
ef0bfa25 5rm -f "$GIT_DIR/MERGE_HEAD"