all repos — tint2 @ bd2ca94ffe4339a5316bd4de600b5f36d1a065d1

fork of the tint2 desktop panel for my custom setup - only minimized windows across all desktops for the taskbar

Cleanup versioning script
o9000 mrovi9000@gmail.com
commit

bd2ca94ffe4339a5316bd4de600b5f36d1a065d1

parent

1753641fc912abb22aa3b5cce0e58f2dd8993e1a

1 files changed, 1 insertions(+), 2 deletions(-)

jump to
M get_version.shget_version.sh

@@ -1,6 +1,5 @@

#!/bin/sh -MAJOR=0.14 DIRTY="" if git status 1>/dev/null 2>/dev/null

@@ -31,7 +30,7 @@ else

DIRTY="-dirty" fi fi - VERSION=$(git describe --exact-match 2>/dev/null || echo "$MAJOR-git$(git show -s --pretty=format:%ci | cut -d ' ' -f 1 | tr -d '-').$(git show -s --pretty=format:%h)")$DIRTY + VERSION=$(git describe 2>/dev/null)$DIRTY else SCRIPT_DIR=$(dirname "$0") VERSION=$(head -n 1 "${SCRIPT_DIR}/ChangeLog" | cut -d ' ' -f 2)