]> git.pld-linux.org Git - packages/glibc.git/blobdiff - branch.sh
drop package information for nss_dns/nss_files
[packages/glibc.git] / branch.sh
index 05c3545fae7803fd75d2a8aea6e45a037591ebe3..8ff0d400126c51375b14cfcf9ee4e3b42f51c669 100755 (executable)
--- a/branch.sh
+++ b/branch.sh
@@ -2,8 +2,8 @@
 set -e
 url=git://sourceware.org/git/glibc.git
 package=glibc
-tag=glibc-2.32
-branch=release/2.32/master
+tag=glibc-2.39
+branch=release/2.39/master
 out=$package-git.patch
 repo=$package.git
 
@@ -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
This page took 0.123691 seconds and 4 git commands to generate.