From dad61892cea320cd28c23c73fdf65a90404c6099 Mon Sep 17 00:00:00 2001 From: Michael Muré Date: Sun, 16 Sep 2018 14:29:14 +0200 Subject: commands: migrate the open/close commands under the "status" command --- doc/man/git-bug-status-close.1 | 29 +++++++++++++++++++++++++++++ doc/man/git-bug-status-open.1 | 29 +++++++++++++++++++++++++++++ doc/man/git-bug-status.1 | 2 +- doc/man/git-bug.1 | 2 +- doc/md/git-bug.md | 2 -- doc/md/git-bug_status.md | 2 ++ doc/md/git-bug_status_close.md | 22 ++++++++++++++++++++++ doc/md/git-bug_status_open.md | 22 ++++++++++++++++++++++ 8 files changed, 106 insertions(+), 4 deletions(-) create mode 100644 doc/man/git-bug-status-close.1 create mode 100644 doc/man/git-bug-status-open.1 create mode 100644 doc/md/git-bug_status_close.md create mode 100644 doc/md/git-bug_status_open.md (limited to 'doc') diff --git a/doc/man/git-bug-status-close.1 b/doc/man/git-bug-status-close.1 new file mode 100644 index 00000000..0d45d112 --- /dev/null +++ b/doc/man/git-bug-status-close.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\-status\-close \- Mark the bug as closed + + +.SH SYNOPSIS +.PP +\fBgit\-bug status close [flags]\fP + + +.SH DESCRIPTION +.PP +Mark the bug as closed + + +.SH OPTIONS +.PP +\fB\-h\fP, \fB\-\-help\fP[=false] + help for close + + +.SH SEE ALSO +.PP +\fBgit\-bug\-status(1)\fP diff --git a/doc/man/git-bug-status-open.1 b/doc/man/git-bug-status-open.1 new file mode 100644 index 00000000..70a23437 --- /dev/null +++ b/doc/man/git-bug-status-open.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\-status\-open \- Mark the bug as open + + +.SH SYNOPSIS +.PP +\fBgit\-bug status open [flags]\fP + + +.SH DESCRIPTION +.PP +Mark the bug as open + + +.SH OPTIONS +.PP +\fB\-h\fP, \fB\-\-help\fP[=false] + help for open + + +.SH SEE ALSO +.PP +\fBgit\-bug\-status(1)\fP diff --git a/doc/man/git-bug-status.1 b/doc/man/git-bug-status.1 index 076791e8..69628f26 100644 --- a/doc/man/git-bug-status.1 +++ b/doc/man/git-bug-status.1 @@ -26,4 +26,4 @@ Show the bug status .SH SEE ALSO .PP -\fBgit\-bug(1)\fP +\fBgit\-bug(1)\fP, \fBgit\-bug\-status\-close(1)\fP, \fBgit\-bug\-status\-open(1)\fP diff --git a/doc/man/git-bug.1 b/doc/man/git-bug.1 index 7c6879fa..adcdd999 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\-close(1)\fP, \fBgit\-bug\-commands(1)\fP, \fBgit\-bug\-comment(1)\fP, \fBgit\-bug\-label(1)\fP, \fBgit\-bug\-ls(1)\fP, \fBgit\-bug\-open(1)\fP, \fBgit\-bug\-pull(1)\fP, \fBgit\-bug\-push(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\-commands(1)\fP, \fBgit\-bug\-comment(1)\fP, \fBgit\-bug\-label(1)\fP, \fBgit\-bug\-ls(1)\fP, \fBgit\-bug\-pull(1)\fP, \fBgit\-bug\-push(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 diff --git a/doc/md/git-bug.md b/doc/md/git-bug.md index 33ab48ae..6a102c20 100644 --- a/doc/md/git-bug.md +++ b/doc/md/git-bug.md @@ -21,12 +21,10 @@ git-bug [flags] ### SEE ALSO * [git-bug add](git-bug_add.md) - Create a new bug -* [git-bug close](git-bug_close.md) - Mark the bug as closed * [git-bug commands](git-bug_commands.md) - Display available commands * [git-bug comment](git-bug_comment.md) - Show a bug's comments * [git-bug label](git-bug_label.md) - Manipulate bug's label * [git-bug ls](git-bug_ls.md) - List bugs -* [git-bug open](git-bug_open.md) - Mark the bug as open * [git-bug pull](git-bug_pull.md) - Pull bugs update from a git remote * [git-bug push](git-bug_push.md) - Push bugs update to a git remote * [git-bug show](git-bug_show.md) - Display the details of a bug diff --git a/doc/md/git-bug_status.md b/doc/md/git-bug_status.md index a4af6f4d..3814cc85 100644 --- a/doc/md/git-bug_status.md +++ b/doc/md/git-bug_status.md @@ -19,4 +19,6 @@ git-bug status [flags] ### SEE ALSO * [git-bug](git-bug.md) - A bugtracker embedded in Git +* [git-bug status close](git-bug_status_close.md) - Mark the bug as closed +* [git-bug status open](git-bug_status_open.md) - Mark the bug as open diff --git a/doc/md/git-bug_status_close.md b/doc/md/git-bug_status_close.md new file mode 100644 index 00000000..4660972a --- /dev/null +++ b/doc/md/git-bug_status_close.md @@ -0,0 +1,22 @@ +## git-bug status close + +Mark the bug as closed + +### Synopsis + +Mark the bug as closed + +``` +git-bug status close [flags] +``` + +### Options + +``` + -h, --help help for close +``` + +### SEE ALSO + +* [git-bug status](git-bug_status.md) - Show the bug status + diff --git a/doc/md/git-bug_status_open.md b/doc/md/git-bug_status_open.md new file mode 100644 index 00000000..920bf66d --- /dev/null +++ b/doc/md/git-bug_status_open.md @@ -0,0 +1,22 @@ +## git-bug status open + +Mark the bug as open + +### Synopsis + +Mark the bug as open + +``` +git-bug status open [flags] +``` + +### Options + +``` + -h, --help help for open +``` + +### SEE ALSO + +* [git-bug status](git-bug_status.md) - Show the bug status + -- cgit