Merge pull request #20 from jong/no-merges

Automatically exclude merge commits when recalling.
This commit is contained in:
Walid Berrahal 2017-08-15 12:14:43 +01:00 committed by GitHub
commit e2fb61c533

View file

@ -127,7 +127,7 @@ GIT_FORMAT="%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%a
# Log command.
GIT_LOG="git log --pretty=format:'${GIT_FORMAT}'
--author \"$AUTHOR\"
--since \"$SINCE\" --abbrev-commit"
--since \"$SINCE\" --abbrev-commit --no-merges"
# Change temporary the IFS to store GIT_LOG's output into an array.
IFS=$'\n'