forked from mirrors/jj
Deployed c5f74bc
to prerelease with MkDocs 1.5.2 and mike 1.1.2
This commit is contained in:
parent
97290f06ff
commit
948a0837b2
4 changed files with 8 additions and 2 deletions
|
@ -1297,6 +1297,12 @@ repos may require you to deal with more involved Jujutsu and Git concepts.</p>
|
|||
time.</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>In co-located repos with a very large number of branches or other refs, <code>jj</code>
|
||||
commands can get noticeably slower because of the automatic <code>jj git import</code>
|
||||
executed on each command. This can be mitigated by occasionally running <code>git
|
||||
pack-refs --all</code> to speed up the import.</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>Git tools will have trouble with revisions that contain conflicted files. While
|
||||
<code>jj</code> renders these files with conflict markers in the working copy, they are
|
||||
stored in a non-human-readable fashion inside the repo. Git tools will often
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Binary file not shown.
Loading…
Reference in a new issue