Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | test(863): fix test for full id instead of "human" | Steve Moyer | 2022-09-25 | 1 | -1/+1 |
| | |||||
* | refactor(git-bug-863): merge ls-id into ls | Steve Moyer | 2022-09-25 | 1 | -0/+1 |
| | | | | | | | | The "ls" command allows filtering and sorting and already features different output formatters. Merging "ls-id" into "ls" cleans up the command hierarchy and allows users to take advantage of these querying features. Resolves #863. | ||||
* | fix(850): remove obsolete test logging | Steve Moyer | 2022-08-19 | 1 | -1/+0 |
| | |||||
* | fix(836): revert to older test harness | Steve Moyer | 2022-08-18 | 1 | -4/+2 |
| | |||||
* | feat(836): updates default ls formatter for TSV output | Steve Moyer | 2022-08-18 | 1 | -0/+60 |
| | | | | Resolves #836 | ||||
* | ls: fix incorrect query parsing with quotes escaped by the shell | Michael Muré | 2022-05-01 | 1 | -0/+43 |