fsfe / reuse-tool

reuse is a tool for compliance with the REUSE recommendations.
https://reuse.software
399 stars 148 forks source link

feat(vcs): Add Jujutsu support #1051

Closed Minion3665 closed 3 months ago

Minion3665 commented 3 months ago

Although it uses .gitignore, Jujutsu has support for repositories without git ("non-colocated"), which we can't use "git ls-files" on

jj has its own command for listing out tracked files ("jj files"), and we can use it to determine ignored files in a similar way to Pijul

Fixes: fsfe/reuse-tool#711