commit 9759a3a7da083a127bcfc21d4b02e01068860528
Author: Elan Ruusamäe <g...@delfi.ee>
Date:   Sun Oct 16 19:39:22 2016 +0300

    fix branch fetching

 branch.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/branch.sh b/branch.sh
index 643a619..72c2ffc 100755
--- 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 ..
 
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/lighttpd.git/commitdiff/9759a3a7da083a127bcfc21d4b02e01068860528

_______________________________________________
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to