commit 1af77202404e89a6363a4392be7df16b12dac54c
Author: Elan Ruusamäe <[email protected]>
Date: Fri Sep 2 00:06:47 2016 +0300
branch.sh: fetch refs properly
branch.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/branch.sh b/branch.sh
index 6cbafbc..18b1adf 100755
--- 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 ..
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/lighttpd.git/commitdiff/1af77202404e89a6363a4392be7df16b12dac54c
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit