summaryrefslogtreecommitdiff
path: root/bin/git-blog
diff options
context:
space:
mode:
Diffstat (limited to 'bin/git-blog')
-rwxr-xr-xbin/git-blog2
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}" "$@"