diff options
Diffstat (limited to 'bin/git-blog')
| -rwxr-xr-x | bin/git-blog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/git-blog b/bin/git-blog index 8be71e7..ca7ad15 100755 --- a/bin/git-blog +++ b/bin/git-blog @@ -8,4 +8,4 @@ if [ $# -gt 0 ]; then shift fi -exec git log "${BRANCH}@{upstream}...${BRANCH}" "$@" +exec git log "${BRANCH}@{upstream}..${BRANCH}" "$@" |
