]> 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 -q flag.
authorJoey Hess <joey@kitenet.net>
Sat, 22 Dec 2007 18:55:05 +0000 (13:55 -0500)
committerJoey Hess <joey@kitenet.net>
Sat, 22 Dec 2007 18:55:05 +0000 (13:55 -0500)
* darcs: Add -u to diff to get a more usual unified diff.

debian/changelog
mr

index 134da3fcbaf23a7a7003c90a55e0a86fdc811eff..c900fb177af2c782a9a73a4813b1708c241ac44b 100644 (file)
@@ -1,3 +1,10 @@
+mr (0.20) UNRELEASED; urgency=low
+
+  * Add -q flag.
+  * darcs: Add -u to diff to get a more usual unified diff.
+
+ -- Joey Hess <joeyh@debian.org>  Sat, 22 Dec 2007 13:53:31 -0500
+
 mr (0.19) unstable; urgency=low
 
   * Support versions of man that don't use -l.
diff --git a/mr b/mr
index a03856acab61b768f4e8cdedd5ed5589b9097a5f..f4ef871c0be0918bf91e3bc726b24da8c797bfad 100755 (executable)
--- a/mr
+++ b/mr
@@ -1202,7 +1202,7 @@ git_diff = git diff "$@"
 bzr_diff = bzr diff "$@"
 cvs_diff = cvs diff "$@"
 hg_diff  = hg diff "$@"
-darcs_diff = darcs diff "$@"
+darcs_diff = darcs diff -u "$@"
 
 svn_log = svn log "$@"
 git_log = git log "$@"