Skip to content

Commit b98db1d

Browse files
committed
Merge branch 'ab/complete-cherry-pick-head'
The command line completion (in contrib/) has learned that CHERRY_PICK_HEAD is a possible pseudo-ref. * ab/complete-cherry-pick-head: bash completion: complete CHERRY_PICK_HEAD
2 parents 771c758 + 3994ae5 commit b98db1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/completion/git-completion.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -744,7 +744,7 @@ __git_refs ()
744744
track=""
745745
;;
746746
*)
747-
for i in HEAD FETCH_HEAD ORIG_HEAD MERGE_HEAD REBASE_HEAD; do
747+
for i in HEAD FETCH_HEAD ORIG_HEAD MERGE_HEAD REBASE_HEAD CHERRY_PICK_HEAD; do
748748
case "$i" in
749749
$match*)
750750
if [ -e "$dir/$i" ]; then

0 commit comments

Comments
 (0)