Lines Matching refs:git
9 if [ -n "$(git status -uno -s --porcelain)" ]; then
11 git status -uno
17 SVN_REVISION=$(git svn find-rev "$COMMIT")
24 ONE_LINE_MSG=$(git log --oneline $COMMIT -1 | cut -f2- -d " ")
27 git revert --no-commit $COMMIT 2>/dev/null
30 git reset --hard HEAD
34 # Create a template in our .git directory.
35 TEMPLATE="`git rev-parse --git-dir`/git-svn-revert-template"
43 git commit --file="$TEMPLATE" --edit
46 git reset --hard HEAD