Defect #8741
closedGit: diff is always empty in merged revsion
0%
Description
A URL of the form https://hub.boostpro.com/projects/embt/repository/revisions/a74df08c89e1120f82c79619b32d657adb1d04f5 gets me a screen with the commit message, but not even a list of files. I have to append /diff to the URL to even find out that Redmine has decided not to show that detail because it's so large.
By the way, is there a place I can adjust that limit?
Files
Related issues
Updated by Toshi MARUYAMA over 13 years ago
- Tracker changed from Defect to Feature
Updated by Toshi MARUYAMA over 13 years ago
- File rev-url-short.diff rev-url-short.diff added
Try this patch.
Updated by Toshi MARUYAMA over 13 years ago
- Tracker changed from Feature to Defect
Updated by Toshi MARUYAMA over 13 years ago
- File Screenshot-1.png Screenshot-1.png added
- File Screenshot.png Screenshot.png added
- Status changed from New to Closed
- Resolution set to Invalid
Updated by Dave Abrahams over 13 years ago
- Status changed from Closed to Reopened
I kept bumping those up until eventually the /diff URL stopped telling me that it was truncating the diffs, but still wouldn't show any diffs.
I think it's a defect (in both those pages) when you leave out information without explaining its absence. Just sayin'.
Updated by Toshi MARUYAMA over 13 years ago
- Status changed from Reopened to Closed
- Resolution deleted (
Invalid)
Git is DAG. Git has many parents. If merge revision has no changes, diff is empty.
For example,
https://www.chiliproject.org/projects/chiliproject/repository/revisions/9ce7fd42308ef462a667525bfb81e7def06038cc
Updated by Toshi MARUYAMA over 13 years ago
- Subject changed from Revision detail silently truncated to Git: Revision detail silently truncated
Updated by Toshi MARUYAMA over 13 years ago
- Subject changed from Git: Revision detail silently truncated to Git: diff detail silently truncated in merged revsion
Updated by Toshi MARUYAMA over 13 years ago
- Status changed from Closed to Reopened
- Resolution deleted (
Wont fix)
Updated by Toshi MARUYAMA over 13 years ago
- Subject changed from Git: diff detail silently truncated in merged revsion to Git: diff is empty in merged revsion
Updated by Toshi MARUYAMA over 13 years ago
- Subject changed from Git: diff is empty in merged revsion to Git: diff is always empty in merged revsion
Updated by Dave Abrahams over 13 years ago
I believe the message from Redmine that the changes are too large to show conflicts with your theory that there are no changes to show.
Updated by Toshi MARUYAMA over 13 years ago
I can't see https://hub.boostpro.com/projects/embt/repository/revisions/a74df08c89e1 ,
because this site uses self certified ssl.
Updated by Dave Abrahams over 13 years ago
Toshi MARUYAMA wrote:
I can't see https://hub.boostpro.com/projects/embt/repository/revisions/a74df08c89e1 ,
because this site uses self certified ssl.
It's also password protected because it contains sensitive data, so even if you allowed the certificate, you wouldn't be able to see it. I'm doing my best with this bug report and if you would like some other kind of information, please tell me what it is.
Updated by Toshi MARUYAMA about 9 years ago
- Status changed from Reopened to Closed
- Resolution set to Duplicate
I close as duplicate of #20693.
This issue is not smart.
Updated by Toshi MARUYAMA about 9 years ago
- Is duplicate of Defect #20693: GIT: No files/differences on git merge commit added