Support jj for repo root checks#38
Conversation
Signed-off-by: PlumJam <git@plumj.am>
|
Sorry, I thought I ran the flake check. I'll fix it today. |
Signed-off-by: PlumJam <git@plumj.am>
|
I am a bit worried about the potential unwanted behavior here as I am unfamiliar with I think this would be better handled by an explicit |
|
Yes, after looking into it a bit more, I see it's a bit flawed. Sorry about that! I'm working on a better solution as you described right now. How I would do it:
Would you add/change anything? Also, if I'll add a bit more info about jj for you to clear some things up:
|
Signed-off-by: PlumJam <git@plumj.am>
Signed-off-by: PlumJam <git@plumj.am>
|
Thanks a lot and sorry for delay! Merged. |
Jujutsu (jj), if you are unfamiliar, is a git-compatible VCS: https://github.com/jj-vcs/jj
In jj worktrees I noticed I can't render workflows because they're independent from git unlike a lot of jj and
get_git_toplevel()fails.I've tested this in both git, jj, and git+jj scenarios and it works perfectly.