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

Fix name for vcsh_clean
authorJames McCoy <jamessan@debian.org>
Fri, 24 Oct 2014 16:09:22 +0000 (12:09 -0400)
committerJoey Hess <joey@kitenet.net>
Fri, 24 Oct 2014 17:10:13 +0000 (13:10 -0400)
Signed-off-by: James McCoy <jamessan@debian.org>
mr

diff --git a/mr b/mr
index 69c47c637d5724f4e19c40f94e613ab001325715..7fa3180f56259753a4292b4d8846e60eeb901684 100755 (executable)
--- a/mr
+++ b/mr
@@ -2069,7 +2069,7 @@ fossil_clean =
        else
                fossil clean --force --dotfiles --emptydirs "$@"
        fi
-vcsh_commit = 
+vcsh_clean = 
        if [ "x$1" = x-f ] ; then
                shift
                vcsh run "$MR_REPO" git clean -dx "$@"