Roger Shimizu | 0a1f533 | 2021-06-20 21:41:05 +0900 | [diff] [blame] | 1 | .\" DO NOT MODIFY THIS FILE! It was generated by help2man. |
Mike Frysinger | d47d9ff | 2022-07-10 05:15:19 -0400 | [diff] [blame^] | 2 | .TH REPO "1" "July 2022" "repo" "Repo Manual" |
Roger Shimizu | 0a1f533 | 2021-06-20 21:41:05 +0900 | [diff] [blame] | 3 | .SH NAME |
| 4 | repo \- repository management tool built on top of git |
Mike Frysinger | 56345c3 | 2021-07-26 23:46:32 -0400 | [diff] [blame] | 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 |
Mike Frysinger | 73c43b8 | 2021-07-26 15:42:59 -0400 | [diff] [blame] | 37 | \fB\-\-show\-toplevel\fR |
| 38 | display the path of the top\-level directory of the |
| 39 | repo client checkout |
| 40 | .TP |
Mike Frysinger | 56345c3 | 2021-07-26 23:46:32 -0400 | [diff] [blame] | 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 |
Mike Frysinger | d47d9ff | 2022-07-10 05:15:19 -0400 | [diff] [blame^] | 46 | .TP |
| 47 | \fB\-\-submanifest\-path\fR=\fI\,REL_PATH\/\fR |
| 48 | submanifest path |
Mike Frysinger | 3001d6a | 2021-11-12 01:39:21 -0500 | [diff] [blame] | 49 | .SS "The complete list of recognized repo commands is:" |
Roger Shimizu | 0a1f533 | 2021-06-20 21:41:05 +0900 | [diff] [blame] | 50 | .TP |
| 51 | abandon |
| 52 | Permanently abandon a development branch |
| 53 | .TP |
| 54 | branch |
| 55 | View current topic branches |
| 56 | .TP |
| 57 | branches |
| 58 | View current topic branches |
| 59 | .TP |
| 60 | checkout |
| 61 | Checkout a branch for development |
| 62 | .TP |
| 63 | cherry\-pick |
| 64 | Cherry\-pick a change. |
| 65 | .TP |
| 66 | diff |
| 67 | Show changes between commit and working tree |
| 68 | .TP |
| 69 | diffmanifests |
| 70 | Manifest diff utility |
| 71 | .TP |
| 72 | download |
| 73 | Download and checkout a change |
| 74 | .TP |
| 75 | forall |
| 76 | Run a shell command in each project |
| 77 | .TP |
| 78 | gitc\-delete |
| 79 | Delete a GITC Client. |
| 80 | .TP |
| 81 | gitc\-init |
| 82 | Initialize a GITC Client. |
| 83 | .TP |
| 84 | grep |
| 85 | Print lines matching a pattern |
| 86 | .TP |
| 87 | help |
| 88 | Display detailed help on a command |
| 89 | .TP |
| 90 | info |
| 91 | Get info on the manifest branch, current branch or unmerged branches |
| 92 | .TP |
| 93 | init |
| 94 | Initialize a repo client checkout in the current directory |
| 95 | .TP |
| 96 | list |
| 97 | List projects and their associated directories |
| 98 | .TP |
| 99 | manifest |
| 100 | Manifest inspection utility |
| 101 | .TP |
| 102 | overview |
| 103 | Display overview of unmerged project branches |
| 104 | .TP |
| 105 | prune |
| 106 | Prune (delete) already merged topics |
| 107 | .TP |
| 108 | rebase |
| 109 | Rebase local branches on upstream branch |
| 110 | .TP |
| 111 | selfupdate |
| 112 | Update repo to the latest version |
| 113 | .TP |
| 114 | smartsync |
| 115 | Update working tree to the latest known good revision |
| 116 | .TP |
| 117 | stage |
| 118 | Stage file(s) for commit |
| 119 | .TP |
| 120 | start |
| 121 | Start a new branch for development |
| 122 | .TP |
| 123 | status |
| 124 | Show the working tree status |
| 125 | .TP |
| 126 | sync |
| 127 | Update working tree to the latest revision |
| 128 | .TP |
| 129 | upload |
| 130 | Upload changes for code review |
| 131 | .TP |
| 132 | version |
| 133 | Display the version of repo |
| 134 | .PP |
| 135 | See 'repo help <command>' for more information on a specific command. |
Mike Frysinger | 56345c3 | 2021-07-26 23:46:32 -0400 | [diff] [blame] | 136 | Bug reports: https://bugs.chromium.org/p/gerrit/issues/entry?template=Repo+tool+issue |