Skip to content

Support triple-dot (A...B) range syntax in addition to double-dot (A..B)#2

Merged
jaydenfyi merged 8 commits into
mainfrom
feature/triple-dot-range-support
May 12, 2026
Merged

Support triple-dot (A...B) range syntax in addition to double-dot (A..B)#2
jaydenfyi merged 8 commits into
mainfrom
feature/triple-dot-range-support

Conversation

@jaydenfyi

Copy link
Copy Markdown
Owner

No description provided.

@jaydenfyi jaydenfyi force-pushed the feature/triple-dot-range-support branch 4 times, most recently from 7e7663b to 709ad3b Compare May 11, 2026 03:47
jaydenfyi added 4 commits May 12, 2026 07:47
In git, "A..B" compares two tips directly while "A...B" compares
from the merge-base of A and B to B. diffx now handles both:

- Parser detects separator and sets rangeSyntax ("two-dot" | "three-dot")
- Resolvers compute merge-base when rangeSyntax is "three-dot"
- Supported across local, remote, git-url, github, and gitlab ranges
- Add "Two-dot vs three-dot" section to README
@jaydenfyi jaydenfyi force-pushed the feature/triple-dot-range-support branch from 230e7c8 to 5ce9c3c Compare May 11, 2026 23:49
@jaydenfyi jaydenfyi marked this pull request as ready for review May 12, 2026 00:10
@jaydenfyi jaydenfyi merged commit 150a64d into main May 12, 2026
4 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.

1 participant