Skip to content

v0.1.1

Choose a tag to compare

@joeinnes joeinnes released this 02 Mar 23:20
a6b007f

What's changed

Performance

  • Replace cp -Rc subprocess with a direct clonefile(2) syscall. A 2 GB repository now clones in ~130 ms wall time with near-zero extra disk overhead until files are modified.

jj (Jujutsu) fixes

  • Run jj workspace add before copying untracked files, so the destination is empty when jj initialises it
  • Pass signing.behavior="drop" to suppress SSH passphrase prompts on the workspace-init commit
  • Write cow metadata to .jj/cow-context (invisible to jj tracking) instead of .cow-context at the workspace root

Docs