about summary refs log tree commit diff
path: root/xrevbump
Commit message (Collapse)AuthorAgeFilesLines
* Clean up shell redirectstriallax2023-06-261-1/+1
| | | | | | | Some of these are outright wrong (e.g. `echo foo 2>&1`), others are just more verbose than they need to be. Closes: #304 [via git-merge-pr]
* xrevbump: various improvementsclassabbyamp2022-10-231-17/+32
| | | | | | | | | | | | - commit all tracked files in srcpkgs/$pkgname/ instead of just template - don't increment revision if the user has already done it - this also handles cases where committing fails, which now prints a message (two failure modes I have encountered: commit signing fails, pre-commit hook fails (I run `xlint` in one)) - allow addition of flags to the `git commit` invocation with `xrevbump MESSAGE TEMPLATES... -- COMMIT_ARGS` - use more bashisms to make things a bit neater - update manpage/usage
* xrevbump: use xdistdir to find the templatePiraty2019-09-101-1/+5
| | | | Closes: #151 [via git-merge-pr]
* xrevbump: add - and detect already bumped pkgs.Christian Neukirchen2015-07-091-6/+31
|
* add xrevbumpChristian Neukirchen2015-03-071-0/+31