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

index 6cbafbcd5a33fd6e11fe01a37357fbb6b59b7b39..18b1adf2b9729d2e3776192a5fc50474c141de45 100755 (executable)
--- a/branch.sh
+++ b/branch.sh
@@ -37,7 +37,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.116621 seconds and 4 git commands to generate.