summaryrefslogtreecommitdiff
path: root/git-changes
diff options
context:
space:
mode:
Diffstat (limited to 'git-changes')
-rwxr-xr-xgit-changes2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-changes b/git-changes
index ce24cb9..d048f36 100755
--- a/git-changes
+++ b/git-changes
@@ -12,5 +12,5 @@ else
days='1'
fi
git log --invert-grep --author="Bot" \
- --format=short --since=$(date -d "-${days}days" +%s) "$@" \
+ --format=short --since=$days.days.ago "$@" \
| git shortlog