Add git lgtag
helper
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
68433c1e59
commit
929cd8a60d
1 changed files with 4 additions and 0 deletions
4
bin/git-lgtag
Executable file
4
bin/git-lgtag
Executable file
|
@ -0,0 +1,4 @@
|
||||||
|
#!/bin/bash
|
||||||
|
set -euo pipefail
|
||||||
|
|
||||||
|
exec git lg $(git tag --sort=-taggerdate | head -n1)^..HEAD
|
Loading…
Reference in a new issue