aa706f424f368d63cb480cd025b702ddad8c34df
[git.git] / man1 / git-cherry.1
1 .\"Generated by db2man.xsl. Don't modify this, modify the source.
2 .de Sh \" Subsection
3 .br
4 .if t .Sp
5 .ne 5
6 .PP
7 \fB\\$1\fR
8 .PP
9 ..
10 .de Sp \" Vertical space (when we can't use .PP)
11 .if t .sp .5v
12 .if n .sp
13 ..
14 .de Ip \" List item
15 .br
16 .ie \\n(.$>=3 .ne \\$3
17 .el .ne 3
18 .IP "\\$1" \\$2
19 ..
20 .TH "GIT-CHERRY" 1 "" "" ""
21 .SH NAME
22 git-cherry \- Find commits not merged upstream.
23 .SH "SYNOPSIS"
24
25
26 git\-cherry [\-v] <upstream> [<head>]
27
28 .SH "DESCRIPTION"
29
30
31 Each commit between the fork\-point and <head> is examined, and compared against the change each commit between the fork\-point and <upstream> introduces\&. Commits already included in upstream are prefixed with \- (meaning "drop from my local pull"), while commits missing from upstream are prefixed with + (meaning "add to the updated upstream")\&.
32
33 .SH "OPTIONS"
34
35 .TP
36 \-v
37 Verbose\&.
38
39 .TP
40 <upstream>
41 Upstream branch to compare against\&.
42
43 .TP
44 <head>
45 Working branch; defaults to HEAD\&.
46
47 .SH "AUTHOR"
48
49
50 Written by Junio C Hamano <junkio@cox\&.net>
51
52 .SH "DOCUMENTATION"
53
54
55 Documentation by Junio C Hamano and the git\-list <git@vger\&.kernel\&.org>\&.
56
57 .SH "GIT"
58
59
60 Part of the \fBgit\fR(7) suite
61