.. |
lock
|
|
|
protos
|
op_store: minimal change to load/store tracking state of remote branches
|
2023-10-16 23:21:05 +09:00 |
backend.rs
|
merged_tree: let backend influence whether to use new diff algo
|
2023-11-06 23:12:02 -08:00 |
commit.rs
|
templater: fast-path empty and conflict to not read trees
|
2023-09-26 18:18:52 -07:00 |
commit_builder.rs
|
commit_builder: remove last traces of pre-MergedTree API
|
2023-08-29 07:01:52 -07:00 |
conflicts.rs
|
cli: pass MaterializedTreeValue into git_diff_part()
|
2023-11-10 04:54:47 -08:00 |
content_hash.rs
|
content_hash: make public
|
2023-09-18 07:53:19 -07:00 |
dag_walk.rs
|
|
|
default_index_store.rs
|
index: rewrite CompositeIndex::entry_by_pos() by leveraging ancestors iterator
|
2023-11-08 12:09:33 +09:00 |
default_revset_engine.rs
|
templater: fast-path empty and conflict to not read trees
|
2023-09-26 18:18:52 -07:00 |
default_revset_graph_iterator.rs
|
|
|
default_submodule_store.rs
|
backends: deduplicate definition of backend names
|
2023-10-14 06:38:35 -07:00 |
diff.rs
|
|
|
file_util.rs
|
|
|
files.rs
|
merge: relax input type of Merge::from_removes_adds()
|
2023-11-07 17:10:12 +09:00 |
fmt_util.rs
|
settings: support human-readable byte sizes for max-new-file-size
|
2023-08-17 19:29:38 -07:00 |
fsmonitor.rs
|
|
|
git.rs
|
git: add config to disable abandoning of unreachable commits
|
2023-11-05 06:10:54 -08:00 |
git_backend.rs
|
merge: rename Merge::new() to Merge::from_removes_adds()
|
2023-11-07 17:10:12 +09:00 |
gitignore.rs
|
Fix .gitignore handling of ignored directories
|
2023-08-22 22:08:32 -07:00 |
hex_util.rs
|
|
|
id_prefix.rs
|
revset: resolve "@" symbol's workspace id earlier (while parsing)
|
2023-08-20 17:57:18 -07:00 |
index.rs
|
|
|
lib.rs
|
str_util: extract StringPattern from revset module
|
2023-10-21 09:55:01 +09:00 |
local_backend.rs
|
merged_tree: let backend influence whether to use new diff algo
|
2023-11-06 23:12:02 -08:00 |
local_working_copy.rs
|
conflicts: add another helper for materializing a tree value
|
2023-11-08 21:21:38 -08:00 |
lock.rs
|
|
|
matchers.rs
|
|
|
merge.rs
|
merge: relax input type of Merge::from_removes_adds()
|
2023-11-07 17:10:12 +09:00 |
merged_tree.rs
|
tree: remove unsafe with ouroboros for self-referential iterators
|
2023-11-09 21:50:29 -08:00 |
op_heads_store.rs
|
op_heads_store: propagate errors from OpStore
|
2023-08-31 12:36:47 -07:00 |
op_store.rs
|
merge: have Merge::adds()/removes() return iterator
|
2023-11-05 16:43:06 +09:00 |
operation.rs
|
|
|
refs.rs
|
merge: add Merge constructor that accepts interleaved values
|
2023-11-07 17:10:12 +09:00 |
repo.rs
|
repo: reimplement DirtyCell without using unsafe
|
2023-11-10 07:42:45 +09:00 |
repo_path.rs
|
repo_path: avoid repeated copying of PathBuf in to_fs_path()
|
2023-09-09 08:43:29 -07:00 |
revset.pest
|
revset: add 0-ary "::" and ".." operators as short for "all()" and "~root()"
|
2023-09-05 10:40:04 +09:00 |
revset.rs
|
revset: exclude @git branches from remote_branches()
|
2023-11-08 07:34:30 +09:00 |
revset_graph.rs
|
|
|
rewrite.rs
|
rewrite: use MergedTree::diff_stream() when restoring from tree
|
2023-11-04 21:07:49 -07:00 |
settings.rs
|
git: add config to disable abandoning of unreachable commits
|
2023-11-05 06:10:54 -08:00 |
simple_op_heads_store.rs
|
backends: deduplicate definition of backend names
|
2023-10-14 06:38:35 -07:00 |
simple_op_store.rs
|
merge: relax input type of Merge::from_removes_adds()
|
2023-11-07 17:10:12 +09:00 |
stacked_table.rs
|
misc: drop a few low-hanging unsafes
|
2023-11-08 02:16:08 +02:00 |
store.rs
|
merged_tree: let backend influence whether to use new diff algo
|
2023-11-06 23:12:02 -08:00 |
str_util.rs
|
cli: parse "git fetch --branch" parameter as string pattern
|
2023-10-25 03:58:48 +09:00 |
submodule_store.rs
|
|
|
transaction.rs
|
|
|
tree.rs
|
tree: remove unsafe with ouroboros for self-referential iterators
|
2023-11-09 21:50:29 -08:00 |
tree_builder.rs
|
tree_builder: remove unnecessary has_overrides() method
|
2023-08-26 07:02:04 -07:00 |
view.rs
|
cli: add string pattern support to "git push --branch"
|
2023-10-26 04:51:17 +09:00 |
working_copy.rs
|
working copy: pass commit instead of tree into check_out()
|
2023-10-16 22:33:44 -07:00 |
workspace.rs
|
workspace: add function that initializes colocated git repository
|
2023-11-05 08:48:35 +09:00 |