aboutsummaryrefslogtreecommitdiffstats
path: root/commands/root.go
diff options
context:
space:
mode:
authorMichael Muré <batolettre@gmail.com>2022-05-01 12:54:40 +0200
committerGitHub <noreply@github.com>2022-05-01 12:54:40 +0200
commit547d626c2515b764f1fba1cd6b0dee1c69d8f36a (patch)
treecfcb5f96e49e8109ab69d2f993618625139da41c /commands/root.go
parent8ee333582ff82d0df971309e94946f2f6e69475b (diff)
parent3d534a70e906997020a8d44ad0b70b4db3fd6d1b (diff)
downloadgit-bug-547d626c2515b764f1fba1cd6b0dee1c69d8f36a.tar.gz
Merge pull request #531 from krobelus/complete-bug-ids
Complete bug IDs where appropriate
Diffstat (limited to 'commands/root.go')
-rw-r--r--commands/root.go8
1 files changed, 0 insertions, 8 deletions
diff --git a/commands/root.go b/commands/root.go
index e7848363..e012bd83 100644
--- a/commands/root.go
+++ b/commands/root.go
@@ -50,14 +50,6 @@ the same git remote you are already using to collaborate with other people.
SilenceUsage: true,
DisableAutoGenTag: true,
-
- // Custom bash code to connect the git completion for "git bug" to the
- // git-bug completion for "git-bug"
- BashCompletionFunction: `
-_git_bug() {
- __start_git-bug "$@"
-}
-`,
}
cmd.AddCommand(newAddCommand())