diff options
author | Michael Muré <batolettre@gmail.com> | 2018-09-24 15:25:57 +0200 |
---|---|---|
committer | Michael Muré <batolettre@gmail.com> | 2018-09-24 15:25:57 +0200 |
commit | 43bda202fa347e6893671b05376c0e4fcb9196f4 (patch) | |
tree | a542a6b7f593335df9950df16997c9b220bf4520 /doc/man | |
parent | 5e8fb7ec5058b816ccc9622f52dbf1777254656c (diff) | |
download | git-bug-43bda202fa347e6893671b05376c0e4fcb9196f4.tar.gz |
commands: add the "bridge" and "bridge configure" commands
Diffstat (limited to 'doc/man')
-rw-r--r-- | doc/man/git-bug-bridge-bridge.1 | 29 | ||||
-rw-r--r-- | doc/man/git-bug-bridge-configure.1 | 29 | ||||
-rw-r--r-- | doc/man/git-bug-bridge.1 | 29 | ||||
-rw-r--r-- | doc/man/git-bug.1 | 2 |
4 files changed, 88 insertions, 1 deletions
diff --git a/doc/man/git-bug-bridge-bridge.1 b/doc/man/git-bug-bridge-bridge.1 new file mode 100644 index 00000000..edd0a5d3 --- /dev/null +++ b/doc/man/git-bug-bridge-bridge.1 @@ -0,0 +1,29 @@ +.TH "GIT-BUG" "1" "Sep 2018" "Generated from git-bug's source code" "" +.nh +.ad l + + +.SH NAME +.PP +git\-bug\-bridge\-bridge \- Configure and use bridges to other bug trackers + + +.SH SYNOPSIS +.PP +\fBgit\-bug bridge bridge [flags]\fP + + +.SH DESCRIPTION +.PP +Configure and use bridges to other bug trackers + + +.SH OPTIONS +.PP +\fB\-h\fP, \fB\-\-help\fP[=false] + help for bridge + + +.SH SEE ALSO +.PP +\fBgit\-bug\-bridge(1)\fP diff --git a/doc/man/git-bug-bridge-configure.1 b/doc/man/git-bug-bridge-configure.1 new file mode 100644 index 00000000..488b2a8a --- /dev/null +++ b/doc/man/git-bug-bridge-configure.1 @@ -0,0 +1,29 @@ +.TH "GIT-BUG" "1" "Sep 2018" "Generated from git-bug's source code" "" +.nh +.ad l + + +.SH NAME +.PP +git\-bug\-bridge\-configure \- Configure a new bridge + + +.SH SYNOPSIS +.PP +\fBgit\-bug bridge configure [flags]\fP + + +.SH DESCRIPTION +.PP +Configure a new bridge + + +.SH OPTIONS +.PP +\fB\-h\fP, \fB\-\-help\fP[=false] + help for configure + + +.SH SEE ALSO +.PP +\fBgit\-bug\-bridge(1)\fP diff --git a/doc/man/git-bug-bridge.1 b/doc/man/git-bug-bridge.1 new file mode 100644 index 00000000..c5720413 --- /dev/null +++ b/doc/man/git-bug-bridge.1 @@ -0,0 +1,29 @@ +.TH "GIT-BUG" "1" "Sep 2018" "Generated from git-bug's source code" "" +.nh +.ad l + + +.SH NAME +.PP +git\-bug\-bridge \- Configure and use bridges to other bug trackers + + +.SH SYNOPSIS +.PP +\fBgit\-bug bridge [flags]\fP + + +.SH DESCRIPTION +.PP +Configure and use bridges to other bug trackers + + +.SH OPTIONS +.PP +\fB\-h\fP, \fB\-\-help\fP[=false] + help for bridge + + +.SH SEE ALSO +.PP +\fBgit\-bug(1)\fP, \fBgit\-bug\-bridge\-configure(1)\fP diff --git a/doc/man/git-bug.1 b/doc/man/git-bug.1 index 41a29799..0a15711a 100644 --- a/doc/man/git-bug.1 +++ b/doc/man/git-bug.1 @@ -29,4 +29,4 @@ It use the same internal storage so it doesn't pollute your project. As you woul .SH SEE ALSO .PP -\fBgit\-bug\-add(1)\fP, \fBgit\-bug\-commands(1)\fP, \fBgit\-bug\-comment(1)\fP, \fBgit\-bug\-label(1)\fP, \fBgit\-bug\-ls(1)\fP, \fBgit\-bug\-ls\-label(1)\fP, \fBgit\-bug\-pull(1)\fP, \fBgit\-bug\-push(1)\fP, \fBgit\-bug\-select(1)\fP, \fBgit\-bug\-show(1)\fP, \fBgit\-bug\-status(1)\fP, \fBgit\-bug\-termui(1)\fP, \fBgit\-bug\-title(1)\fP, \fBgit\-bug\-webui(1)\fP +\fBgit\-bug\-add(1)\fP, \fBgit\-bug\-bridge(1)\fP, \fBgit\-bug\-commands(1)\fP, \fBgit\-bug\-comment(1)\fP, \fBgit\-bug\-label(1)\fP, \fBgit\-bug\-ls(1)\fP, \fBgit\-bug\-ls\-label(1)\fP, \fBgit\-bug\-pull(1)\fP, \fBgit\-bug\-push(1)\fP, \fBgit\-bug\-select(1)\fP, \fBgit\-bug\-show(1)\fP, \fBgit\-bug\-status(1)\fP, \fBgit\-bug\-termui(1)\fP, \fBgit\-bug\-title(1)\fP, \fBgit\-bug\-webui(1)\fP |