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

Added lib/vis, an add-on to visualise repo history. Closes: #693022 Thanks, Paul...
authorJoey Hess <joey@kitenet.net>
Thu, 7 Feb 2013 15:50:23 +0000 (11:50 -0400)
committerJoey Hess <joey@kitenet.net>
Thu, 7 Feb 2013 15:50:23 +0000 (11:50 -0400)
debian/changelog
lib/vis [new file with mode: 0644]

index 1c939769a34c7893ebca7d274b2200138e6b4ecb..8e1fe43c96dd2381a42864b8e4649c9585527039 100644 (file)
@@ -3,6 +3,8 @@ mr (1.14) UNRELEASED; urgency=low
   * Added a fetch command. Closes: #480580
   * status: Now includes information about unpushed changes,
     for git, git-svn, hg, and bzr. Closes: #693021
+  * Added lib/vis, an add-on to visualise repo history.
+    Closes: #693022 Thanks, Paul Wise
 
  -- Joey Hess <joeyh@debian.org>  Sun, 11 Nov 2012 11:33:05 -0400
 
diff --git a/lib/vis b/lib/vis
new file mode 100644 (file)
index 0000000..6dff868
--- /dev/null
+++ b/lib/vis
@@ -0,0 +1,12 @@
+# Adds a "mr vis" command to visualise repository history.
+
+# To make mr use this file, add a line like this inside the [DEFAULT]
+# section of your ~/.mrconfig
+#include = cat /usr/share/mr/vis
+
+cvs_vis = cvs diff | $EDITOR -
+svn_vis = svn status | $EDITOR -
+git_svn_vis = gitk --all
+git_vis = gitk --all
+bzr_vis = bzr visualize
+hg_vis = hg view