cfg/bin/git-lgtag

5 lines
91 B
Plaintext
Raw Normal View History

#!/bin/bash
set -euo pipefail
exec git lg $(git tag --sort=-taggerdate | head -n1)^..HEAD