gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnurl] 95/282: contrithanks: Use the most recent tag by default


From: gnunet
Subject: [gnurl] 95/282: contrithanks: Use the most recent tag by default
Date: Wed, 01 Apr 2020 14:29:20 +0200

This is an automated email from the git hooks/post-receive script.

ng0 pushed a commit to branch master
in repository gnurl.

commit d2411a78ee417570fb2f3ced2094917a32e31583
Author: Frank Gevaerts <address@hidden>
AuthorDate: Wed Feb 5 11:34:07 2020 +0100

    contrithanks: Use the most recent tag by default
    
    (similar to 5296abe)
    
    Closes #4883
---
 scripts/contrithanks.sh | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/scripts/contrithanks.sh b/scripts/contrithanks.sh
index 85af71038..da395aebf 100755
--- a/scripts/contrithanks.sh
+++ b/scripts/contrithanks.sh
@@ -28,8 +28,12 @@
 
 start=$1
 
-if test -z "$start"; then
+if test "$start" = "-h"; then
   echo "Usage: $0 <since this tag/hash>"
+  exit
+fi
+if test -z "$start"; then
+  start=`git tag --sort=taggerdate | tail -1`;
 fi
 
 cat ./docs/THANKS

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]