From 89d31bc5afdddbdc0b41cc9b4fa5003a0d5bd15f Mon Sep 17 00:00:00 2001 From: Toni Gundogdu Date: Wed, 2 Jan 2013 09:09:42 +0200 Subject: [PATCH] FIX: gen-news.sh: Find the closest tagname Replaces the buggy tagname extraction. Signed-off-by: Toni Gundogdu --- gen-news.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gen-news.sh b/gen-news.sh index 7a8bb19..94c3ece 100755 --- a/gen-news.sh +++ b/gen-news.sh @@ -27,7 +27,7 @@ d=`date +%F` b="$v ($d) / $a " -t=`git tag | tail -n1` +t=`git describe --abbrev=0` for a in `git log --format='%an' "$t"..HEAD | sort | uniq`; do c=`git log --format=" - %s [%h]" --author="$a" "$t"..HEAD | sort -h` b="$b$a: -- 2.11.4.GIT