Lines Matching refs:git
31 git config --local user.email "github-bot@iojs.org"
32 git config --local user.name "Node.js GitHub Bot"
59 git node land --autorebase --yes $MULTIPLE_COMMIT_POLICY "$pr" >output 2>&1 || echo "Failed to land #${pr}"
60 # cat here otherwise we'll be supressing the output of git node land
67 # If `git node land --abort` fails, we're in unknown state. Better to stop
70 git node land --abort --yes
75 start_sha=$(git rev-parse $UPSTREAM/$DEFAULT_BRANCH)
76 end_sha=$(git rev-parse HEAD)
79 if ! git push $UPSTREAM $DEFAULT_BRANCH >> output 2>&1; then
86 commit_title=$(git log -1 --pretty='format:%s')
87 commit_body=$(git log -1 --pretty='format:%b')
88 commit_head=$(grep 'Fetched commits as' output | cut -d. -f3 | xargs git rev-parse)