Compare commits

..

2 Commits

Author SHA1 Message Date
f0e9aac6cf chore: rename project to majjit 2026-02-24 13:13:15 +01:00
fc9fc2613b feat: initial implementation 2026-02-24 01:40:44 +01:00

View File

@@ -85,8 +85,7 @@ See `magit-git-executable'."
(defun majjit-run-jj-async (directory &rest args)
"Start jujutsu and return the process object.
ARGS is flattened and then used as arguments to jujutsu. Once cloning is
done, open DIRECTORY with `find-file'.
ARGS is flattened and then used as arguments to jujutsu.
Inspired by `magit-start-git'."
(let ((default-process-coding-system (magit--process-coding-system))