]> git.madduck.net Git - code/myrepos.git/commitdiff

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:

remove set -x
authorJoey Hess <joey@kodama.kitenet.net>
Fri, 26 Oct 2007 05:37:58 +0000 (01:37 -0400)
committerJoey Hess <joey@kodama.kitenet.net>
Fri, 26 Oct 2007 05:37:58 +0000 (01:37 -0400)
mrconfig.git-fake-bare

index 730d85de86baa021799e8fc56445057352677552..5ae396c2b548e32d7e47d7f36384c1d8581d9718 100644 (file)
@@ -21,7 +21,6 @@ lib =
        # git doesn't have an easy way to check out such a repo, so
        # do it by hand
        git_fake_bare_checkout() {
-               set -x
                url="$1"
                repo="$2"
                GIT_WORK_TREE= git clone --no-checkout "$url" "$repo"