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

Add darcs grep command using ack-grep
authorPaul Wise <pabs@debian.org>
Sun, 7 Sep 2014 09:13:12 +0000 (17:13 +0800)
committerJoey Hess <joey@kitenet.net>
Sun, 7 Sep 2014 16:08:39 +0000 (12:08 -0400)
mr

diff --git a/mr b/mr
index d8a27b288cc36081665e9463ac1d626c41659368..18e87616423e7d94ab3686733c137e094f84420b 100755 (executable)
--- a/mr
+++ b/mr
@@ -2087,6 +2087,7 @@ svn_grep = ack-grep "$@"
 git_svn_grep = git grep "$@"
 git_grep = git grep "$@"
 bzr_grep = ack-grep "$@"
+darcs_grep = ack-grep "$@"
 
 run = "$@"