jj/lib
Martin von Zweigbergk 37d9aae894 working_copy: handle ignored files outside of get_updated_file_state()
I want to replace the `DirEntry` argument to
`get_updated_file_state()` by a `PathBuf` and a `Metadata`. To avoid
always reading the metadata, we need to check for ignored files
outside of `get_updated_file_state()`. I also think that gives the
call site a nice symmetry in how we use the `git_ignore` for
directories (`.matches_all_files_in()`)) and files
(`.matches_file()`).
2023-07-31 05:59:30 +00:00
..
benches
gen-protos gen-protos: make old protoc accept optional fields 2023-07-27 15:32:48 +09:00
src working_copy: handle ignored files outside of get_updated_file_state() 2023-07-31 05:59:30 +00:00
tests revset_graph: preserve original parents order 2023-07-29 05:36:09 +09:00
testutils tests: add TestWorkspace::snapshot() to simplify snapshotting 2023-07-28 09:32:18 -07:00
Cargo.toml cargo: bump the cargo-dependencies group with 2 updates 2023-07-27 15:57:54 +00:00