Skip to content

Fixed skipped updates on modules with default_checkout_ref

Christoph Pohl requested to merge fix/default_checkout_ref_skipped into main

Modules that are checkout out with a 'default_checkout_ref' were compared with HEAD of the local state, which lead to these repositories not being updated even if there are changes upstream. This fix only works for repositories where the remote is called 'origin'.

Merge request reports