summaryrefslogtreecommitdiff
path: root/maint/thanks
Commit message (Collapse)AuthorAgeFilesLines
* Rename config file to kebab-caseIan Jackson2026-01-201-2/+2
|
* maint: use 'C.UTF-8' locale for sorting excl contrib fileSteven Engler2026-01-131-2/+1
|
* maint/thanks: Set LC_COLLATEIan Jackson2024-02-051-0/+4
|
* thanks: Also acknowledge Suggested-ByNick Mathewson2023-05-221-0/+2
|
* maint/thanks: Split up some long pipelinesNick Mathewson2023-05-181-2/+9
|
* maint/thanks: Remove email addresses from git trailersNick Mathewson2023-05-181-1/+1
| | | | | Okay, technically we're removing everything between the first `<` and the `>` at the end of the line.
* maint/thanks: Include some git trailers in acknowledgmentsNick Mathewson2023-05-181-3/+18
| | | | | | | | When building our list of acknowledgments, previously we would only include author and committer names. Now we also include anybody listed in the "Reported-by", "Co-authored-by", and "Thanks" trailers.
* shell: use /usr/bin/env instead of absolute pathsEmil Engler2023-01-251-1/+1
| | | | | | | | | | This commit changes the shebang in all shell scripts from absolute paths (such as `/bin/bash` or `/usr/bin/python3`) to the `/usr/bin/env` binary with the accompanying interpreter as it's argument. The reason for this are as follows: - NixOS cannot work with absolute paths - BSD systems install their packages in /usr/local/bin
* rename *.sh scripts to bare nameIan Jackson2022-02-181-0/+31
As per #309 Update all references. There is one remaining hit for git-grep '\.sh\b' namely "build.sh" in maint/reproducible_build, which I think is the build script for osxcross - ie, an external project.