@@ -190,28 +190,31 @@ usage() {
190
190
-l, --local use local branches, alias for --remote refs/heads
191
191
--override <topic>[=<commit-ish>]
192
192
use commit-ish instead for the topic. May be
193
- specified more than once. If only <topic> is
194
- specified, it's interpreted as
195
- <topic>=[<remote>/]<topic>
193
+ specified more than once. If only <topic> is
194
+ specified, it's interpreted as
195
+ <topic>=[<remote>/]<topic>
196
196
-u, --update with --patchdir: update existing patches in <path>
197
197
-v, --version <version> with tag: overwrite version number [default: 1]
198
198
199
199
Commands:
200
- diff <commit-ish> show patches not in any topic branch (not
200
+ If optional <umpf> or <commit-ish> arguments are unspecified, HEAD is used.
201
+
202
+ diff [<umpf>|<commit-ish>] show patches not in any topic branch (not
201
203
upstream) and patches missing locally
202
- show < commit-ish> show an useries file from an umpf
203
- tig [umpf] browse an umpf interactively, showing state of
204
+ show [<umpf>|< commit-ish>] show an useries file from an umpf
205
+ tig [< umpf>] browse an umpf interactively, showing state of
204
206
local, remote and remote-tracking topic branches
205
207
206
- tag <commit-ish> generate a utag from an umerge
207
- format-patch <utag> generate a useries file and patch stack
208
+ tag [<umpf>|<commit-ish>] generate a utag from a useries or umerge
209
+ or commits stacked on top of an umpf
210
+ format-patch [<utag>] generate a useries file and patch stack
208
211
from a utag
209
212
210
- merge <commit-ish> [<name>]merge one a topic branches into current
211
- head, like git merge, but umpf compatible
213
+ merge <commit-ish> [<name>]merge one topic branches into current
214
+ head, like git merge, but umpf compatible.
212
215
Use <name> as topic name if specified.
213
216
Otherwise <commit-ish> must be the correct
214
- topic name. The remote is removed if necessary
217
+ topic name. The remote is removed if necessary.
215
218
build <umpf> build an umerge from another umpf
216
219
distribute <commit-ish> push patches not yet in any topic branch
217
220
upstream
0 commit comments