| Age | Commit message (Collapse) | Author |
|
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
The zsh-completion path in the caveat was missing the
`share` directory component.
Closes #12035.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
`_git-now` needs to be installed into `share/zsh/site-functions`
not `share/zsh/functions`.
Files in `share/zsh/functions` must not change unless zsh is
upgraded and zsh is restarted. `site-functions` can change during a zsh
process's lifetime.
This will enable homebrew's zsh to automatically use the completion.
See issue #11936 for details.
Closes #11940.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
Move the long path name out of the option description and add it to the
caveats instead.
|
|
Closes #8169.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|