diff options
author | Jacob Keller <jacob.keller@gmail.com> | 2020-05-28 11:10:37 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2020-05-28 12:53:24 -0700 |
commit | b07d77a2baae626370be8ae35efd3ebaf9befbc2 (patch) | |
tree | b6526d61476a5dc6d9a713422da276d3b08a9097 /t/t1010-mktree.sh | |
parent | completion: add tests showing subpar switch/checkout --track logic (diff) | |
download | tgif-b07d77a2baae626370be8ae35efd3ebaf9befbc2.tar.xz |
completion: add tests showing subpar -c/-C startpoint completion
When using the branch creation argument for git switch or git checkout,
-c/-C or -b/-B, the commands operate in a different mode: `git switch -c
<branch> <some-reference>` means to create a branch named <branch> at
the commit referred to by <some-reference>.
When completing the start-point, we ought to always complete all valid
references.
Add tests for the completion of the start-point to -c/-C and -b/-B.
Signed-off-by: Jacob Keller <jacob.keller@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t1010-mktree.sh')
0 files changed, 0 insertions, 0 deletions