commit 6a09f30cbd365b574129f2e1d877664add29b44a
Author: Jan Palus <[email protected]>
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

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to