feat!: remove Jujutsu support#4
Merged
Merged
Conversation
dunk now targets Git only. Keeping the VCS layer to a single backend removes the jj loaders, the `vcs` config key and auto-detection, the jj branch-review revset path, and jj watch signatures — less surface to maintain for a personal tool. jj users can run a colocated Git checkout. BREAKING CHANGE: the `vcs` config option is gone and jj workspaces are no longer auto-detected. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Context
dunkis a personal Git diff tool. The jj backend doubled the VCS surface (loaders, branch-review, watch, config detection, error translation) for a path that isn't used. Dropping it keeps things simple.What was changed
src/core/jj.tsand its tests; removed jj loaders, watch signatures, and the jj branch-review revset path.vcsconfig key,VcsModetype, and jj workspace auto-detection.findRepoRootkeys off.gitonly.dunk stash showno longer needs a jj guard; CLI help and the "not a repo" error drop jj wording.vcsconfig row) and CHANGELOG.Out of scope
[0.13.0]changelog entry left as-is; removal is noted under[Unreleased].Refs
Verified:
bun run typecheck,bun test(339 pass),bun run lint,bun run test:integration(21 pass), and a real TTY smoke ofdunk diff/dunk show. Doistbot isn't installed locally.🤖 Generated with Claude Code