Merge branch 'html'
[guilt.git] / man1 / guilt-refresh.1
blob83679e5f688cdc1585c34eb992d6104889f62caf
1 '\" t
2 .\"     Title: guilt-refresh
3 .\"    Author: [see the "Author" section]
4 .\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
5 .\"      Date: 09/18/2010
6 .\"    Manual: Guilt Manual
7 .\"    Source: Guilt v0.34
8 .\"  Language: English
9 .\"
10 .TH "GUILT\-REFRESH" "1" "09/18/2010" "Guilt v0\&.34" "Guilt Manual"
11 .\" -----------------------------------------------------------------
12 .\" * Define some portability stuff
13 .\" -----------------------------------------------------------------
14 .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
15 .\" http://bugs.debian.org/507673
16 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
17 .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
18 .ie \n(.g .ds Aq \(aq
19 .el       .ds Aq '
20 .\" -----------------------------------------------------------------
21 .\" * set default formatting
22 .\" -----------------------------------------------------------------
23 .\" disable hyphenation
24 .nh
25 .\" disable justification (adjust text to left margin only)
26 .ad l
27 .\" -----------------------------------------------------------------
28 .\" * MAIN CONTENT STARTS HERE *
29 .\" -----------------------------------------------------------------
30 .SH "NAME"
31 guilt-refresh \- Refresh topmost applied patch
32 .SH "SYNOPSIS"
33 \fIguilt\-refresh\fR [\-\-git] [\-\-diffstat]
34 .SH "DESCRIPTION"
35 Refresh topmost applied patch with changes in the working copy\&.
36 .SH "OPTIONS"
37 .PP
38 \-\-git
39 .RS 4
40 Generate a patch which uses all the features offered by the git diff format (e\&.g\&., rename and copy detection)\&.
41 .RE
42 .PP
43 \-\-diffstat
44 .RS 4
45 Include a diffstat output in the patch file\&. Useful for cases where patches will be submitted with other tools\&.
47 If the command line option is omitted, the corresponding git\-config option "guilt\&.diffstat" will be queried\&. So this would enable diffstat output by default:
49 .sp
50 .if n \{\
51 .RS 4
52 .\}
53 .nf
54 git config \-\-global guilt\&.diffstat true
55 .fi
56 .if n \{\
57 .RE
58 .\}
59 .RE
60 .SH "AUTHOR"
61 Written by Josef "Jeff" Sipek <\m[blue]\fBjeffpc@josefsipek\&.net\fR\m[]\&\s-2\u[1]\d\s+2>
62 .SH "DOCUMENTATION"
63 Documentation by Josef "Jeff" Sipek <\m[blue]\fBjeffpc@josefsipek\&.net\fR\m[]\&\s-2\u[1]\d\s+2>
64 .SH "GUILT"
65 Part of the \fBguilt\fR(7) suite (Generated for Guilt v0\&.34)
66 .SH "NOTES"
67 .IP " 1." 4
68 jeffpc@josefsipek.net
69 .RS 4
70 \%mailto:jeffpc@josefsipek.net
71 .RE