diff options
author | amine <hilalyamine@gmail.com> | 2019-10-25 16:42:48 +0200 |
---|---|---|
committer | amine <hilalyamine@gmail.com> | 2019-11-03 17:21:27 +0100 |
commit | 614bc5a2c53409a8e9c85ab31a104428069aa7b3 (patch) | |
tree | ed0b7ff3ede31828510492c3266c351741033cf2 /doc | |
parent | 16bd116971bb7abc7308e95c474b433512672432 (diff) | |
download | git-bug-614bc5a2c53409a8e9c85ab31a104428069aa7b3.tar.gz |
commands: support bridge imports after a given date and resumable imports
Diffstat (limited to 'doc')
-rw-r--r-- | doc/man/git-bug-bridge-pull.1 | 8 | ||||
-rw-r--r-- | doc/md/git-bug_bridge_pull.md | 4 |
2 files changed, 11 insertions, 1 deletions
diff --git a/doc/man/git-bug-bridge-pull.1 b/doc/man/git-bug-bridge-pull.1 index 10b129c7..0c210aac 100644 --- a/doc/man/git-bug-bridge-pull.1 +++ b/doc/man/git-bug-bridge-pull.1 @@ -23,6 +23,14 @@ Pull updates. \fB\-h\fP, \fB\-\-help\fP[=false] help for pull +.PP +\fB\-n\fP, \fB\-\-no\-resume\fP[=false] + force importing all bugs + +.PP +\fB\-s\fP, \fB\-\-since\fP=0 + import only bugs updated after the given date (must be a unix timestamp) + .SH SEE ALSO .PP diff --git a/doc/md/git-bug_bridge_pull.md b/doc/md/git-bug_bridge_pull.md index 14b62f60..2483710d 100644 --- a/doc/md/git-bug_bridge_pull.md +++ b/doc/md/git-bug_bridge_pull.md @@ -13,7 +13,9 @@ git-bug bridge pull [<name>] [flags] ### Options ``` - -h, --help help for pull + -h, --help help for pull + -n, --no-resume force importing all bugs + -s, --since int import only bugs updated after the given date (must be a unix timestamp) ``` ### SEE ALSO |