File: graph

package info (click to toggle)
myrepos 1.20180726
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, forky, sid, trixie
  • size: 508 kB
  • sloc: perl: 1,856; sh: 44; makefile: 40
file content (14 lines) | stat: -rw-r--r-- 578 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Adds a "mr graph" command to graph 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/graph

git_graph = git big-picture -v xdg-open
git_svn_graph = git big-picture -v xdg-open
git_cvs_graph = git big-picture -v xdg-open
git_annex_graph = git big-picture -v xdg-open
git_cvs_graph = cd "$MR_REPO/gitdir" && git big-picture -v xdg-open
git_fake_bare_graph = git big-picture -v xdg-open
git_subtree_graph = git big-picture -v xdg-open
git_svn_graph = git big-picture -v xdg-open