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