X-Git-Url: https://git.madduck.net/etc/myrepos.git/blobdiff_plain/1798958073b6fc8e6aeabeb004b351336ba8d5e3..b354a466f3b6c6eacbd2b2f439228cfa142a834b:/.mr/LIB?ds=sidebyside diff --git a/.mr/LIB b/.mr/LIB index 2168aef..e69de29 100644 --- a/.mr/LIB +++ b/.mr/LIB @@ -1,29 +0,0 @@ -bzr_update = bzr pull "$@" - -lib = checkout_hack_branch() { - git clone --no-checkout --origin $2 $3 $1 - cd $1 - git checkout -b $2 $2/${5:-master} - git branch -D master - git remote add origin $4 - if git fetch origin 2>/dev/null; then - git checkout -b master origin/master - else - git checkout -b master $2/${5:-master} - case "$4" in - ssh://*) - host=${4#*//} - path=${host#*/} - host=${host%%/*} - ssh $host "[ -d $path ] || GIT_DIR=$path git --bare init --shared=world" - ;; - esac - git push origin --all - fi - } - -[code/mr] -checkout = checkout_hack_branch mr \ - joeyh git://git.kitenet.net/mr \ - ssh://git.madduck.net/~/git/pub/code/mr.git - ln -s ../code/mr/mr ~/.bin/mr