Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(vcs): Add Jujutsu support #1051

Merged
merged 1 commit into from
Jul 23, 2024
Merged

feat(vcs): Add Jujutsu support #1051

merged 1 commit into from
Jul 23, 2024

Conversation

Minion3665
Copy link
Contributor

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: #711

  • Added a change log entry in changelog.d/<directory>/.
  • Added self to copyright blurb of touched files.
  • Added self to AUTHORS.rst.
  • Wrote tests.
  • Documented my changes in docs/man/ or elsewhere.
  • My changes do not contradict
    the current specification.
  • I agree to license my contribution under the licenses indicated in the
    changed files.

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#711
Copy link
Member

@carmenbianca carmenbianca left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Excellent PR, thank you @Minion3665 !

@carmenbianca carmenbianca merged commit fb847af into fsfe:main Jul 23, 2024
15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support Jujutsu VCS
2 participants