Compare commits

..

2 Commits

Author SHA1 Message Date
9b566ec98e chore: rename project to majjit 2026-02-24 13:17:45 +01:00
99a419c6bb feat: initial implementation 2026-02-24 13:17:05 +01:00

View File

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