about summary refs log tree commit diff
path: root/xtools.1
Commit message (Collapse)AuthorAgeFilesLines
* xrevbump: various improvementsclassabbyamp2022-10-231-2/+4
| | | | | | | | | | | | - 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
* xpkgdiff: improve cross functionalityclassabbyamp2022-09-041-1/+5
| | | | | adds `-R` and `-a` to make it easier to handle cross, but still support setting XBPS_TARGET_ARCH directly.
* New tool: xpkgdiffclassabbyamp2022-03-251-0/+24
| | | | Closes: #232 [via git-merge-pr]
* xlint: improvements to lint from git indexGonzalo Tornaría2022-02-201-1/+11
| | | | | | - do not leak $tmpfile in output from scan() - indent using tabs - add new options to README
* xlocate: add warning when using xbps-query.Érico Rolim2020-08-161-2/+2
| | | | | | | | | Also: - Fix some indentation. - Add notes about -g and -S options in manual Closes: #194 [via git-merge-pr]
* xlint: accept pkgname as well as path to template. v0.60Érico Rolim2020-07-251-1/+1
| | | | Makes it possible to call xlint as: `xlint 0ad`.
* xtools.1: Modify to fix layout when displayed with mandoc man.cgi.Alexis2020-07-231-136/+53
| | | | Closes: #187 [via git-merge-pr]
* xtools.1: move xpcdeps and add xchroot v0.59Érico Rolim2020-05-201-4/+9
| | | | Closes: #183 [via git-merge-pr]
* xnew: append subpkgsPiotr Wójcik2019-12-151-0/+6
| | | | Closes: #164 [via git-merge-pr]
* xbump: reword descriptionLeah Neukirchen2019-11-071-1/+1
|
* xtools.1: document xvoidstrapLeah Neukirchen2019-07-251-4/+10
|
* xmindep: finish removal from documentationToyam Cox2019-06-201-4/+0
|
* xpkg: add -r rootdir v0.56Leah Neukirchen2019-04-171-0/+3
|
* xtools.1: update linkLeah Neukirchen2019-03-011-1/+1
|
* xgensum: add -c switch for generating content checksumsJohn2018-05-011-0/+3
| | | | Closes: #90 [via git-merge-pr]
* xpcdeps: addmaxice82018-03-161-0/+4
| | | | Closes: #82 [via git-merge-pr]
* xlocate: drop obsolete flag -u v0.47Leah Neukirchen2017-08-101-3/+1
| | | | Closes #65.
* xtools.1: typoLeah Neukirchen2017-07-191-1/+1
| | | | Fixes #63.
* xtools.1: typoLeah Neukirchen2017-05-021-1/+1
|
* xtools.1: less screamingLeah Neukirchen2017-05-021-4/+4
|
* add xtools.1Leah Neukirchen2017-05-021-0/+261
Based on a version by Brandon Wilson.