mirror of
https://github.com/vale981/spectrwm
synced 2025-03-04 09:21:39 -05:00
give up on printing tag
This commit is contained in:
parent
37f7ee73cc
commit
0f2ef41b3d
1 changed files with 1 additions and 1 deletions
|
@ -3,5 +3,5 @@
|
|||
CURDIR=$(dirname $0)
|
||||
if [ -d "$CURDIR/.git" ]; then
|
||||
cd "$CURDIR"
|
||||
echo $(git describe --abbrev=0 --tags)-$(git rev-parse HEAD | tail -c 9)
|
||||
echo $(git rev-parse HEAD)
|
||||
fi
|
||||
|
|
Loading…
Add table
Reference in a new issue