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

clarify
authorJoey Hess <joey@gnu.kitenet.net>
Fri, 27 Nov 2009 17:52:33 +0000 (12:52 -0500)
committerJoey Hess <joey@gnu.kitenet.net>
Fri, 27 Nov 2009 17:52:33 +0000 (12:52 -0500)
mr

diff --git a/mr b/mr
index abfbfaac8bfdb3e2db79569cb9b05d83a57db481..e01ca1f343423a853886184ece27e0895d14bb84 100755 (executable)
--- a/mr
+++ b/mr
@@ -1369,7 +1369,8 @@ sub bootstrap {
                move($tmpconfig, ".mrconfig") || die "rename: $!";
        }
 
-       # Load the config file and checkout everything else.
+       # Reload the config file (in case we got a different version)
+       # and checkout everything else.
        startingconfig();
        loadconfig(".mrconfig");
        dispatch("checkout");