]> 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:

assume any action with "update" in its name is like update, and should checkout inste...
authorJoey Hess <joey@kodama.kitenet.net>
Sun, 21 Oct 2007 06:09:56 +0000 (02:09 -0400)
committerJoey Hess <joey@kodama.kitenet.net>
Sun, 21 Oct 2007 06:09:56 +0000 (02:09 -0400)
directory isn't present

not very happy with this, but it makes the quietupdate hack work..

mr

diff --git a/mr b/mr
index 76c629ca1ddd1c2ceaa147aa6125a5f9b9b9f666..433354bc4f742620da2aaf057811579f1667b00e 100755 (executable)
--- a/mr
+++ b/mr
@@ -488,7 +488,7 @@ sub action { #{{{
                        system("mkdir", "-p", $dir);
                }
        }
-       elsif ($action eq 'update') {
+       elsif ($action =~ /update/) {
                if (! -d $dir) {
                        return action("checkout", $dir, $topdir, $subdir);
                }