diff options
| author | Owen Jacobson <owen@grimoire.ca> | 2024-09-26 00:09:10 -0400 |
|---|---|---|
| committer | Owen Jacobson <owen@grimoire.ca> | 2024-09-26 00:09:10 -0400 |
| commit | a387f7f3e8b5049000e9f94eaf3fc37f0d9b49cf (patch) | |
| tree | 9a75762096a2d6b7867c1b026b781a027ce61a25 /bin/git-blog | |
| parent | ad4ab372b589111df100013740e520e629c07e6e (diff) | |
Fix transposed arguments in `git bdiff`, `git blog`.
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}" "$@" |
