summaryrefslogtreecommitdiff
path: root/scripts
Commit message (Collapse)AuthorAgeFilesLines
* delta: use --diff-filter on the git diff-tree invokesDaniel Stenberg2018-12-111-2/+2
| | | | Suggested-by: Dave Reisner
* scripts/delta: show repo delta info from last releaseDaniel Stenberg2018-12-111-0/+137
| | | | ... where "last release" should be the git tag in the repo.
* whitespace fixesViktor Szakats2018-09-231-1/+1
| | | | | | | | | | | - replace tabs with spaces where possible - remove line ending spaces - remove double/triple newlines at EOF - fix a non-UTF-8 character - cleanup a few indentations/line continuations in manual examples Closes https://github.com/curl/curl/pull/3037
* scripts: include _curl as part of CLEANFILESDave Reisner2018-07-081-0/+2
| | | | Closes #2718
* contributors.sh: use "on github", not atDaniel Stenberg2018-05-141-1/+2
|
* scripts: allow all perl scripts to be run directlyJay Satiro2018-01-073-3/+3
| | | | | | | | - Enable execute permission (chmod +x) - Change interpreter to /usr/bin/env perl Closes https://github.com/curl/curl/pull/2222
* THANKS: added missing namesDaniel Stenberg2017-12-121-0/+1
| | | | ... as I reran the contrithanks script after the mailmap name fixups.
* scripts/contri*sh: use "git log --use-mailmap"Daniel Stenberg2017-08-182-2/+2
|
* zsh.pl: produce a working completion script againKamil Dudka2017-08-151-2/+3
| | | | | | | | | | | Commit curl-7_54_0-118-g8b2f22e changed the output format of curl --help to use <file> and <dir> instead of FILE and DIR, which caused zsh.pl to produce a broken completion script: % curl --<TAB> _curl:10: no such file or directory: seconds Closes #1779
* travis: verify "make install"Daniel Stenberg2017-08-101-0/+27
| | | | | Help-by: Jay Satiro Closes #1753
* updatemanpages.pl: error out on too old git versionDaniel Stenberg2017-06-031-1/+8
|
* coverage: run event tests tooDaniel Stenberg2017-06-021-0/+5
| | | | ... the torture ones are commented out only because they are slooooow.
* build: provide easy code coverage measuringDaniel Stenberg2017-06-021-0/+11
| | | | Closes #1528
* updatemanpages.pl: Update man pages to use current date and versionsSteve Brokenshire2017-03-071-0/+348
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added script to update man pages to use the current date and curl/libcurl versions. updatemanpages.pl has three arrays: list of directories to look in, list of extensions to process, list of files to exclude from processing. Check man page in git repoistory using the date from the existing man page before updating to avoid updating the man page if no change is made. If data is received from the git command then update the man page with the current date and version otherwise leave alone. Applied patch from badger to make the date argument optional, change the git command used, added date argument to processfile subroutine and print to STDERR if no date is found in a man page. Added code to process the changed man page into a new man page with .dist added to the filename to keep the original source files unchanged. Updated POD documentation to reflect that the date argument optional. Code style is in line with CODE_STYLE.md. Directories: docs/ docs/libcurl/ docs/libcurl/opts/ tests/ Extensions: .1 .3 Excluded files: mk-ca-bundle.1 template.3 (TODO Section 3.1)
* contri*.sh: cut off parentheses from names tooDaniel Stenberg2017-01-202-2/+4
|
* contrithanks.sh: exclude existing names case insensitivelyDaniel Stenberg2016-05-231-1/+1
|
* contrithanks.sh: use same grep pattern and -a flag as contributors.shDaniel Stenberg2016-05-231-4/+4
|
* contributors.sh: better grep pattern, use grep -aDaniel Stenberg2016-05-231-3/+3
|
* contrithanks.sh: do the same github fix as contributors.shDaniel Stenberg2016-05-231-3/+3
| | | | from 1577bfa35ba
* contributors: Show GitHub username if real name unknownJay Satiro2016-05-231-1/+1
| | | | | | | Prior to this change if a GitHub contributor's real name was unknown they would be omitted from the list. Bug: https://github.com/curl/curl/issues/824
* contributors.sh: make --releasenotes impliedDaniel Stenberg2016-04-221-12/+4
| | | | It got too annoying to type =)
* scripts/make: use $(EXEEXT) for executablesDaniel Stenberg2016-04-181-2/+2
| | | | | | Reported-by: bodop Fixes #771
* contributors.sh: make 79 the max column width (from 80)Daniel Stenberg2016-02-101-2/+2
|
* URLs: change all http:// URLs to https://Daniel Stenberg2016-02-033-3/+3
|
* scripts: don't generate and install zsh completion when cross-compilingAlessandro Ghedini2016-01-111-0/+8
|
* scripts: fix zsh completion generationAlessandro Ghedini2016-01-111-1/+1
| | | | | The script should use the just-built curl, not the system one. This fixes zsh completion generation when no system curl is installed.
* zsh.pl: fail if no curl is foundAlessandro Ghedini2016-01-111-2/+13
| | | | Instead of generation a broken completion file.
* scripts/Makefile: build zsh script even in an out-of-tree buildDan Fandrich2015-12-161-1/+1
|
* scripts/makefile: add standard headerDaniel Stenberg2015-12-091-0/+21
|
* scripts/Makefile: fix GNUism and survive no perlDaniel Stenberg2015-12-091-1/+2
| | | | | | Closes #555 Reported-by: Thomas Klausner
* zsh install: fix DESTDIR supportDaniel Stenberg2015-11-271-2/+2
| | | | Reported-by: Mohammad AlSaleh
* build: Install zsh completionDaniel Shahaf2015-11-241-0/+13
| | | | | Fixes #534 Closes #537
* zsh completion: Preserve single quotes in outputdanielsh@apache.org2015-11-191-1/+1
| | | | | | | | | | | 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
* scripts: moved contributors.sh and contrithanks.sh into subdirDaniel Stenberg2015-05-272-0/+145
|
* log2changes.pl: moved to scripts/Daniel Stenberg2015-05-241-0/+81
|
* scripts: add zsh.pl for generating zsh completionAlessandro Ghedini2015-05-241-0/+77