summaryrefslogtreecommitdiff
path: root/plugins/gitignore
AgeCommit message (Collapse)Author
2018-10-19reword and fix formattingMarc Cornellà
2018-10-19Adding gitignore plugin READMEStephan Salzmann
2018-06-14silence mode of curl (#6898)Parham Alvani
Uses silence mode of curl for better autocomplete. Co-authored-by: Dominik Rimpf <dev@d-rimpf.de>
2018-04-25Better app error handling in curl (#5828)Tomasz Borek
Deals with app error page, saving true error instead. Upon app failure, Heroku returns HTML "Application Error" page. Finding HTML page in .gitignore is confusing, so I replaced `-s` with `-f` in curl calls, which cuts such output. Replace instead of addition as no progress meter outputs either. It is practically impossible to teach good programming style to students that have had prior exposure to BASIC. As potential programmers, they are mentally mutilated beyond hope of regeneration. -- E. W. Dijkstra
2016-01-18Update gitignore.plugin: comma separated argumentslow-ghost
Seems like this is more like the intended effect, splits arguments with commas for proper gitignore.io api request. Thanks for teaching me about custom compdef completions! Updated with zsh join operator by Marc Cornellà
2014-10-22Follow-redirect and silent mode curl throughout gitignoreMarc Cornellà
This commit completes previous efforts and standardizes both curl commands into using silent mode and following redirects in case the URL changes again in the future.
2014-10-22Fix gitignore curl, should follow redirectsWooParadog
2014-10-22Fix misspellings in gitignore pluginAlex Shaindlin
2014-10-22fixed URL on github.ioAndrii Kostenko
github.io moved to https and http returns 301 redirect
2014-02-19Update gitignore.plugin.zshAlexander Hramov
Fix URL to gi (gitignore) function in _gitignireio_get_command_list function
2014-02-18Fix URL to gi (gitignore) functionBrian McKenna
Previous URL doesn't seem to work because the host requires a www prefix.
2013-10-14Moved misplaced plugins.Kaiwen Xu