patchbomb: Git parses the patch mboxes and extracts Cc lines automatically
[guilt.git] / Documentation / guilt-init.txt
blob0b2439665bb44b1746ad786629de87f8450019f4
1 guilt-init(1)
2 =============
4 NAME
5 ----
6 guilt-init - Initialize guilt for use in a git repository
8 SYNOPSIS
9 --------
10 include::usage-guilt-init.txt[]
12 DESCRIPTION
13 -----------
14 Initialize a git repository for use with guilt
16 OPTIONS
17 -------
18 -n::
19         Do not automatically create stack top, bottom, and base tags (sets
20         guilt.autotag config variable to 0).
22 EXAMPLES
23 --------
24 First, get a repository to work on. Here's one that we'll use as an example:
26 $ git-clone git://git.kernel.org/pub/scm/linux/kernel/jsipek/guilt-hello.git
28 Now, it initialize the patches directory using guilt's init command:
30 $ cd hello
32 $ guilt-init
34 Author
35 ------
36 Written by Josef "Jeff" Sipek <jsipek@cs.sunysb.edu>
38 Documentation
39 -------------
40 Documentation by Brandon Philips <brandon@ifup.org>
42 include::footer.txt[]