Skip to content

gitpipe: fix type name conflict after merge

Sami Hiltunen requested to merge smh-fix-sem-conflict into master

In 8c79cea0, we renamed Revlist* types to Revision* as the types are not only used with git rev-list. During the review, some more test cases got added which use the old type name. This then caused build to fail. This commit fixes the semantic conflict and uses the new type name.

Merge request reports