[prev in list] [next in list] [prev in thread] [next in thread] 

List:       rsync-cvs
Subject:    [SCM] The rsync repository. - branch master updated
From:       Rsync CVS commit messages <rsync-cvs () lists ! samba ! org>
Date:       2020-08-01 7:46:22
Message-ID: mailman.507.1596267988.628.rsync-cvs () lists ! samba ! org
[Download RAW message or body]

The branch, master has been updated
       via  72b2a81f Use --abbrev=8 instead of --tags.
      from  d73c26d2 Put git version in a file for between-release versioning.

https://git.samba.org/?p=rsync.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 72b2a81f90b5f273ffb721077066e5e5258dcb5f
Author: Wayne Davison <wayne@opencoder.net>
Date:   Sat Aug 1 00:41:53 2020 -0700

    Use --abbrev=8 instead of --tags.

-----------------------------------------------------------------------

Summary of changes:
 mkgitver | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


Changeset truncated at 500 lines:

diff --git a/mkgitver b/mkgitver
index e8461da2..113cb64a 100755
--- a/mkgitver
+++ b/mkgitver
@@ -3,7 +3,7 @@
 srcdir=`dirname $0`
 
 if test -d "$srcdir/.git"; then
-    gitver=\"`git describe --tags`\" || exit 1
+    gitver=\"`git describe --abbrev=8`\" || exit 1
 else
     gitver=RSYNC_VERSION
 fi


-- 
The rsync repository.

_______________________________________________
rsync-cvs mailing list
rsync-cvs@lists.samba.org
https://lists.samba.org/mailman/listinfo/rsync-cvs
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic