jj/lib/src
Martin von Zweigbergk e14db781b0 git: add subcommand for fetching from remote
This adds `jj git fetch` for fetching from a git remote. There remote
has to be added in the underlying git repo if it doesn't already
exist. I think command will still be useful on typical small projects
with just a single remote on GitHub. With this and the `jj git push` I
added recently, I think I have enough for my most of my own
interaction with GitHub.
2021-01-01 11:11:09 -08:00
..
commit.rs git: extract function for pushing commit to remote branch, and test it 2020-12-28 00:53:41 -08:00
commit_builder.rs
conflicts.rs conflicts: add another helper for writing materialized conflict to store 2020-12-26 00:35:45 -08:00
dag_walk.rs
evolution.rs
files.rs
git.rs git: add subcommand for fetching from remote 2021-01-01 11:11:09 -08:00
git_store.rs git: return a new repo instance from the store instead of the store's instance 2020-12-28 23:38:20 -08:00
index.rs
lib.rs git: extract function for pushing commit to remote branch, and test it 2020-12-28 00:53:41 -08:00
local_store.rs git: return a new repo instance from the store instead of the store's instance 2020-12-28 23:38:20 -08:00
lock.rs
matchers.rs
op_store.rs
operation.rs
protos.rs
repo.rs init: add support for creating new repo backed by bare git repo in .jj/git/ 2020-12-28 00:54:03 -08:00
repo_path.rs
rewrite.rs
settings.rs
simple_op_store.rs
store.rs git: return a new repo instance from the store instead of the store's instance 2020-12-28 23:38:20 -08:00
store_wrapper.rs git: return a new repo instance from the store instead of the store's instance 2020-12-28 23:38:20 -08:00
testutils.rs init: add support for creating new repo backed by bare git repo in .jj/git/ 2020-12-28 00:54:03 -08:00
transaction.rs conflicts: add another helper for writing materialized conflict to store 2020-12-26 00:35:45 -08:00
tree.rs
tree_builder.rs
trees.rs commands: add an interactive mode for jj restore 2020-12-26 01:16:19 -08:00
view.rs transaction: make sure set of heads has only heads 2020-12-29 20:44:17 -08:00
working_copy.rs commands: add an interactive mode for jj restore 2020-12-26 01:16:19 -08:00