diff --git a/commands/root.go b/commands/root.go index 7460601849b080fc5e2e4362caacd3543072ca15..54368fc76f5799687a9f3ae2aeac9512f802dc8f 100644 --- a/commands/root.go +++ b/commands/root.go @@ -33,6 +33,8 @@ It use the same internal storage so it doesn't pollute your project. As you woul // Load the repo before any command execution // Note, this concern only commands that actually have a Run function PersistentPreRunE: loadRepo, + + DisableAutoGenTag: true, } func Execute() { diff --git a/doc/man/git-bug-close.3 b/doc/man/git-bug-close.3 index 1e5d917713d64f04d2fed1b87eeda721144c4a0e..cf20b27a915ba21e4e0ac2732b465bf9edd6fbe6 100644 --- a/doc/man/git-bug-close.3 +++ b/doc/man/git-bug-close.3 @@ -27,8 +27,3 @@ Mark the bug as closed .SH SEE ALSO .PP \fBgit\-bug(3)\fP - - -.SH HISTORY -.PP -20\-Jul\-2018 Auto generated by spf13/cobra diff --git a/doc/man/git-bug-commands.3 b/doc/man/git-bug-commands.3 index c040f1e0c2f35d0429c06b7e148322e252457024..e35fcd663fe9bb3f5ab3c34e6981d23d8c7aede4 100644 --- a/doc/man/git-bug-commands.3 +++ b/doc/man/git-bug-commands.3 @@ -31,8 +31,3 @@ Display available commands .SH SEE ALSO .PP \fBgit\-bug(3)\fP - - -.SH HISTORY -.PP -20\-Jul\-2018 Auto generated by spf13/cobra diff --git a/doc/man/git-bug-comment.3 b/doc/man/git-bug-comment.3 index 519b08e20eeb06dff20e38627fa5ae9e20f8faba..72b7c2c30fe67864fa0a97f1e2ce6452199255a0 100644 --- a/doc/man/git-bug-comment.3 +++ b/doc/man/git-bug-comment.3 @@ -35,8 +35,3 @@ Add a new comment to a bug .SH SEE ALSO .PP \fBgit\-bug(3)\fP - - -.SH HISTORY -.PP -20\-Jul\-2018 Auto generated by spf13/cobra diff --git a/doc/man/git-bug-label.3 b/doc/man/git-bug-label.3 index 7329fa3db311650cf7e5fbb3f5093e7f88255f80..90c26fee934083299dce044c077356e004d606a3 100644 --- a/doc/man/git-bug-label.3 +++ b/doc/man/git-bug-label.3 @@ -31,8 +31,3 @@ Manipulate bug's label .SH SEE ALSO .PP \fBgit\-bug(3)\fP - - -.SH HISTORY -.PP -20\-Jul\-2018 Auto generated by spf13/cobra diff --git a/doc/man/git-bug-ls.3 b/doc/man/git-bug-ls.3 index 322010794a458567dae2db670779b8f262f86e20..1a9aec795c7fb324421b1848866bfe84de769269 100644 --- a/doc/man/git-bug-ls.3 +++ b/doc/man/git-bug-ls.3 @@ -27,8 +27,3 @@ Display a summary of all bugs .SH SEE ALSO .PP \fBgit\-bug(3)\fP - - -.SH HISTORY -.PP -20\-Jul\-2018 Auto generated by spf13/cobra diff --git a/doc/man/git-bug-new.3 b/doc/man/git-bug-new.3 index eb421f34ee4666c1dd390e61913a47c01814cbe7..ea64be684fcb6531a35bff49dbb583c1a25190a5 100644 --- a/doc/man/git-bug-new.3 +++ b/doc/man/git-bug-new.3 @@ -35,8 +35,3 @@ Create a new bug .SH SEE ALSO .PP \fBgit\-bug(3)\fP - - -.SH HISTORY -.PP -20\-Jul\-2018 Auto generated by spf13/cobra diff --git a/doc/man/git-bug-open.3 b/doc/man/git-bug-open.3 index 0d509d5d5ceab0c4c56f646d2774bacc7c9a11f0..d7d50346e8e4dd16c3560027f3aae8f30ed52b6d 100644 --- a/doc/man/git-bug-open.3 +++ b/doc/man/git-bug-open.3 @@ -27,8 +27,3 @@ Mark the bug as open .SH SEE ALSO .PP \fBgit\-bug(3)\fP - - -.SH HISTORY -.PP -20\-Jul\-2018 Auto generated by spf13/cobra diff --git a/doc/man/git-bug-pull.3 b/doc/man/git-bug-pull.3 index 54cb7133bcb483107c7e75f008b9d8fb22193a17..1bb2ef13d438da9ba570cce8221938e74b8fb046 100644 --- a/doc/man/git-bug-pull.3 +++ b/doc/man/git-bug-pull.3 @@ -27,8 +27,3 @@ Pull bugs update from a git remote .SH SEE ALSO .PP \fBgit\-bug(3)\fP - - -.SH HISTORY -.PP -20\-Jul\-2018 Auto generated by spf13/cobra diff --git a/doc/man/git-bug-push.3 b/doc/man/git-bug-push.3 index d6a6174d60f8f9467cbef1fe26652d3f5d3b8011..40377dd008ae77d4becf62e941da7355af297f7a 100644 --- a/doc/man/git-bug-push.3 +++ b/doc/man/git-bug-push.3 @@ -27,8 +27,3 @@ Push bugs update to a git remote .SH SEE ALSO .PP \fBgit\-bug(3)\fP - - -.SH HISTORY -.PP -20\-Jul\-2018 Auto generated by spf13/cobra diff --git a/doc/man/git-bug-show.3 b/doc/man/git-bug-show.3 index 7d8391ac7de51968e6edd170441f994bae80faa5..03bdbcdab96121e9d77a881b6a550529ee053e2d 100644 --- a/doc/man/git-bug-show.3 +++ b/doc/man/git-bug-show.3 @@ -27,8 +27,3 @@ Display the details of a bug .SH SEE ALSO .PP \fBgit\-bug(3)\fP - - -.SH HISTORY -.PP -20\-Jul\-2018 Auto generated by spf13/cobra diff --git a/doc/man/git-bug-webui.3 b/doc/man/git-bug-webui.3 index fabf27500f475172dfca5698db1833d2ed9f7dae..8bba041d570a907307cc12b2fca2b4735d2f5e58 100644 --- a/doc/man/git-bug-webui.3 +++ b/doc/man/git-bug-webui.3 @@ -27,8 +27,3 @@ Launch the web UI .SH SEE ALSO .PP \fBgit\-bug(3)\fP - - -.SH HISTORY -.PP -20\-Jul\-2018 Auto generated by spf13/cobra diff --git a/doc/man/git-bug.3 b/doc/man/git-bug.3 index d88c61668499dfd992c5c55629aef09cf90d1988..066c1d1a5f856dd4bbb75a61df28cdbeb22ab6dc 100644 --- a/doc/man/git-bug.3 +++ b/doc/man/git-bug.3 @@ -30,8 +30,3 @@ It use the same internal storage so it doesn't pollute your project. As you woul .SH SEE ALSO .PP \fBgit\-bug\-close(3)\fP, \fBgit\-bug\-commands(3)\fP, \fBgit\-bug\-comment(3)\fP, \fBgit\-bug\-label(3)\fP, \fBgit\-bug\-ls(3)\fP, \fBgit\-bug\-new(3)\fP, \fBgit\-bug\-open(3)\fP, \fBgit\-bug\-pull(3)\fP, \fBgit\-bug\-push(3)\fP, \fBgit\-bug\-show(3)\fP, \fBgit\-bug\-webui(3)\fP - - -.SH HISTORY -.PP -20\-Jul\-2018 Auto generated by spf13/cobra diff --git a/doc/md/git-bug.md b/doc/md/git-bug.md index b6800a559aa550e13fda08370e8cce8681e30aa0..eeef22f13c524a91654cb79d9660f0dbef132ad7 100644 --- a/doc/md/git-bug.md +++ b/doc/md/git-bug.md @@ -32,4 +32,3 @@ git-bug [flags] * [git-bug show](git-bug_show.md) - Display the details of a bug * [git-bug webui](git-bug_webui.md) - Launch the web UI -###### Auto generated by spf13/cobra on 20-Jul-2018 diff --git a/doc/md/git-bug_close.md b/doc/md/git-bug_close.md index 89aa22c7f5663da4b315eaa1296806684b784354..ab95706df9bc4e9012f45440cd5f1ec8a9029813 100644 --- a/doc/md/git-bug_close.md +++ b/doc/md/git-bug_close.md @@ -20,4 +20,3 @@ git-bug close [flags] * [git-bug](git-bug.md) - A bugtracker embedded in Git -###### Auto generated by spf13/cobra on 20-Jul-2018 diff --git a/doc/md/git-bug_commands.md b/doc/md/git-bug_commands.md index 83a03b79b936d6c689f3602e522ebaf5e7767cf8..2ca62eab37a3faa7d3997491c9fba13aa082d41b 100644 --- a/doc/md/git-bug_commands.md +++ b/doc/md/git-bug_commands.md @@ -21,4 +21,3 @@ git-bug commands [