jj/lib/src
Yuya Nishihara 7ccbc0424c git: extract function that resets Git HEAD
I'll add a workaround for the root parent issue #1495 there. We can pass in
the wc parent id instead of the wc_commit object, but we might want to use
wc_commit.id() to generate a unique placeholder ref name.
2023-10-04 01:43:34 +09:00
..
lock
protos working_copy: enable storing multiple tree ids in state file 2023-08-27 06:49:45 -07:00
backend.rs backend: move constant functions first 2023-09-19 05:24:51 -07: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 files: take Merge argument to merge() 2023-09-27 22:14:39 -07:00
content_hash.rs content_hash: make public 2023-09-18 07:53:19 -07:00
dag_walk.rs dag_walk: add topological sort that runs Kahn's algorithm with heap queue 2023-08-15 15:03:45 +09:00
default_index_store.rs cleanup: replace x[n..n+l] by x[n..][..l] 2023-08-21 22:29:46 -07: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
diff.rs
file_util.rs
files.rs files: take Merge argument to merge() 2023-09-27 22:14:39 -07: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: extract function that resets Git HEAD 2023-10-04 01:43:34 +09:00
git_backend.rs git_backend: rename git_repo_clone() as it isn't just cloning, propagate error 2023-10-04 00:04:24 +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 content_hash: make public 2023-09-18 07:53:19 -07:00
local_backend.rs local_backend: don't write commits with no parents 2023-09-25 15:41:45 -07:00
lock.rs
matchers.rs
merge.rs merge: add a function for padding a Merge to a given size 2023-09-01 06:09:37 -07:00
merged_tree.rs tree: simplify conflict before resolving at hunk level 2023-09-27 22:14:39 -07:00
op_heads_store.rs op_heads_store: propagate errors from OpStore 2023-08-31 12:36:47 -07:00
op_store.rs merge: add Merge::is_absent() and Merge::is_present() 2023-08-25 06:40:36 -07:00
operation.rs
refs.rs refs: rename RefTarget::as_conflict() to as_merge() 2023-08-07 08:05:57 +09:00
repo.rs view: extract method that iterates local branches only 2023-09-30 12:02:35 +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 cli: make set of immutable commits configurable 2023-09-25 15:41:45 -07:00
revset_graph.rs
rewrite.rs view: extract method that iterates local branches only 2023-09-30 12:02:35 +09:00
settings.rs cli: redefine default log revset using immutable_heads() 2023-10-01 11:15:30 -07:00
simple_op_heads_store.rs
simple_op_store.rs refs: rename RefTarget::as_conflict() to as_merge() 2023-08-07 08:05:57 +09:00
stacked_table.rs cleanup: replace x[n..n+l] by x[n..][..l] 2023-08-21 22:29:46 -07:00
store.rs backend: move constant functions first 2023-09-19 05:24:51 -07:00
submodule_store.rs
transaction.rs
tree.rs tree: simplify conflict before resolving at hunk level 2023-09-27 22:14:39 -07:00
tree_builder.rs tree_builder: remove unnecessary has_overrides() method 2023-08-26 07:02:04 -07:00
view.rs view: add method that iterates remote branches only 2023-09-30 12:02:35 +09:00
working_copy.rs watchman: use single-threaded async runtime 2023-09-24 15:46:13 -07:00
workspace.rs cleanup: use fs:read() instead of File::open().read_to_end() 2023-08-13 14:04:59 +00:00