I understand that gitlab allows you to comment on code only in context:
- query merges
- when viewing commits In both cases, we can only comment on the difference between the two commits.
Designed here .
This makes full sense in the context of continuous integration. However, in some cases it would be very useful for me to comment on the complete code of one commit, regardless of how it differs from another commit. I understand that this is not possible for gitlab, but can I be wrong?
ps: I have a corporate version, in case something changes.
Vince source
share