mirror of
https://github.com/martinvonz/jj.git
synced 2025-02-11 06:42:47 +00:00
I originally thought this would be unavoidable, but I was wrong. "jj git clone" doesn't implicitly create any local branch if git.auto-local-branch is off, and that's fine because the detached HEAD state is normal in jj. That being said, Git users would expect that the main/master branch exists. Since importing the default branch is harmless, let's create and track it no matter if git.auto-local-branch is off. |
||
---|---|---|
.. | ||
commands | ||
config | ||
merge_tools | ||
cleanup_guard.rs | ||
cli_util.rs | ||
commit_templater.rs | ||
config-schema.json | ||
config.rs | ||
description_util.rs | ||
diff_util.rs | ||
formatter.rs | ||
graphlog.rs | ||
lib.rs | ||
main.rs | ||
operation_templater.rs | ||
progress.rs | ||
template.pest | ||
template_builder.rs | ||
template_parser.rs | ||
templater.rs | ||
text_util.rs | ||
time_util.rs | ||
ui.rs |