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

Clarify in/exclusiveness of bounds of selection when comparing commits #8

Open
ravindUwU opened this issue Dec 17, 2024 · 0 comments
Open

Comments

@ravindUwU
Copy link

The FAQ explains how 2 commits can be compared by Ctrl-clicking them: https://github.com/fork-dev/Docs/blob/8d49ab70c2a231bf55a84334a5bda97b397e2c89/faq.md#how-to-compare-two-branches-or-commits

I think it'd also be useful to clarify,

  • Whether the order of selection matters.
    The selected commits seem always compared in chronological order.
    With the Git CLI, one can do git diff start end and git diff start end to get opposite diffs. In these terms, Fork always does git diff start end.

  • Whether the selection is start/end commit inclusive/excluve.
    The selection seems start-exclusive, end-inclusive, similar to Git.

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

No branches or pull requests

1 participant