]> git.parisson.com Git - telemeta.git/commitdiff
Merge branch 'master' into crem
authoryomguy <yomguy@parisson.com>
Mon, 8 Oct 2012 16:05:47 +0000 (18:05 +0200)
committeryomguy <yomguy@parisson.com>
Mon, 8 Oct 2012 16:05:47 +0000 (18:05 +0200)
Conflicts:
tools/dev/push.sh

1  2 
tools/dev/push.sh

index 3b99d10b06f942ca616b715967e7708da2132a7f,bc221452addfb174911f75a5f9caa4e10b7f01a3..6a3288a5d91b2e7db7205e84d2be482fe4015baf
@@@ -4,13 -4,11 +4,8 @@@ git branch | tr -d \* | while read lin
  do
      branch=${line/#\ }
  
 -    echo "Push $branch to origin:"
      git push origin $branch
 -
 -    echo "Push $branch to github:"
      git push hub $branch
-  
- #    if [[ $branch == *master* ]]; then
- #        echo "Push $branch to github:"
- #        git push hub $branch
- #    fi
  
  done