diff options
author | Amine <hilalyamine@gmail.com> | 2019-11-03 17:34:51 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-11-03 17:34:51 +0100 |
commit | 163ea9c93306c387f84ff0b85c2d8fca4c01e449 (patch) | |
tree | 05ab55090bf196b940a4f6b0e4aaec9975b997bc /doc/man | |
parent | 16bd116971bb7abc7308e95c474b433512672432 (diff) | |
parent | 57e23c8ada0a9d921a6b68187a76eb5c8b8a407d (diff) | |
download | git-bug-163ea9c93306c387f84ff0b85c2d8fca4c01e449.tar.gz |
Merge pull request #236 from MichaelMure/import-after
commands: support bridge imports after a given date
Diffstat (limited to 'doc/man')
-rw-r--r-- | doc/man/git-bug-bridge-pull.1 | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/man/git-bug-bridge-pull.1 b/doc/man/git-bug-bridge-pull.1 index 10b129c7..c6614627 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="" + import only bugs updated after the given date (ex: "200h" or "june 2 2019") + .SH SEE ALSO .PP |