Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
git-completion.bash: use correct Bash/Zsh array length syntax
The syntax for retrieving the number of elements in an array is: ${#name[@]} Signed-off-by: Brandon Casey <drafnel@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
- Loading branch information