Got questions, comments, patches, etc.?
Contact Jason Woofenden
gitweb
/
spectrwm.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Add flip_layout keyinding.
[spectrwm.git]
/
buildver.sh
1
#!/bin/sh
2
3
CURDIR=$(dirname $0)
4
if [ -d "$CURDIR/.git" ]; then
5
cd "$CURDIR"
6
git describe --tags | tr -d '\n'
7
fi