Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Clean up shell redirects | triallax | 2023-06-26 | 1 | -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 improvements | classabbyamp | 2022-10-23 | 1 | -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 template | Piraty | 2019-09-10 | 1 | -1/+5 |
| | | | | Closes: #151 [via git-merge-pr] | ||||
* | xrevbump: add - and detect already bumped pkgs. | Christian Neukirchen | 2015-07-09 | 1 | -6/+31 |
| | |||||
* | add xrevbump | Christian Neukirchen | 2015-03-07 | 1 | -0/+31 |