diff options
author | Nguyễn Thái Ngọc Duy <pclouds@gmail.com> | 2019-06-20 11:55:22 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2019-06-20 22:31:51 +0200 |
commit | 97ed685701a6df0273f7d29fd5bc0a0658a63cad (patch) | |
tree | 75b86aef84a29988f7311392a02124af3990908e /branch.h | |
parent | switch: allow to switch in the middle of bisect (diff) | |
download | git-97ed685701a6df0273f7d29fd5bc0a0658a63cad.tar.xz git-97ed685701a6df0273f7d29fd5bc0a0658a63cad.zip |
completion: disable dwim on "git switch -d"
Even though dwim is enabled by default, it will never be done when
--detached is specified. If you force "-d --guess" you will get an error
because --guess then implies -c which cannot be used with -d. So we can
disable dwim in "switch -d". It makes the completion list in this case a
bit shorter.
Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'branch.h')
0 files changed, 0 insertions, 0 deletions