summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-05-21git-rewrite-branch: fix typo in a comment, add missing copyright yearHEADmasterLuke Shumaker
2015-06-16git-rewrite-branch: --svn was in the usage text twice.Luke Shumaker
2015-06-16git-rewrite-branch: fix mistake in the usage textLuke Shumaker
2015-06-16git-rewrite-branch: fix typoLuke Shumaker
2013-12-23git-rewrite-branch: change verbose() to use printf instead of interpolationLuke Shumaker
2013-12-23git-rewrite-branch: generalize to support arbitrary existing tagsLuke Shumaker
2013-06-02pbs-help: do some magic to sort the commands a little differentlyLuke Shumaker
2013-06-02pbs.conf: change hostnameLuke Shumaker
2013-06-02normalize help messagesLuke Shumaker
2013-06-02pbs-help: include the second line of the -h output for each command.Luke Shumaker
2013-06-02fix the usage text for several commandsLuke Shumaker
2013-06-02fix pbs-uploadLuke Shumaker
2013-06-02fix pbs-downloadLuke Shumaker
2013-06-02various fixes with pbs-convert-absgitLuke Shumaker
- libremessages defines a cleanup(); define ours after loading it - don't create TMPDIR or set traps until main() - parse -h flag - print usage to stderr instead of stdout for incorrect number of args
2013-06-02fix return/exit mixup in pbs.inLuke Shumaker
2013-06-02add pbs-uploadLuke Shumaker
2013-06-02touch up the MakefileLuke Shumaker
2013-06-02add pbs-downloadLuke Shumaker
2013-06-02add a copyright header to pbs-plumb-download; it has code from makepkgLuke Shumaker
2013-06-02un-hardcode libremessagesLuke Shumaker
2013-05-26git-rewrite-branch: touch upLuke Shumaker
* change USAGE to not imply an order between `-h` `-v` and `--svn` * have panic() print to stderr, not stdout * use [[ $var == string ]] instead of [[ $var = string ]] for readability (the only place I used a single = was when checking argument numbers) * add "Usage:" comments to functions * move git-rewrite-branch--appendid into the main file, as a quoted string
2013-05-21remove unused thingsLuke Shumaker
2013-05-21add docs/Luke Shumaker
2013-05-21pbs-plumb-shlib: add documentation for git functionsLuke Shumaker
2013-03-19split pbs-package-commit into pbs-package-{post,}commit, and fix itLuke Shumaker
2013-03-19fix git adding in pbs-initLuke Shumaker
2013-03-19add nescessary git magic to pbs-package-newLuke Shumaker
2013-03-19pbs-help: sort the commandsLuke Shumaker
2013-03-19Add pbs and pbs-help, to have it work like gitLuke Shumaker
2013-03-18add pbs-initLuke Shumaker
2013-03-18add a shlib, use .pbs-root and .pbs-package to identify directoriesLuke Shumaker
2013-03-16fix quoting in pbs-package-forkLuke Shumaker
2013-03-16Use `git rev-parse` to more flexibly handle directoriesLuke Shumaker
2013-03-16Fix usage text for pbs-package-newLuke Shumaker
2013-03-16When including a file from sh, it checks PATH, I feel stupid.Luke Shumaker
2013-03-16Use git-sh-setup for git-rewrite-branch, clean up it's usage()Luke Shumaker
2013-01-29Rename a few thingsLuke Shumaker
- s/absrepo/absgit/ - s/pbs-(.*)-convert/pbs-convert-\1/
2013-01-29mv /etc/libretools.d/pbs{,-convert}.confLuke Shumaker
2013-01-29Initial versions of pbs-package-* commandsLuke Shumaker
2013-01-29pbs-absrepo-convert: restructureLuke Shumaker
2013-01-29Have git-rewrite-branch not create obranch until the end.Luke Shumaker
2013-01-29prettify the output of pbs-absrepo-convert--filterarchLuke Shumaker
2013-01-29speed up pbs-absrepo-convert--filterarchLuke Shumaker
2012-11-26work on pbs-absrepo-convertLuke Shumaker
2012-11-26fix location of the config fileLuke Shumaker
2012-11-26write git-rewrite-branchLuke Shumaker
2012-11-03I've been writing too many PKGBUILDsLuke Shumaker
2012-11-03teach pbs-absrepo-convert how to remember package listsLuke Shumaker
2012-11-03fix "small" problemLuke Shumaker
2012-11-03fix "small" bugs in pbs-absrepo-convertLuke Shumaker