On Tue, Jun 24, 2008 at 06:09:28PM +0100, Johannes Schindelin wrote: > So introduce the commands 'git bisect fixed' and 'git bisect unfixed'. And maybe this one squashed on it, to add completion support for the new subcommands. --- contrib/completion/git-completion.bash | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/contrib/completion/git-completion.bash b/contrib/completion/git-completion.bash index ebf7cde..014adab 100755 --- a/contrib/completion/git-completion.bash +++ b/contrib/completion/git-completion.bash @@ -511,7 +511,9 @@ _git_add () _git_bisect () { - local subcommands="start bad good reset visualize replay log" + local subcommands=" + start bad good reset visualize replay log fixed unfixed + " local subcommand="$(__git_find_subcommand "$subcommands")" if [ -z "$subcommand" ]; then __gitcomp "$subcommands" -- 1.5.6.64.g7dc1df -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html