Skip to content

gitpipe: Drop useless pipeline steps

Patrick Steinhardt requested to merge pks-gitpipe-reduce-pipeline-steps into master

This MR introduces a new ObjectIterator interface into the gitpipe package which allows us to better mix-and-match the different pipeline steps with each other. This allows us to get rid of useless pipeline steps in lots of places, which should hopefully result in a visible performance impact.

Part of #3142 (closed)

Merge request reports