aboutsummaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Collapse)Author
2015-11-24build: Install zsh completionDaniel Shahaf
Fixes #534 Closes #537
2015-11-19zsh completion: Preserve single quotes in outputdanielsh@apache.org
When an option's help string contains literal single quotes, those single quotes would be stripped from the option's description in the completion output (unless the zsh RC_QUOTES option were set while the completion function was being sourced, which is not the default). This patch makes the completion output contain single quotes where the --help output does. Closes #532
2015-05-27scripts: moved contributors.sh and contrithanks.sh into subdirDaniel Stenberg
2015-05-24log2changes.pl: moved to scripts/Daniel Stenberg
2015-05-24scripts: add zsh.pl for generating zsh completionAlessandro Ghedini