[packages/lighttpd] fix branch fetching
glen
glen at pld-linux.org
Sun Oct 16 18:39:27 CEST 2016
commit 9759a3a7da083a127bcfc21d4b02e01068860528
Author: Elan Ruusamäe <glen at 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
More information about the pld-cvs-commit
mailing list