]> git.pld-linux.org Git - packages/glibc.git/commitdiff
branch.sh: fetch refs properly
authorElan Ruusamäe <glen@delfi.ee>
Thu, 1 Sep 2016 21:05:13 +0000 (00:05 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Thu, 1 Sep 2016 21:05:13 +0000 (00:05 +0300)
branch.sh

index 132f33712d7a2eacb56023fb29375d4019d052d6..e2444a6aa85e7ed0bc3d16dbf5446c568276f143 100755 (executable)
--- a/branch.sh
+++ b/branch.sh
@@ -17,7 +17,7 @@ if [ ! -d $repo ]; then
 fi
 
 cd $repo
-       git fetch
+       git fetch origin +$branch:$branch +refs/tags/$tag:refs/tags/$tag
        git log -p --reverse $tag..$branch | filter > ../$out.tmp
 cd ..
 
This page took 0.031318 seconds and 4 git commands to generate.