Skip to content

Commit

Permalink
chore(maintenance_scripts): add one for showing history from the late…
Browse files Browse the repository at this point in the history
…st tag
  • Loading branch information
actionless committed Dec 22, 2017
1 parent fa72a42 commit a16922c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions maintenance_scripts/show_recent_history.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/usr/bin/env bash
git log \
--pretty=tformat:"%Cred%D%Creset %ad %Cgreen%h %Cblue%an %Creset%s" \
--date='format:%Y-%m-%d' \
--color=always \
$(git tag | sort -V | tail -n1)~1.. \
$@

0 comments on commit a16922c

Please sign in to comment.