Home | History | Annotate | Download | only in tools

Lines Matching refs:git

116   git checkout -b $BRANCHNAME svn/$MERGE_TO_BRANCH \
122 echo ">>> Step $CURRENT_STEP: Find the git \
126 NEXT_HASH=$(git svn find-rev "r$REVISION" svn/bleeding_edge)
128 || die "Cannot determine git hash for r$REVISION"
143 PATCH_MERGE_DESCRIPTION=$(git log -1 --format=%s $HASH)
148 BUG=$(git log -1 $HASH | grep "BUG=" | awk -F '=' '{print $NF}')
170 git log -1 -p $HASH > "$TEMPORARY_PATCH_FILE"
206 git commit -a -F "$COMMITMSG_FILE" \
207 || die "'git commit -a' failed."
216 git checkout $BRANCHNAME \
219 git cl dcommit || die "failed to commit to $MERGE_TO_BRANCH"
227 git svn fetch || die "'git svn fetch' failed."
228 COMMIT_HASH=$(git log -1 --format=%H --grep="$NEW_COMMIT_MSG" \
230 [[ -z "$COMMIT_HASH" ]] && die "Unable to map git commit to svn revision"
231 SVN_REVISION=$(git svn find-rev $COMMIT_HASH)