Testcase for gc-commit
[gc-utils.git] / gc-multi-commit.1
blob569f584bf1ec10b864fa95dc3da338b8da61b911
1 .TH gc\-multi\-commit 1 "November 21, 2007" "version $VERSION$" "USER COMMANDS"
2 .sh NAME
3 gc\-multi\-commit \- Menu driven commits, diffs and logs between CVS and GIT repositories
4 .SH SYNOPSIS
5 .B gc\-multi\-commit
6 [\-h] [\-V] [\-v] [\-c] [\-a]
7 .SH DESCRIPTION
8 Show a set of commits that are in the current branch but no in the upstream branch.
9 It is possible to choose from a commit identifier and see the diff, the log or commit it
10 into the CVS using gc\-commit.
11 .SH OPTIONS
12 .TP
13 \-h
14 display a short help text
15 .TP
16 \-V
17 echos version information
18 .TP
19 \-v
20 turn of verbose output
21 .TP
22 \-a
23 commit all commits that are not in upstream into the cvs without asking.
24 .SH EXIT STATUS
25 gc\-multi\-commit returns zero if it succeeds. A non zero value is returned in case of failure.
26 .SH AUTHOR
27 David Soria Parra (dsp (at) php.net)
28 .SH SEE ALSO
29 gc\-commit(1)