ok/jj
1
0
Fork 0
forked from mirrors/jj
jj/lib/src
Yuya Nishihara a569ac07f6 revset: alias 'empty()' to '~file(*)'
We're more likely to filter out empty commits, so this should be slightly
faster in practice.

The extra Option<> isn't needed, but it should clarify that "prefix([])"
is not "everything".
2022-12-07 23:38:17 +09:00
..
protos git: do not delete or track git submodules. 2022-12-01 23:14:55 +05:30
backend.rs copyright: change from "Google LLC" to "The Jujutsu Authors" 2022-11-28 06:05:45 -10:00
commit.rs copyright: change from "Google LLC" to "The Jujutsu Authors" 2022-11-28 06:05:45 -10:00
commit_builder.rs copyright: change from "Google LLC" to "The Jujutsu Authors" 2022-11-28 06:05:45 -10:00
conflicts.rs Rename FileConflictData to ConflictHunk, use it in files.rs. 2022-12-03 15:12:40 -08:00
content_hash.rs content_hash: absorb duplicate hash() functions 2022-12-03 22:31:02 -08:00
dag_walk.rs copyright: change from "Google LLC" to "The Jujutsu Authors" 2022-11-28 06:05:45 -10:00
diff.rs copyright: change from "Google LLC" to "The Jujutsu Authors" 2022-11-28 06:05:45 -10:00
file_util.rs copyright: change from "Google LLC" to "The Jujutsu Authors" 2022-11-28 06:05:45 -10:00
files.rs Rename FileConflictData to ConflictHunk, use it in files.rs. 2022-12-03 15:12:40 -08:00
git.rs git: on import, add GC-preventing refs to all seen refs 2022-12-03 22:50:26 -08:00
git_backend.rs git: on import, add GC-preventing refs to all seen refs 2022-12-03 22:50:26 -08:00
gitignore.rs copyright: change from "Google LLC" to "The Jujutsu Authors" 2022-11-28 06:05:45 -10:00
index.rs revset: add basic tests for revset combinator 2022-12-07 11:01:59 +09:00
index_store.rs copyright: change from "Google LLC" to "The Jujutsu Authors" 2022-11-28 06:05:45 -10:00
legacy_thrift_op_store.rs legacy_thrift_op_store: remove implementation write methods 2022-12-03 22:31:02 -08:00
lib.rs thrift: add legacy-thrift Cargo feature 2022-12-03 22:31:02 -08:00
local_backend.rs content_hash: absorb duplicate hash() functions 2022-12-03 22:31:02 -08:00
lock.rs copyright: change from "Google LLC" to "The Jujutsu Authors" 2022-11-28 06:05:45 -10:00
matchers.rs copyright: change from "Google LLC" to "The Jujutsu Authors" 2022-11-28 06:05:45 -10:00
nightly_shims.rs
op_heads_store.rs copyright: change from "Google LLC" to "The Jujutsu Authors" 2022-11-28 06:05:45 -10:00
op_store.rs copyright: change from "Google LLC" to "The Jujutsu Authors" 2022-11-28 06:05:45 -10:00
operation.rs copyright: change from "Google LLC" to "The Jujutsu Authors" 2022-11-28 06:05:45 -10:00
proto_op_store.rs op_store: auto-upgrade existing repos from Thrift to Protobuf 2022-12-03 22:31:02 -08:00
refs.rs copyright: change from "Google LLC" to "The Jujutsu Authors" 2022-11-28 06:05:45 -10:00
repo.rs copyright: change from "Google LLC" to "The Jujutsu Authors" 2022-11-28 06:05:45 -10:00
repo_path.rs copyright: change from "Google LLC" to "The Jujutsu Authors" 2022-11-28 06:05:45 -10:00
revset.pest revset: add unary negate (or set complement) operator '~y' 2022-11-29 15:46:15 +09:00
revset.rs revset: alias 'empty()' to '~file(*)' 2022-12-07 23:38:17 +09:00
revset_graph_iterator.rs copyright: change from "Google LLC" to "The Jujutsu Authors" 2022-11-28 06:05:45 -10:00
rewrite.rs copyright: change from "Google LLC" to "The Jujutsu Authors" 2022-11-28 06:05:45 -10:00
settings.rs settings: move cli-specific settings to src/ui.rs 2022-11-30 06:14:39 +08:00
simple_op_store.rs thrift: add legacy-thrift Cargo feature 2022-12-03 22:31:02 -08:00
simple_op_store_model.rs
simple_op_store_model.thrift copyright: change from "Google LLC" to "The Jujutsu Authors" 2022-11-28 06:05:45 -10:00
stacked_table.rs copyright: change from "Google LLC" to "The Jujutsu Authors" 2022-11-28 06:05:45 -10:00
store.rs copyright: change from "Google LLC" to "The Jujutsu Authors" 2022-11-28 06:05:45 -10:00
transaction.rs copyright: change from "Google LLC" to "The Jujutsu Authors" 2022-11-28 06:05:45 -10:00
tree.rs Add a Tree method to return conflicts matching a matcher 2022-12-04 22:39:45 -08:00
tree_builder.rs copyright: change from "Google LLC" to "The Jujutsu Authors" 2022-11-28 06:05:45 -10:00
view.rs copyright: change from "Google LLC" to "The Jujutsu Authors" 2022-11-28 06:05:45 -10:00
working_copy.rs git: do not delete or track git submodules. 2022-12-01 23:14:55 +05:30
workspace.rs copyright: change from "Google LLC" to "The Jujutsu Authors" 2022-11-28 06:05:45 -10:00