]> git.madduck.net Git - etc/myrepos.git/blobdiff - .mr/LIB

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

use git url alias in mr config
[etc/myrepos.git] / .mr / LIB
diff --git a/.mr/LIB b/.mr/LIB
index 2168aeff36cca2845bb2a4b550f9a3e8032c4ede..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 100644 (file)
--- 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