ok/jj
1
0
Fork 0
forked from mirrors/jj
jj/lib/src
2024-09-16 19:35:36 -07:00
..
default_index revset: use generic GraphEdge type in default graph iterator 2024-09-15 07:06:47 +09:00
lock formatting only: switch to Item level import ganularity 2024-08-22 14:52:54 -04:00
protos bookmarks: rename proto symbols from "branch" 2024-09-11 20:49:50 -07:00
backend.rs backend: make write methods async 2024-09-04 18:34:11 -07:00
commit.rs cleanup: remove redundant ::{self} from use declarations 2024-08-23 13:05:27 +09:00
commit_builder.rs store: make write_commit() async 2024-09-04 18:34:11 -07:00
conflicts.rs conflicts: don't panic when a conflict marker is missing removes 2024-09-05 22:09:55 -07:00
content_hash.rs formatting only: switch to Item level import ganularity 2024-08-22 14:52:54 -04:00
copies.rs copies: determine copy/rename operation by CopiesTreeDiffStream 2024-08-23 10:29:12 +09:00
dag_walk.rs everything: Rename branches to bookmarks 2024-09-11 18:54:45 +02:00
default_submodule_store.rs formatting only: switch to Item level import ganularity 2024-08-22 14:52:54 -04:00
diff.rs formatting only: switch to Item level import ganularity 2024-08-22 14:52:54 -04:00
dsl_util.rs formatting only: switch to Item level import ganularity 2024-08-22 14:52:54 -04:00
extensions_map.rs formatting only: switch to Item level import ganularity 2024-08-22 14:52:54 -04:00
file_util.rs cleanup: remove redundant ::{self} from use declarations 2024-08-23 13:05:27 +09:00
files.rs conflicts: replace ContentHunk with BString 2024-08-28 10:23:57 +09:00
fileset.pest fileset: parse glob characters as identifier 2024-07-18 13:49:10 +09:00
fileset.rs cleanup: remove redundant ::{self} from use declarations 2024-08-23 13:05:27 +09:00
fileset_parser.rs cleanup: remove redundant ::{self} from use declarations 2024-08-23 13:05:27 +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 formatting only: switch to Item level import ganularity 2024-08-22 14:52:54 -04:00
git.rs bookmarks: update some leftover uses of the word "branch" 2024-09-11 19:19:31 -07:00
git_backend.rs backend: make write methods async 2024-09-04 18:34:11 -07:00
gitignore.rs formatting only: switch to Item level import ganularity 2024-08-22 14:52:54 -04:00
gpg_signing.rs formatting only: switch to Item level import ganularity 2024-08-22 14:52:54 -04:00
graph.rs revset: use generic GraphEdge type in default graph iterator 2024-09-15 07:06:47 +09:00
hex_util.rs hex_util: simplify common_hex_len() a bit to compare input bytes once 2024-09-17 07:02:01 +09:00
id_prefix.rs id_prefix: fix crash on hidden change id disambiguation 2024-09-13 19:32:53 +09:00
index.rs formatting only: switch to Item level import ganularity 2024-08-22 14:52:54 -04:00
lib.rs copies: move CopyRecords to new copies module 2024-08-18 22:16:41 -07:00
local_backend.rs backend: make write methods async 2024-09-04 18:34:11 -07:00
local_working_copy.rs cli: Support renaming workspaces 2024-09-16 19:35:36 -07:00
lock.rs formatting only: switch to Item level import ganularity 2024-08-22 14:52:54 -04:00
matchers.rs formatting only: switch to Item level import ganularity 2024-08-22 14:52:54 -04:00
merge.rs conflicts: make describe() simply return string 2024-08-28 10:23:57 +09:00
merged_tree.rs store: make write_file() async 2024-09-04 18:34:11 -07:00
object_id.rs formatting only: switch to Item level import ganularity 2024-08-22 14:52:54 -04:00
op_heads_store.rs formatting only: switch to Item level import ganularity 2024-08-22 14:52:54 -04:00
op_store.rs bookmarks: update some leftover uses of the word "branch" 2024-09-11 19:19:31 -07:00
op_walk.rs formatting only: switch to Item level import ganularity 2024-08-22 14:52:54 -04:00
operation.rs formatting only: switch to Item level import ganularity 2024-08-22 14:52:54 -04:00
refs.rs bookmarks: update some leftover uses of the word "branch" 2024-09-11 19:19:31 -07:00
repo.rs cli: Support renaming workspaces 2024-09-16 19:35:36 -07:00
repo_path.rs cleanup: remove redundant ::{self} from use declarations 2024-08-23 13:05:27 +09:00
revset.pest revset: remove deprecated "program" rule, rename "program_with_modifier" 2024-06-08 12:48:46 +09:00
revset.rs bookmarks: update some leftover uses of the word "branch" 2024-09-11 19:19:31 -07:00
revset_parser.rs bookmarks: update some leftover uses of the word "branch" 2024-09-11 19:19:31 -07:00
rewrite.rs rewrite: pass old parent ids in to mut_repo.new_parents() by slice 2024-08-29 08:59:22 +09:00
secret_backend.rs backend: make write methods async 2024-09-04 18:34:11 -07:00
settings.rs git: restore support for git.push-branch-prefix config but deprecate it 2024-09-12 23:28:30 -07:00
signing.rs sign: Implement SSH signing backend 2024-02-20 00:02:08 +00:00
simple_op_heads_store.rs formatting only: switch to Item level import ganularity 2024-08-22 14:52:54 -04:00
simple_op_store.rs bookmarks: rename proto symbols from "branch" 2024-09-11 20:49:50 -07:00
ssh_signing.rs formatting only: switch to Item level import ganularity 2024-08-22 14:52:54 -04:00
stacked_table.rs formatting only: switch to Item level import ganularity 2024-08-22 14:52:54 -04:00
store.rs store: make write_symlink() async 2024-09-04 18:34:11 -07:00
str_util.rs bookmarks: update some leftover uses of the word "branch" 2024-09-11 19:19:31 -07:00
submodule_store.rs docs: warn about missing docs for jj-lib crate 2023-07-10 18:28:59 +03:00
time_util.rs formatting only: switch to Item level import ganularity 2024-08-22 14:52:54 -04:00
transaction.rs transaction: rename mut_repo() to idiomatic repo_mut() 2024-09-07 10:51:43 -07:00
tree.rs tree: when merging files, read all sides concurrently 2024-09-04 18:47:14 -07:00
tree_builder.rs store: make write_tree() async 2024-09-04 18:34:11 -07:00
union_find.rs union_find: implement a library for the Union-Find algorithm 2024-05-21 10:52:31 -04:00
view.rs cli: Support renaming workspaces 2024-09-16 19:35:36 -07:00
working_copy.rs cli: Support renaming workspaces 2024-09-16 19:35:36 -07:00
workspace.rs workspace: make workspace_root() and repo_path() return slice &Path 2024-09-08 05:40:52 +09:00