~ubuntu-branches/ubuntu/precise/guilt/precise

« back to all changes in this revision

Viewing changes to Documentation/guilt-rebase.1

  • Committer: Bazaar Package Importer
  • Author(s): Iulian Udrea
  • Date: 2011-08-05 22:31:35 UTC
  • mfrom: (1.1.10 upstream)
  • Revision ID: james.westby@ubuntu.com-20110805223135-mfqr2ey3qzxozvlw
Tags: 0.35-1
* New upstream release. 
* Bump Standards-Version to 3.9.2; no changes required.
* Update copyright.
* Switch to dpkg-source 3.0 (quilt) format.
* Refresh patches.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
'\" t
 
2
.\"     Title: guilt-rebase
 
3
.\"    Author: [see the "Author" section]
 
4
.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
 
5
.\"      Date: 07/17/2011
 
6
.\"    Manual: Guilt Manual
 
7
.\"    Source: Guilt v0.35
 
8
.\"  Language: English
 
9
.\"
 
10
.TH "GUILT\-REBASE" "1" "07/17/2011" "Guilt v0\&.35" "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-rebase \- Rebase pushed patches
 
32
.SH "SYNOPSIS"
 
33
\fIguilt\-rebase\fR <upstream>
 
34
.SH "DESCRIPTION"
 
35
Rebase pushed patches against an upstream branch\&.
 
36
.SH "OPTIONS"
 
37
.PP
 
38
<upstream>
 
39
.RS 4
 
40
Branch, tag, or a commit hash identifying upstream repository history\&.
 
41
.RE
 
42
.SH "EXAMPLES"
 
43
Rebase current tree against Linus\(cqs 2\&.6 tree
 
44
 
 
45
.sp
 
46
.if n \{\
 
47
.RS 4
 
48
.\}
 
49
.nf
 
50
$ git\-fetch git://git\&.kernel\&.org/pub/scm/linux/kernel/git/tovalds/linux\-2\&.6\&.git
 
51
$ guilt\-rebase FETCH_HEAD
 
52
.fi
 
53
.if n \{\
 
54
.RE
 
55
.\}
 
56
.SH "AUTHOR"
 
57
Written by Josef "Jeff" Sipek <\m[blue]\fBjeffpc@josefsipek\&.net\fR\m[]\&\s-2\u[1]\d\s+2>
 
58
.SH "DOCUMENTATION"
 
59
Documentation by Josef "Jeff" Sipek <\m[blue]\fBjeffpc@josefsipek\&.net\fR\m[]\&\s-2\u[1]\d\s+2>
 
60
.SH "GUILT"
 
61
Part of the \fBguilt\fR(7) suite (Generated for Guilt v0\&.35)
 
62
.SH "NOTES"
 
63
.IP " 1." 4
 
64
jeffpc@josefsipek.net
 
65
.RS 4
 
66
\%mailto:jeffpc@josefsipek.net
 
67
.RE