This repository has been archived on 2024-05-03. You can view files and clone it, but cannot push or open issues or pull requests.
treefmt/internal
Brian McGee dea0166e2b
feat: support traversing the filesystem using git
Introduces a `--walk` flag which can be used to tell `treefmt` how to traverse the directory specified by `--tree-root`.

By default, it will attempt to use `git ls-files`. If this fails, it falls back to using the filesystem.

You can explicitly traverse the filesystem instead of using git by providing `--walk filesystem`.

Close #19

Signed-off-by: Brian McGee <brian@bmcgee.ie>
2024-01-10 13:33:57 +00:00
..
cache feat: support traversing the filesystem using git 2024-01-10 13:33:57 +00:00
cli feat: support traversing the filesystem using git 2024-01-10 13:33:57 +00:00
format feat: support traversing the filesystem using git 2024-01-10 13:33:57 +00:00
test feat/bust-cache-validators-change (#14) 2024-01-03 08:08:57 +00:00