aboutsummaryrefslogtreecommitdiffstats
path: root/commands/env.go
Commit message (Expand)AuthorAgeFilesLines
* refactor(778): test only command implementationsSteve Moyer2022-06-151-27/+4
* test(808): document getCWD() and clean-up argumentsSteve Moyer2022-06-071-2/+8
* chore(808): merge in LocalStorage namespace configurationSteve Moyer2022-06-061-2/+2
* Merge branch 'master' into fix/778-git-bug-rm-brokenSteve Moyer2022-06-061-1/+3
|\
| * refactor: use namespace instead of application of applicationNameSteve Moyer2022-05-261-2/+2
| * feat: make local storage configurableSteve Moyer2022-05-251-1/+3
* | test(778): allow alternate CWD via contextSteve Moyer2022-05-271-2/+16
* | test(778): capture stderr and stdout during testsSteve Moyer2022-05-271-0/+3
|/
* commands: proper backend close on RunE errorMichael Muré2021-05-091-2/+10
* repo: finish RepoStorage moveMichael Muré2020-12-081-1/+1
* use go-git by default!Michael Muré2020-09-291-1/+1
* commands: fix segfault with badly loaded backendMichael Muré2020-07-071-1/+1
* commands: open and close the backend in a single place, simplify commandsMichael Muré2020-06-281-3/+113
* commands: refactor to avoid globalsMichael Muré2020-06-281-0/+40