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

oops
authorJoey Hess <joey@kitenet.net>
Sat, 22 Dec 2007 19:02:15 +0000 (14:02 -0500)
committerJoey Hess <joey@kitenet.net>
Sat, 22 Dec 2007 19:02:15 +0000 (14:02 -0500)
mr

diff --git a/mr b/mr
index 9efe969fcaa8dbc326328de98085550ac5e16777..33bde352a4098411c6a3f4a59ac9edb887d8144a 100755 (executable)
--- a/mr
+++ b/mr
@@ -1208,10 +1208,10 @@ cvs_commit = cvs commit "$@"
 hg_commit  = hg commit -m "$@" && hg push
 darcs_commit = darcs record -a -m "$@" && darcs push -a
 
-git_commit = git commit -a "$@"
-bzr_commit = bzr commit "$@"
-hg_commit  = hg commit -m "$@"
-darcs_commit = darcs record -a -m "$@"
+git_record = git commit -a "$@"
+bzr_record = bzr commit "$@"
+hg_record  = hg commit -m "$@"
+darcs_record = darcs record -a -m "$@"
 
 svn_diff = svn diff "$@"
 git_diff = git diff "$@"