jj/lib/src
Martin von Zweigbergk d56ae79d3f working_copy: let caller pass in base Git ignores (#65, #87)
The library crate shouldn't look up the user's `$HOME` directory
(maybe the library is used by a server process), so let's have the
caller pass it into the library crate instead.
2022-03-12 10:48:06 -08:00
..
backend.rs tests: pass timestamps via env vars for reproducible hashes 2022-03-05 08:48:42 -08:00
commit.rs rewrite: optimize for rebase onto metadata-only change 2021-12-08 08:49:42 -08:00
commit_builder.rs commit_builder: move signature() to UserSettings 2022-03-10 12:38:07 -08:00
conflicts.rs
dag_walk.rs
diff.rs diff: add helpers for finding index for non-base side 2022-03-10 22:00:45 -08:00
file_util.rs
files.rs
git.rs git: on import, only add ref target as head if target changed (#44) 2021-12-11 11:03:40 -08:00
git_backend.rs cli: on jj init --git-repo=., use relative path to .git/ 2022-03-05 09:37:48 -08:00
gitignore.rs gitignore: move function for chaining .gitignore to central place (#65, #87) 2022-03-12 10:48:06 -08:00
index.rs cleanup: run rustfmt 2022-02-27 10:59:28 -08:00
index_store.rs
lib.rs build: conditionally use map_first_last feature if available 2022-02-20 22:21:14 -08:00
local_backend.rs cargo: upgrade blake2 2022-02-09 22:19:04 -08:00
lock.rs cargo: upgrade backoff 2022-02-09 22:21:39 -08:00
matchers.rs matchers: add a matcher for path prefixes (#52) 2022-02-06 14:49:22 -08:00
nightly_shims.rs build: suppress unstable_name_collisions warnings on stable 2022-02-23 23:41:55 -08:00
op_heads_store.rs
op_store.rs op_store: add support for tracking multiple workspaces (#13) 2022-02-02 08:15:22 -08:00
operation.rs
protos.rs
refs.rs
repo.rs repo: remove code for upgrading old repos to have .jj/store/git/ 2022-02-17 22:44:05 -08:00
repo_path.rs matchers: add a matcher for path prefixes (#52) 2022-02-06 14:49:22 -08:00
revset.pest revsets: allow the .. operator to be used as prefix or suffix (#46) 2021-12-15 22:16:22 -08:00
revset.rs build: use assert_matches crate 2022-02-20 22:21:14 -08:00
revset_graph_iterator.rs build: conditionally use map_first_last feature if available 2022-02-20 22:21:14 -08:00
rewrite.rs revsets: add syntax for a particular workspace's checkout (#13) 2022-02-02 10:05:31 -08:00
settings.rs tests: set user and email in e2e tests 2022-03-10 12:38:07 -08:00
simple_op_store.rs cargo: upgrade blake2 2022-02-09 22:19:04 -08:00
stacked_table.rs cargo: upgrade blake2 2022-02-09 22:19:04 -08:00
store.rs cleanup: fix some issues reported by new clippy and/or rustc 2021-12-10 14:12:45 -08:00
testutils.rs tests: don't create workspaces in index tests 2022-02-05 13:45:41 -08:00
transaction.rs debug: upgrade Drop implementations to non-debug assert! 2021-12-01 10:32:11 -08:00
tree.rs
tree_builder.rs
view.rs view: inline checkout() into remaining few callers 2022-02-05 15:43:37 -08:00
working_copy.rs working_copy: let caller pass in base Git ignores (#65, #87) 2022-03-12 10:48:06 -08:00
workspace.rs working_copy: stop taking initial checkout in constructor 2022-02-12 23:45:05 -08:00