-
Notifications
You must be signed in to change notification settings - Fork 23
Open
Description
When I run critique inside a jj repo, it doesn't show anything, it only shows unknown +0/-0 or something like that, probably since jj works differently than git and it's using a detached head.
It's compatible with Git so it shouldn't be that hard to implement, it supports generating git-formatted diff (jj diff --git).
I suppose we can simply add something similar to
Line 63 in 9cb094b
| export function buildGitCommand(options: GitCommandOptions): string { |
.jj directory present in the project or explicitly do something like bunx critique --jj.
I'm willing to do it myself if I get the green light to add it.
Jujutsu: https://docs.jj-vcs.dev/
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels