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

index 18b1adf2b9729d2e3776192a5fc50474c141de45..669da041008d172802cd6335594ba715919502c9 100755 (executable)
--- a/branch.sh
+++ b/branch.sh
@@ -3,8 +3,8 @@ set -e
 svn=svn://svn.lighttpd.net/lighttpd
 url=https://git.lighttpd.net/lighttpd/lighttpd1.4.git
 package=lighttpd
-tag=lighttpd-1.4.40
-branch=personal/gstrauss/master
+tag=lighttpd-1.4.41
+branch=master
 out=$package-branch.diff
 repo=$package.git
 
@@ -37,7 +37,7 @@ if [ ! -d $repo ]; then
 fi
 
 cd $repo
-       git fetch origin +$branch:$branch +refs/tags/$tag:refs/tags/$tag
+       git fetch origin +$branch:refs/remotes/origin/$branch +refs/tags/$tag:refs/tags/$tag
        git log -p --reverse $tag..$branch | filter > ../$out.tmp
 cd ..
 
This page took 0.036396 seconds and 4 git commands to generate.