all repos — tint2 @ abeb7ce2e6e6e0d3a2c6d5b2067cf8688de08619

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

Include commit hash if possible in versioning script, if a non-stable tree is compiled
o9000 mrovi9000@gmail.com
commit

abeb7ce2e6e6e0d3a2c6d5b2067cf8688de08619

parent

abdb1aeff9d2bddcb6c32aaf7e6dd2155f977f0c

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

jump to
M get_version.shget_version.sh

@@ -42,7 +42,7 @@ if [ "$VERSION" = "master" ]

then PREVIOUS=$(grep '^2' "${SCRIPT_DIR}/ChangeLog" | head -n 2 | tail -n 1 | cut -d ' ' -f 2) HASH=$(git log -n 1 --pretty=format:"%h" 2>/dev/null) - VERSION=$PREVIOUS-$HASH + VERSION=$PREVIOUS-next-g$HASH fi fi fi