patchbomb: Git parses the patch mboxes and extracts Cc lines automatically
[guilt.git] / Documentation / guilt-branch.txt
bloba8a653db1d15d80f713c94c75de9002e14492810
1 guilt-branch(1)
2 ===============
4 NAME
5 ----
6 guilt-branch - Branch the entire patch series
8 SYNOPSIS
9 --------
10 include::usage-guilt-branch.txt[]
12 DESCRIPTION
13 -----------
14 Create a copy of the entire branch patch directory (.git/patches/<branch>)
15 to (.git/patches/<new_name>), create a new git branch <new_name> and check
16 it out.
18 OPTIONS
19 -------
20 <new_name>::
21         The name of the new branch to create. If not specified, the current
22         branch name is appended with the current year, month and day.
24 Author
25 ------
26 Written by Josef "Jeff" Sipek <jsipek@cs.sunysb.edu>
28 Documentation
29 -------------
30 Documentation by Josef "Jeff" Sipek <jsipek@cs.sunysb.edu>
32 include::footer.txt[]