aboutsummaryrefslogtreecommitdiffstats
path: root/commands/ls_test.go
Commit message (Collapse)AuthorAgeFilesLines
* test(863): fix test for full id instead of "human"Steve Moyer2022-09-251-1/+1
|
* refactor(git-bug-863): merge ls-id into lsSteve Moyer2022-09-251-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 loggingSteve Moyer2022-08-191-1/+0
|
* fix(836): revert to older test harnessSteve Moyer2022-08-181-4/+2
|
* feat(836): updates default ls formatter for TSV outputSteve Moyer2022-08-181-0/+60
| | | | Resolves #836
* ls: fix incorrect query parsing with quotes escaped by the shellMichael Muré2022-05-011-0/+43