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

make veracity commit push
authorJoey Hess <joey@kitenet.net>
Mon, 9 Jan 2012 21:14:55 +0000 (17:14 -0400)
committerJoey Hess <joey@kitenet.net>
Mon, 9 Jan 2012 21:14:55 +0000 (17:14 -0400)
I assume vv commit does not auto-push

mr

diff --git a/mr b/mr
index 1307b545a919ffa0bf8f344a19e79fa5aec6edf6..58ebceb847ce97bf24397b35124ec73d1500b428 100755 (executable)
--- a/mr
+++ b/mr
@@ -1905,7 +1905,7 @@ cvs_commit = cvs commit "$@"
 hg_commit  = hg commit -m "$@" && hg push
 darcs_commit = darcs record -a -m "$@" && darcs push -a
 fossil_commit = fossil commit "$@"
-veracity_commit = vv commit -m "@"
+veracity_commit = vv commit -m "@" && vv push
 
 git_record = git commit -a "$@"
 bzr_record =