[packages/glibc] explicitly set `log --date` in branch.sh

atler atler at pld-linux.org
Wed Sep 27 12:48:45 CEST 2023


commit 6a09f30cbd365b574129f2e1d877664add29b44a
Author: Jan Palus <atler at pld-linux.org>
Date:   Wed Sep 27 11:02:34 2023 +0200

    explicitly set `log --date` in branch.sh
    
    avoid differences due to local config of log.date

 branch.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/branch.sh b/branch.sh
index 8aee351..69f08d7 100755
--- a/branch.sh
+++ b/branch.sh
@@ -18,7 +18,7 @@ fi
 
 cd $repo
 	git fetch origin +$branch:$branch +refs/tags/$tag:refs/tags/$tag
-	git log -p --reverse $tag..$branch | filter > ../$out.tmp
+	git log -p --date=default --reverse $tag..$branch | filter > ../$out.tmp
 cd ..
 
 if cmp -s $out{,.tmp}; then
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/glibc.git/commitdiff/b24b8df6c85a0b664c1fcda887a004bf10ae2882



More information about the pld-cvs-commit mailing list