aboutsummaryrefslogtreecommitdiffstats
path: root/doc/man
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man')
-rw-r--r--doc/man/git-bug-close.129
-rw-r--r--doc/man/git-bug-new.141
-rw-r--r--doc/man/git-bug-open.129
-rw-r--r--doc/man/git-bug-select.143
-rw-r--r--doc/man/git-bug.12
5 files changed, 44 insertions, 100 deletions
diff --git a/doc/man/git-bug-close.1 b/doc/man/git-bug-close.1
deleted file mode 100644
index 4b7157f8..00000000
--- a/doc/man/git-bug-close.1
+++ /dev/null
@@ -1,29 +0,0 @@
-.TH "GIT-BUG" "1" "Sep 2018" "Generated from git-bug's source code" ""
-.nh
-.ad l
-
-
-.SH NAME
-.PP
-git\-bug\-close \- Mark the bug as closed
-
-
-.SH SYNOPSIS
-.PP
-\fBgit\-bug close <id> [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(1)\fP
diff --git a/doc/man/git-bug-new.1 b/doc/man/git-bug-new.1
deleted file mode 100644
index f963ea57..00000000
--- a/doc/man/git-bug-new.1
+++ /dev/null
@@ -1,41 +0,0 @@
-.TH "GIT-BUG" "1" "Sep 2018" "Generated from git-bug's source code" ""
-.nh
-.ad l
-
-
-.SH NAME
-.PP
-git\-bug\-new \- Create a new bug
-
-
-.SH SYNOPSIS
-.PP
-\fBgit\-bug new [flags]\fP
-
-
-.SH DESCRIPTION
-.PP
-Create a new bug
-
-
-.SH OPTIONS
-.PP
-\fB\-t\fP, \fB\-\-title\fP=""
- Provide a title to describe the issue
-
-.PP
-\fB\-m\fP, \fB\-\-message\fP=""
- Provide a message to describe the issue
-
-.PP
-\fB\-F\fP, \fB\-\-file\fP=""
- Take the message from the given file. Use \- to read the message from the standard input
-
-.PP
-\fB\-h\fP, \fB\-\-help\fP[=false]
- help for new
-
-
-.SH SEE ALSO
-.PP
-\fBgit\-bug(1)\fP
diff --git a/doc/man/git-bug-open.1 b/doc/man/git-bug-open.1
deleted file mode 100644
index 8cd433b6..00000000
--- a/doc/man/git-bug-open.1
+++ /dev/null
@@ -1,29 +0,0 @@
-.TH "GIT-BUG" "1" "Sep 2018" "Generated from git-bug's source code" ""
-.nh
-.ad l
-
-
-.SH NAME
-.PP
-git\-bug\-open \- Mark the bug as open
-
-
-.SH SYNOPSIS
-.PP
-\fBgit\-bug open <id> [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(1)\fP
diff --git a/doc/man/git-bug-select.1 b/doc/man/git-bug-select.1
new file mode 100644
index 00000000..f73582fa
--- /dev/null
+++ b/doc/man/git-bug-select.1
@@ -0,0 +1,43 @@
+.TH "GIT-BUG" "1" "Sep 2018" "Generated from git-bug's source code" ""
+.nh
+.ad l
+
+
+.SH NAME
+.PP
+git\-bug\-select \- Select a bug for implicit use in future commands
+
+
+.SH SYNOPSIS
+.PP
+\fBgit\-bug select [<id>] [flags]\fP
+
+
+.SH DESCRIPTION
+.PP
+Select a bug for implicit use in future commands
+
+
+.SH OPTIONS
+.PP
+\fB\-h\fP, \fB\-\-help\fP[=false]
+ help for select
+
+
+.SH EXAMPLE
+.PP
+.RS
+
+.nf
+git bug select 2f15
+git bug comment
+git bug status
+
+
+.fi
+.RE
+
+
+.SH SEE ALSO
+.PP
+\fBgit\-bug(1)\fP
diff --git a/doc/man/git-bug.1 b/doc/man/git-bug.1
index adcdd999..ae56f4a2 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\-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\-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