summaryrefslogtreecommitdiffstats
path: root/man/repo.1
diff options
context:
space:
mode:
Diffstat (limited to 'man/repo.1')
-rw-r--r--man/repo.1133
1 files changed, 133 insertions, 0 deletions
diff --git a/man/repo.1 b/man/repo.1
new file mode 100644
index 00000000..4aa76380
--- /dev/null
+++ b/man/repo.1
@@ -0,0 +1,133 @@
1.\" DO NOT MODIFY THIS FILE! It was generated by help2man.
2.TH REPO "1" "July 2021" "repo" "Repo Manual"
3.SH NAME
4repo \- repository management tool built on top of git
5.SH SYNOPSIS
6.B repo
7[\fI\,-p|--paginate|--no-pager\/\fR] \fI\,COMMAND \/\fR[\fI\,ARGS\/\fR]
8.SH OPTIONS
9.TP
10\fB\-h\fR, \fB\-\-help\fR
11show this help message and exit
12.TP
13\fB\-\-help\-all\fR
14show this help message with all subcommands and exit
15.TP
16\fB\-p\fR, \fB\-\-paginate\fR
17display command output in the pager
18.TP
19\fB\-\-no\-pager\fR
20disable the pager
21.TP
22\fB\-\-color\fR=\fI\,COLOR\/\fR
23control color usage: auto, always, never
24.TP
25\fB\-\-trace\fR
26trace git command execution (REPO_TRACE=1)
27.TP
28\fB\-\-trace\-python\fR
29trace python command execution
30.TP
31\fB\-\-time\fR
32time repo command execution
33.TP
34\fB\-\-version\fR
35display this version of repo
36.TP
37\fB\-\-show\-toplevel\fR
38display the path of the top\-level directory of the
39repo client checkout
40.TP
41\fB\-\-event\-log\fR=\fI\,EVENT_LOG\/\fR
42filename of event log to append timeline to
43.TP
44\fB\-\-git\-trace2\-event\-log\fR=\fI\,GIT_TRACE2_EVENT_LOG\/\fR
45directory to write git trace2 event log to
46.SS "The complete list of recognized repo commands are:"
47.TP
48abandon
49Permanently abandon a development branch
50.TP
51branch
52View current topic branches
53.TP
54branches
55View current topic branches
56.TP
57checkout
58Checkout a branch for development
59.TP
60cherry\-pick
61Cherry\-pick a change.
62.TP
63diff
64Show changes between commit and working tree
65.TP
66diffmanifests
67Manifest diff utility
68.TP
69download
70Download and checkout a change
71.TP
72forall
73Run a shell command in each project
74.TP
75gitc\-delete
76Delete a GITC Client.
77.TP
78gitc\-init
79Initialize a GITC Client.
80.TP
81grep
82Print lines matching a pattern
83.TP
84help
85Display detailed help on a command
86.TP
87info
88Get info on the manifest branch, current branch or unmerged branches
89.TP
90init
91Initialize a repo client checkout in the current directory
92.TP
93list
94List projects and their associated directories
95.TP
96manifest
97Manifest inspection utility
98.TP
99overview
100Display overview of unmerged project branches
101.TP
102prune
103Prune (delete) already merged topics
104.TP
105rebase
106Rebase local branches on upstream branch
107.TP
108selfupdate
109Update repo to the latest version
110.TP
111smartsync
112Update working tree to the latest known good revision
113.TP
114stage
115Stage file(s) for commit
116.TP
117start
118Start a new branch for development
119.TP
120status
121Show the working tree status
122.TP
123sync
124Update working tree to the latest revision
125.TP
126upload
127Upload changes for code review
128.TP
129version
130Display the version of repo
131.PP
132See 'repo help <command>' for more information on a specific command.
133Bug reports: https://bugs.chromium.org/p/gerrit/issues/entry?template=Repo+tool+issue