aboutsummaryrefslogtreecommitdiffstats
path: root/git-package (unfollow)
Commit message (Collapse)AuthorLines
2021-07-04Do not exit if package.format is unsetWolfgang Müller-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.
2021-05-22Add git-package(1)Wolfgang Müller-0/+33