aboutsummaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
authorMichael Muré <batolettre@gmail.com>2019-04-11 20:04:44 +0200
committerMichael Muré <batolettre@gmail.com>2019-04-11 20:04:44 +0200
commit5eeeae7cdf24083277076041c4e8cdc6b4737fda (patch)
tree0e1e8b6a44650a146a296b3710757c309d420617 /misc
parent4fac4abbcd357b9a8a99222af15a7c5fca9f5633 (diff)
downloadgit-bug-5eeeae7cdf24083277076041c4e8cdc6b4737fda.tar.gz
commands: fix ls not displaying the new Identities properly
Diffstat (limited to 'misc')
-rw-r--r--misc/bash_completion/git-bug6
1 files changed, 6 insertions, 0 deletions
diff --git a/misc/bash_completion/git-bug b/misc/bash_completion/git-bug
index 543136b5..682df96d 100644
--- a/misc/bash_completion/git-bug
+++ b/misc/bash_completion/git-bug
@@ -532,6 +532,12 @@ _git-bug_ls()
flags+=("--author=")
two_word_flags+=("-a")
local_nonpersistent_flags+=("--author=")
+ flags+=("--participant=")
+ two_word_flags+=("-p")
+ local_nonpersistent_flags+=("--participant=")
+ flags+=("--actor=")
+ two_word_flags+=("-A")
+ local_nonpersistent_flags+=("--actor=")
flags+=("--label=")
two_word_flags+=("-l")
local_nonpersistent_flags+=("--label=")