You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Git history ignores the merge commits for particular files. When the merge commit did an actual change to the code then there is an inconsistent view on the file - file contains the correct current version but it's not visible which commit did the current version.
An example is file src/org/opensolaris/opengrok/analysis/c/CXref.lex in the OpenGrok.
The xref contains current:
Merge commits are present in the git log command however they contain empty file list. Therefore they are not assigned to particular files and not displayed in the app.
Is there any intention in this?
The text was updated successfully, but these errors were encountered:
Git history ignores the merge commits for particular files. When the merge commit did an actual change to the code then there is an inconsistent view on the file - file contains the correct current version but it's not visible which commit did the current version.
An example is file
src/org/opensolaris/opengrok/analysis/c/CXref.lex
in the OpenGrok.The xref contains current:
However according to the last history the content should be this:
Merge commits are present in the git log command however they contain empty file list. Therefore they are not assigned to particular files and not displayed in the app.
Is there any intention in this?
The text was updated successfully, but these errors were encountered: