Guilt v0.37-rc1
[guilt.git] / Documentation / guilt-graph.txt
blobeeed321730230712247eeb0326d85941f67b3991
1 guilt-graph(1)
2 ==============
4 NAME
5 ----
6 guilt-graph - Create a patch dependency graph
8 SYNOPSIS
9 --------
10 include::usage-guilt-graph.txt[]
12 DESCRIPTION
13 -----------
14 Create a dot(1) directed graph showing the dependencies between applied
15 patches.
17 OPTIONS
18 -------
19 -x <pattern>::
20         Ignore files that matches the given grep pattern. Can be
21         repeated to ignore several files. This can be useful to ignore
22         for instance ChangeLog files that every commit modifies.
24 <patchname>::
25         Instead of starting with the topmost applied patch, start with
26         <patchname>.
28 Author
29 ------
30 Written by Josef "Jeff" Sipek <jeffpc@josefsipek.net>
32 Documentation
33 -------------
34 Documentation by Josef "Jeff" Sipek <jeffpc@josefsipek.net>
36 include::footer.txt[]