ok/jj
1
0
Fork 0
forked from mirrors/jj
jj/lib
Martin von Zweigbergk c1060610bd working copy: optimize simple case of entire directory being ignored
This makes the workging copy walk skip an entire ignored directory if
there are no negative patterns later in the ignore file. That speeds
up `jj st` in this repo with ~13k files in `target/` from ~100 ms to
~25 ms (6.0dB). This closes issue #8.
2021-05-13 22:28:38 -07:00
..
benches diff: first diff lines, then refine to words, producing better diffs 2021-04-04 21:50:31 -07:00
protos cli: record full argv in operation log 2021-05-09 22:42:13 -07:00
src working copy: optimize simple case of entire directory being ignored 2021-05-13 22:28:38 -07:00
tests transaction: make commit() return resulting ReadonlyRepo 2021-05-08 13:50:59 -07:00
build.rs rustfmt: configure to group imports 2021-03-14 10:46:25 -07:00
Cargo.toml gitignores: add own implementation and stop using libgit2's 2021-05-13 22:23:59 -07:00