We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2cae4b0 commit 76035aeCopy full SHA for 76035ae
TravisCI/deploy_docs.sh
@@ -29,8 +29,8 @@ fi
29
REPO=`git config remote.origin.url`
30
SSH_REPO=${REPO/https:\/\/github.com\//git@github.com:}
31
SHA=`git rev-parse --verify HEAD`
32
-EMAIL=`git log HEAD^..HEAD --pretty='%aE'`
33
-NAME=`git log HEAD^..HEAD --pretty='%aN'`
+EMAIL=`git log -1 --pretty='%aE'`
+NAME=`git log -1 --pretty='%aN'`
34
35
# Clone the existing branch
36
# we assume $TARGET_BRANCH exists
0 commit comments