Home | History | Annotate | Download | only in tools

Lines Matching refs:git

47   LAST_CHANGEID=$(git show | awk '/Change-Id:/{print $2}')
55 NEW_CHANGEID=I$(echo $NEW_CHANGEID | git hash-object --stdin)
58 git commit -a -C HEAD > /dev/null
59 git commit --amend -F- << EOF
78 git commit -a --amend -F "$NEW_COMMIT_MSG"
84 git log -1 --format=%B > "$ORIG_COMMIT_MSG"
110 if ! git diff --quiet HEAD; then
116 cd "$(git rev-parse --show-toplevel)"
119 git show > "${ORIG_DIFF}"
122 for f in $(git diff HEAD^ --name-only -M90 --diff-filter=AM \
130 git diff --no-color --no-ext-diff > "${MODIFIED_DIFF}"
136 git reset --hard >/dev/null
153 if ! git diff --quiet; then
156 git diff --stat