Lines Matching refs:git
5 echo "$0 <rNNNNNN | git-hash>"
9 if [ -n "$(git status -uno -s --porcelain)" ]; then
11 git status -uno
16 OTHER=$(git svn find-rev "$COMMIT")
18 echo "Error! Could not find an svn/git revision for commit $COMMIT!"
29 GIT=$OTHER
32 GIT=$COMMIT
36 ONE_LINE_MSG=$(git log --oneline $GIT -1 | cut -f2- -d " ")
39 git revert --no-commit $GIT 2>/dev/null
42 git reset --hard HEAD
46 # Create a template in our .git directory.
47 TEMPLATE="`git rev-parse --git-dir`/git-svn-revert-template"
55 git commit --file="$TEMPLATE" --edit
58 git reset --hard HEAD