]> git.madduck.net Git - code/myrepos.git/blob - lib/vis

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...
[code/myrepos.git] / lib / vis
1 # Adds a "mr vis" command to visualise repository history.
2
3 # To make mr use this file, add a line like this inside the [DEFAULT]
4 # section of your ~/.mrconfig
5 #include = cat /usr/share/mr/vis
6
7 cvs_vis = cvs diff | $EDITOR -
8 svn_vis = svn status | $EDITOR -
9 git_svn_vis = gitk --all
10 git_vis = gitk --all
11 bzr_vis = bzr visualize
12 hg_vis = hg view