From 614bc5a2c53409a8e9c85ab31a104428069aa7b3 Mon Sep 17 00:00:00 2001 From: amine Date: Fri, 25 Oct 2019 16:42:48 +0200 Subject: commands: support bridge imports after a given date and resumable imports --- doc/man/git-bug-bridge-pull.1 | 8 ++++++++ doc/md/git-bug_bridge_pull.md | 4 +++- 2 files changed, 11 insertions(+), 1 deletion(-) (limited to 'doc') 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 [] [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 -- cgit From 57e23c8ada0a9d921a6b68187a76eb5c8b8a407d Mon Sep 17 00:00:00 2001 From: Michael Muré Date: Sun, 3 Nov 2019 16:46:51 +0100 Subject: bridge: improvement on the import resume feature --- doc/man/git-bug-bridge-pull.1 | 4 ++-- doc/md/git-bug_bridge_pull.md | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'doc') diff --git a/doc/man/git-bug-bridge-pull.1 b/doc/man/git-bug-bridge-pull.1 index 0c210aac..c6614627 100644 --- a/doc/man/git-bug-bridge-pull.1 +++ b/doc/man/git-bug-bridge-pull.1 @@ -28,8 +28,8 @@ Pull updates. 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) +\fB\-s\fP, \fB\-\-since\fP="" + import only bugs updated after the given date (ex: "200h" or "june 2 2019") .SH SEE ALSO diff --git a/doc/md/git-bug_bridge_pull.md b/doc/md/git-bug_bridge_pull.md index 2483710d..9a497c84 100644 --- a/doc/md/git-bug_bridge_pull.md +++ b/doc/md/git-bug_bridge_pull.md @@ -13,9 +13,9 @@ git-bug bridge pull [] [flags] ### Options ``` - -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) + -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 -- cgit