Age | Commit message (Expand) | Author | Files | Lines |
2022-03-03 | Makefile: add "$(QUIET)" boilerplate to shared.mak | Ævar Arnfjörð Bjarmason | 1 | -14/+0 |
2022-03-03 | Makefiles: add "shared.mak", move ".DELETE_ON_ERROR" to it | Ævar Arnfjörð Bjarmason | 2 | -0/+6 |
2022-03-03 | scalar Makefile: use "The default target of..." pattern | Ævar Arnfjörð Bjarmason | 1 | -6/+7 |
2022-01-28 | scalar: accept -C and -c options before the subcommand | Johannes Schindelin | 3 | -1/+39 |
2021-12-04 | scalar: implement the `version` command | Johannes Schindelin | 1 | -0/+39 |
2021-12-04 | scalar: implement the `delete` command | Matthew John Cheetham | 3 | -0/+80 |
2021-12-04 | scalar: teach 'reconfigure' to optionally handle all registered enlistments | Johannes Schindelin | 3 | -6/+67 |
2021-12-04 | scalar: allow reconfiguring an existing enlistment | Johannes Schindelin | 3 | -28/+67 |
2021-12-04 | scalar: implement the `run` command | Derrick Stolee | 2 | -0/+83 |
2021-12-04 | scalar: teach 'clone' to support the --single-branch option | Johannes Schindelin | 3 | -4/+23 |
2021-12-04 | scalar: implement the `clone` subcommand | Johannes Schindelin | 3 | -3/+262 |
2021-12-04 | scalar: implement 'scalar list' | Derrick Stolee | 2 | -1/+21 |
2021-12-04 | scalar: let 'unregister' handle a deleted enlistment directory gracefully | Johannes Schindelin | 2 | -0/+61 |
2021-12-04 | scalar: 'unregister' stops background maintenance | Derrick Stolee | 2 | -8/+50 |
2021-12-04 | scalar: 'register' sets recommended config and starts maintenance | Derrick Stolee | 2 | -1/+266 |
2021-12-04 | scalar: create test infrastructure | Johannes Schindelin | 3 | -3/+109 |
2021-12-04 | scalar: start documenting the command | Johannes Schindelin | 1 | -0/+38 |
2021-12-04 | scalar: create a rudimentary executable | Johannes Schindelin | 3 | -0/+72 |
2021-12-04 | scalar: add a README with a roadmap | Johannes Schindelin | 1 | -0/+82 |