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

Wrong Diff - not all changes are shown #725

Open
fglueck opened this issue Mar 27, 2024 · 1 comment
Open

Wrong Diff - not all changes are shown #725

fglueck opened this issue Mar 27, 2024 · 1 comment

Comments

@fglueck
Copy link

fglueck commented Mar 27, 2024

If I show the diff with gittyup, not all changes/diffs are displayed.
When I open TortoiseMerge, all changes are displayed.
Gittyup:
grafik

grafik
marked and below are not shown.

I update gittyup to current develop and tortoisemerge to current version.

@jensenr30
Copy link
Contributor

This is likely related to issue #710. I've dug into this a bit and found some issues in the code concerning selecting/displaying diff hunks. There is currently a hard-coded limit of 4 items in DiffView::fetchMore(int fetchWidgets = 4); which sometimes prevents the loaded diff hunks from reaching the bottom of the window, which prevents scrolling updates from loading more diff hunks...

I'm looking into a way to refactor some of this code to make it simpler and more reliable in a way that should solve the issue you're experiencing...

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

2 participants