jj/lib/src
Martin von Zweigbergk 30ab71d340 bookmarks: add support for git.auto-local-bookmark (to match docs)
We had documented that we support `git.auto-local-bookmark` but we
don't. The documentation has been incorrect since d9c68e08b1. This
patch fixes it by adding support for `git.auto-local-bookmark` with
fallback to the old/current `git.auto-local-branch`.
.
2024-10-30 08:01:02 -07:00
..
default_index revset: propagate errors from filter predicates 2024-10-23 09:30:51 +09:00
lock
protos bookmarks: rename proto symbols from "branch" 2024-09-11 20:49:50 -07:00
annotate.rs annotate: rename AnnotateResults to FileAnnotation 2024-10-29 23:33:46 +09:00
backend.rs object_id: implement Display on ObjectId types 2024-10-16 09:12:16 +09:00
commit.rs style: add semicolon at the end of expressions used as statements 2024-10-04 22:29:13 +02:00
commit_builder.rs refactor: mark Timestamp struct as Copy 2024-09-22 16:23:53 +02:00
conflicts.rs diff: return matching hunk contents from all inputs 2024-10-06 09:45:27 +09:00
content_hash.rs style: add semicolon at the end of expressions used as statements 2024-10-04 22:29:13 +02:00
copies.rs
dag_walk.rs everything: Rename branches to bookmarks 2024-09-11 18:54:45 +02:00
default_submodule_store.rs
diff.rs style: remove unneeded lifetimes from trait implementations 2024-10-17 13:35:06 +02:00
dsl_util.rs revset: extract helper that parses function call 2024-10-21 08:47:08 +09:00
extensions_map.rs
file_util.rs
files.rs style: remove unneeded lifetimes from trait implementations 2024-10-17 13:35:06 +02:00
fileset.pest templates: support hex bytes in string literals 2024-10-13 12:02:40 +05:30
fileset.rs fileset: remove Eq + PartialEq from FilesetExpression/Pattern 2024-10-15 06:58:44 +09:00
fileset_parser.rs templates: support hex bytes in string literals 2024-10-13 12:02:40 +05:30
fmt_util.rs
fsmonitor.rs lib: add short method summary to its documentation 2024-10-04 17:09:54 +02:00
git.rs revset: drop support for HEAD@git symbol resolution 2024-10-21 09:21:34 +09:00
git_backend.rs object_id: implement Display on ObjectId types 2024-10-16 09:12:16 +09:00
gitignore.rs
gpg_signing.rs
graph.rs graph: add GraphNode<N> type alias instead of Graph/NextNodeResult<N, E> 2024-10-22 09:03:53 +09:00
hex_util.rs hex_util: simplify conversion from bytes to reverse hex string 2024-10-16 09:12:16 +09:00
id_prefix.rs revset: allow iterators to return evaluation errors 2024-10-18 17:09:35 -04:00
index.rs
lib.rs cli: Add command jj file annotate 2024-10-15 16:31:32 +03:00
local_backend.rs style: avoid using .to_owned()/.to_vec() on owned objects 2024-10-04 22:29:13 +02:00
local_working_copy.rs local_working_copy: import std::io for short 2024-10-23 23:51:21 +09:00
lock.rs
matchers.rs
merge.rs object_id: implement Display on ObjectId types 2024-10-16 09:12:16 +09:00
merged_tree.rs lib: add short method summary to its documentation 2024-10-04 17:09:54 +02:00
object_id.rs object_id: implement Display on ObjectId types 2024-10-16 09:12:16 +09:00
op_heads_store.rs op_heads_store: don't test "no heads" error without acquiring lock 2024-09-21 11:24:00 +09:00
op_store.rs object_id: implement Display on ObjectId types 2024-10-16 09:12:16 +09:00
op_walk.rs
operation.rs style: add semicolon at the end of expressions used as statements 2024-10-04 22:29:13 +02:00
refs.rs bookmarks: update some leftover uses of the word "branch" 2024-09-11 19:19:31 -07:00
repo.rs revset: allow iterators to return evaluation errors 2024-10-18 17:09:35 -04:00
repo_path.rs
revset.pest templates: support hex bytes in string literals 2024-10-13 12:02:40 +05:30
revset.rs revset: fix is_empty() doc, the logic was inverted 2024-10-23 09:30:51 +09:00
revset_parser.rs revset: extract helper that parses function call 2024-10-21 08:47:08 +09:00
rewrite.rs rewrite: move_commits: add MoveCommitsTarget enum to specify roots or commits to move 2024-10-22 20:39:50 +08:00
secret_backend.rs
settings.rs bookmarks: add support for git.auto-local-bookmark (to match docs) 2024-10-30 08:01:02 -07:00
signing.rs
simple_op_heads_store.rs style: add semicolon at the end of expressions used as statements 2024-10-04 22:29:13 +02:00
simple_op_store.rs repo: teach OpStore about the root commit id 2024-10-08 13:21:03 +09:00
ssh_signing.rs
stacked_table.rs lib: add short method summary to its documentation 2024-10-04 17:09:54 +02:00
store.rs
str_util.rs bookmarks: update some leftover uses of the word "branch" 2024-09-11 19:19:31 -07:00
submodule_store.rs
time_util.rs
transaction.rs repo: pack common ReadonlyRepo fields into RepoLoader 2024-10-08 13:21:03 +09:00
tree.rs tree: when merging files, read all sides concurrently 2024-09-04 18:47:14 -07:00
tree_builder.rs
union_find.rs
view.rs revset: drop support for HEAD@git symbol resolution 2024-10-21 09:21:34 +09:00
working_copy.rs cli: Support renaming workspaces 2024-09-16 19:35:36 -07:00
workspace.rs style: remove unneeded lifetimes from trait implementations 2024-10-17 13:35:06 +02:00