Skip to content

Commit

Permalink
Merge branch 'jk/send-email-complete-aliases'
Browse files Browse the repository at this point in the history
A fix-up for recent topic.

* jk/send-email-complete-aliases:
  completion: fix completing unstuck email alias arguments
  • Loading branch information
gitster committed Dec 15, 2015
2 parents 47be26d + ccab28a commit 9c69f77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/completion/git-completion.bash
Original file line number Diff line number Diff line change
Expand Up @@ -1716,7 +1716,7 @@ _git_send_email ()
--to|--cc|--bcc|--from)
__gitcomp "
$(git --git-dir="$(__gitdir)" send-email --dump-aliases 2>/dev/null)
" "" ""
"
return
;;
esac
Expand Down

0 comments on commit 9c69f77

Please sign in to comment.