aboutsummaryrefslogtreecommitdiffstats
path: root/git-sign-for-cgit (follow)
Commit message (Collapse)AuthorAgeLines
* Do not exit if package.format is unsetWolfgang Müller2021-07-04-1/+1
| | | | | | | | | | Both git-package(1) and git-sign-for-cgit(1) set 'errexit', making the shell exit immediately upon an error. Since git-config(1) exits with an error if a configuration entry could not be found, a missing entry for package.format would lead to both scripts bailing out. We want to fall back to the "tar.gz" format if package.format is unset, so make sure to ignore this particular error.
* git-sign-for-cgit: Use single quotes for strings that need no expansionWolfgang Müller2021-05-17-1/+1
|
* git-sign-for-cgit: Remove erroneous newline characterWolfgang Müller2021-05-17-1/+1
| | | | | This came from when usage did its own printing. errx() already adds a newline here (and this particular one was handled literally anyway).
* Initial importWolfgang Müller2021-05-16-0/+54