aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorAmine <hilalyamine@gmail.com>2019-11-03 17:34:51 +0100
committerGitHub <noreply@github.com>2019-11-03 17:34:51 +0100
commit163ea9c93306c387f84ff0b85c2d8fca4c01e449 (patch)
tree05ab55090bf196b940a4f6b0e4aaec9975b997bc /doc
parent16bd116971bb7abc7308e95c474b433512672432 (diff)
parent57e23c8ada0a9d921a6b68187a76eb5c8b8a407d (diff)
downloadgit-bug-163ea9c93306c387f84ff0b85c2d8fca4c01e449.tar.gz
Merge pull request #236 from MichaelMure/import-after
commands: support bridge imports after a given date
Diffstat (limited to 'doc')
-rw-r--r--doc/man/git-bug-bridge-pull.18
-rw-r--r--doc/md/git-bug_bridge_pull.md4
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..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
diff --git a/doc/md/git-bug_bridge_pull.md b/doc/md/git-bug_bridge_pull.md
index 14b62f60..9a497c84 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 string import only bugs updated after the given date (ex: "200h" or "june 2 2019")
```
### SEE ALSO