]> git.pld-linux.org Git - packages/lighttpd.git/commitdiff
fix branch fetching
authorElan Ruusamäe <glen@delfi.ee>
Sun, 16 Oct 2016 16:39:22 +0000 (19:39 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Sun, 16 Oct 2016 16:39:22 +0000 (19:39 +0300)
branch.sh

index 643a61920c18da23b9b29831a88c5cf366321764..72c2ffc8efbd45cd7797a6a03f1a9a7909ee9687 100755 (executable)
--- a/branch.sh
+++ b/branch.sh
@@ -37,7 +37,7 @@ if [ ! -d $repo ]; then
 fi
 
 cd $repo
-       git fetch origin +$branch:refs/remotes/origin/$branch +refs/tags/$tag:refs/tags/$tag
+       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.153031 seconds and 4 git commands to generate.