1 <!DOCTYPE html PUBLIC
"-//W3C//DTD XHTML 1.1//EN"
2 "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
3 <html xmlns=
"http://www.w3.org/1999/xhtml" xml:
lang=
"en">
5 <meta http-equiv=
"Content-Type" content=
"text/html; charset=UTF-8" />
6 <meta name=
"generator" content=
"AsciiDoc 7.1.2" />
7 <style type=
"text/css">
9 p
, li
, dt
, dd
, div
, pre
, h1
, h2
, h3
, h4
, h5
, h6
{
11 border: 1px solid red;
16 margin: 1em 5% 1em 5%;
21 text-decoration: underline
;
39 h1
, h2
, h3
, h4
, h5
, h6
{
41 font-family: sans-serif
;
48 border-bottom: 2px solid silver
;
51 border-bottom: 2px solid silver
;
61 border: 1px solid silver
;
76 font-family: sans-serif
;
83 font-family: sans-serif
;
87 font-family: sans-serif
;
89 border-top: 2px solid silver
;
95 padding-bottom: 0.5em;
99 padding-bottom: 0.5em;
103 div
.tableblock
, div
.imageblock
, div
.exampleblock
, div
.verseblock
,
104 div
.quoteblock
, div
.literalblock
, div
.listingblock
, div
.sidebarblock
,
105 div
.admonitionblock
{
108 margin-bottom: 1.5em;
110 div
.admonitionblock
{
112 margin-bottom: 2.5em;
115 div
.content
{ /* Block element content. */
119 /* Block element titles. */
120 div
.title
, caption
.title
{
121 font-family: sans-serif
;
125 margin-bottom: 0.5em;
131 td div
.title:first-child
{
134 div
.content div
.title:first-child
{
137 div
.content
+ div
.title
{
141 div
.sidebarblock
> div
.content
{
143 border: 1px solid silver
;
147 div
.listingblock
> div
.content
{
148 border: 1px solid silver
;
153 div
.quoteblock
> div
.content
{
160 div
.verseblock
+ div
.attribution
{
164 div
.admonitionblock
.icon
{
168 text-decoration: underline
;
170 padding-right: 0.5em;
172 div
.admonitionblock td
.content
{
174 border-left: 2px solid silver
;
177 div
.exampleblock
> div
.content
{
178 border-left: 2px solid silver
;
182 div
.verseblock div
.content
{
186 div
.imageblock div
.content
{ padding-left: 0; }
187 div
.imageblock img
{ border: 1px solid silver
; }
188 span
.image img
{ border-style: none
; }
192 margin-bottom: 0.8em;
204 list-style-position: outside
;
207 list-style-type: lower-alpha
;
210 div
.tableblock
> table
{
211 border: 3px solid
#527bbd;
214 font-family: sans-serif
;
223 margin-bottom: 0.8em;
228 padding-right: 0.8em;
235 div#footer-badges
{ display: none
; }
237 include1::./stylesheets
/xhtml11-manpage
.css
[]
238 /* Workarounds for IE6's broken and incomplete CSS2. */
240 div
.sidebar-content
{
242 border: 1px solid silver
;
245 div
.sidebar-title
, div
.image-title
{
246 font-family: sans-serif
;
249 margin-bottom: 0.5em;
252 div
.listingblock div
.content
{
253 border: 1px solid silver
;
258 div
.quoteblock-content
{
262 div
.exampleblock-content
{
263 border-left: 2px solid silver
;
267 <title>guilt-new(
1)
</title>
272 guilt-new(
1) Manual Page
275 <div class=
"sectionbody">
282 <div class=
"sectionbody">
283 <p><em>guilt-new
</em> [-s] [-e|-m message]
<patchname
></p>
286 <div class=
"sectionbody">
287 <p>Create a new patch and push it on top of the stack. An optional patch
288 description can be supplied either interactively on via the command line.
</p>
291 <div class=
"sectionbody">
298 Add a Signed-off-by with your committer identifier string to the
307 Edit the patch message interactively. This option can be combined
308 with -s to easily sign off on the patch.
316 The
"<message>" string will used as the commit message. This option
317 can be combined with -s to easily sign off on the patch.
325 Name of the patch to create. This must be a legal relative pathname
326 string. For example,
"foo",
"foo/bar", and
"foo/bar/foobar" are all
333 <div class=
"sectionbody">
334 <p>Create a new patch called
<em>foobar
</em>:
</p>
335 <p>$ guilt-new foobar
</p>
336 <p>Create a patch called
<em>foo
</em> and supply a patch description interactively:
</p>
337 <p>$ guilt-new -e foo
</p>
338 <p>Create a patch called
<em>bar
</em> with a provided patch description and sign off
340 <p>$ guilt-new -s -m patch-fu bar
</p>
343 <div class=
"sectionbody">
344 <p>Written by Josef
"Jeff" Sipek
<jsipek@cs.sunysb.edu
></p>
346 <h2>Documentation
</h2>
347 <div class=
"sectionbody">
348 <p>Documentation by Josef
"Jeff" Sipek
<jsipek@cs.sunysb.edu
></p>
351 <div class=
"sectionbody">
352 <p>Part of the
<a href=
"guilt.html">guilt(
7)
</a> suite
353 (Generated for Guilt v0.25)
</p>
356 <div id=
"footer-text">
357 Last updated
15-May-
2007 13:
21:
23 EDT