jj/docs
Glen Choo 3418c8ff73 git: add git.auto-local-branch
Add a new git.auto-local-branch config option. When set to false, a
remote-tracking branch imported from Git will not automatically create a
local branch target. This is implemented by a new GitSettings struct
that passes Git-related settings from UserSettings.

This behavior is particularly useful in a co-located jj and Git repo,
because a Git remote might have branches that are not of everyday
interest to the user, so it does not make sense to export them as local
branches in Git. E.g. https://github.com/gitster/git, the maintainer's
fork of Git, has 379 branches, most of which are topic branches kept
around for historical reasons, and Git developers wouldn't be expected
to have local branches for each remote-tracking branch.
2023-01-29 20:17:49 -08:00
..
technical docs: mention that the "view" object knows about all workspaces 2022-12-08 17:30:29 -08:00
branches.md
code-of-conduct.md
config.md git: add git.auto-local-branch 2023-01-29 20:17:49 -08:00
config.toml Documentation for jj resolve and merge tool config 2022-12-03 15:12:40 -08:00
conflicts.md docs: indent conflict marker examples to not confuse tools 2022-12-12 16:20:40 -08:00
contributing.md contributing.md: Add a link to the "Comprehensive Rust" course 2023-01-25 21:10:10 -08:00
git-comparison.md Rename jj touchup to jj diffedit 2022-12-21 08:15:06 -08:00
git-compatibility.md feature: support git credential helpers 2022-11-19 22:06:27 -08:00
github.md style: fix typos found by codespell 2023-01-28 07:23:45 -08:00
operation-log.md docs: mention that the "view" object knows about all workspaces 2022-12-08 17:30:29 -08:00
related-work.md
revsets.md style: fix typos found by codespell 2023-01-28 07:23:45 -08:00
tutorial.md style: fix typos found by codespell 2023-01-28 07:23:45 -08:00
working-copy.md workspace: add a root subcommand to print the workspace root path 2023-01-24 16:53:54 +01:00