Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-04-10 | Add just-mr command-line option to estrict log limit on stderr | Klaus Aehlig | |
2024-03-20 | Add new subcommand add-to-cas | Klaus Aehlig | |
2024-03-08 | doc: Improve description of "preferred hostnames" | Oliver Reiche | |
2024-01-30 | just-mr: add option to dump effective rc | Klaus Aehlig | |
2024-01-09 | just-mr: don't make the command line pretend a fixed name | Klaus Aehlig | |
Our fetch and launch tool is parametric in the tool to be launched. Reflect this in the documentation and do not pretend it to be the name "just" hard coded. While there, also fix the hard-coded name "git" in the documentation of the default value. | |||
2023-12-07 | just-mr.1: 'git tree' repos can also be fetched and backed to remote. | Paul Cristian Sarbu | |
2023-11-16 | fetch-absent: Only allow option in native mode | Paul Cristian Sarbu | |
2023-11-16 | Add -R as short option for --remote-serve-address | Klaus Aehlig | |
The `just serve` command defaults to also provide the remote-execution endpoint if none is specified. The `just build` implicitly uses the serve endpoint as remote-execution endpoint if no other endpoint is specified. In this way, the serve endpoint has become the universal endpoint for simple set ups. Simplify that usage further by providing a short command-line option. | |||
2023-11-14 | man: Add documentation for specifying alternative mirrors | Paul Cristian Sarbu | |
2023-11-02 | Document the new features | Paul Cristian Sarbu | |
2023-09-20 | just-mr: add option to override the absent pragma | Klaus Aehlig | |
Using absent repositories depends on a just-serve endpoint. As such, it is not a datum of the project, but one of the available infrastructure. As the latter can change independently of the project, it is desriable to have the option to specify those pieces of information in separate files. | |||
2023-09-13 | Document 'just serve' protocol and implementation | Paul Cristian Sarbu | |
2023-09-01 | just-mr.1: Add missing gc subcommand in synopsis | Paul Cristian Sarbu | |
...and use same ordering of subcommands throughout. | |||
2023-08-25 | man: Document --backup-to-remote argument for just-mr fetch | Paul Cristian Sarbu | |
2023-08-25 | man: Extend just-mr and just-mrrc specifications... | Paul Cristian Sarbu | |
with the remote execution address and mTLS authentication options. | |||
2023-06-28 | man pages: fix newline in just-mr manpage | Sascha Roloff | |
2023-06-26 | man pages: consistent command references | Sascha Roloff | |
2023-06-26 | man pages: unify emphasis of just commands for man and markdown viewers | Sascha Roloff | |
2023-06-23 | man pages: properly emphasize and quote arguments and other keywords in man ↵ | Sascha Roloff | |
pages In order to consistently emphasize arguments and other keywords in man page as well as markdown viewers, they should be wrapped in single asterisks and single backticks like *`<argument>`*. | |||
2023-06-23 | man pages: properly emphasize and quote options in man pages | Sascha Roloff | |
In order to consistently emphasize options in man page as well as markdown viewers, they should be wrapped in double asterisks and single backticks like **`<option>`**. | |||
2023-06-20 | man pages: add more cross references | Klaus Aehlig | |
2023-06-20 | man pages: properly quote options | Klaus Aehlig | |
... in order to preserve the minus signs. | |||
2023-06-01 | man: Minor format and consistency improvements | Oliver Reiche | |
2023-06-01 | man: Convert man pages to markdown | Oliver Reiche | |
... for easy processing with pandoc. |