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

file link to multiple diffs with the same filename always link the the first one #547

Open
kintarowins opened this issue Oct 30, 2024 · 0 comments

Comments

@kintarowins
Copy link

I'm creating a report page that shows diffs from multiple branches e.g.

branchA:
file1.txt
file2.txt

branchB:
file1.txt
file2.txt

The problem here is that when I click on the link for file1.txt from branchB, it jumps to the diffs of branchA's file1.txt.
I think someone reported a similar issue before and mentioned that this is due to the simple hash function used for the filename. Is there a way to assign a custom file id instead?

I am using the lastest version available 3.4.24

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

3 participants
@kintarowins and others