Add git lgtag helper

Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
Knut Ahlers 2021-11-10 00:35:03 +01:00
parent 68433c1e59
commit 929cd8a60d
Signed by: luzifer
GPG Key ID: 0066F03ED215AD7D

4
bin/git-lgtag Executable file
View File

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