zimfw/modules/git/functions
Eric Nielsen d259e19dd8 Don't need to use `array[@]` ouside double quotes
In  double  quotes,  array  elements  are put into separate words when
using `"${(@)array}"` or `"${array[@]}"`. See zshexpn(1).

Also according to the Zsh documentation, these forms preserve empty
elements of the array.
2018-11-19 19:43:21 -05:00
..
_git-branch-delete-interactive [git] Add completion for gbx and gbX 2018-04-13 15:13:43 -05:00
git-branch-current [git] Breaking changes in aliases and functions 2018-02-23 09:28:10 +01:00
git-branch-delete-interactive Don't need to use `array[@]` ouside double quotes 2018-11-19 19:43:21 -05:00
git-dir [git] Review all functions but ones using `git fsck` 2018-01-10 10:25:25 -05:00
git-ignore-add Unify the `for` syntax 2018-04-25 08:59:19 -05:00
git-root [git] Review all functions but ones using `git fsck` 2018-01-10 10:25:25 -05:00
git-stash-clear-interactive [git] Add git-branch-delete-interactive 2018-02-05 10:44:59 -05:00
git-stash-recover [git] Review all functions but ones using `git fsck` 2018-01-10 10:25:25 -05:00
git-submodule-move [git] Review all functions but ones using `git fsck` 2018-01-10 10:25:25 -05:00
git-submodule-remove [git] Review all functions but ones using `git fsck` 2018-01-10 10:25:25 -05:00