aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/git-now.rb
AgeCommit message (Collapse)Author
2012-08-07Automatically append shell completion caveatsJack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-03git-now: fix typo in caveatsChristian Höltje
The zsh-completion path in the caveat was missing the `share` directory component. Closes #12035. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-02git-now: install completion into site-functionsChristian Höltje
`_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>
2012-02-11git-now: install zsh completion by defaultJack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-05git-now: update options/caveatsAdam Vandenberg
Move the long path name out of the option description and add it to the caveats instead.
2011-10-26New formula: git-nowMotonori Iwata
Closes #8169. Signed-off-by: Jack Nagel <jacknagel@gmail.com>