mirror of
https://github.com/e107inc/e107.git
synced 2025-10-12 13:34:39 +02:00
Added a guard to GitPreparer::unsetVcsInProgress() to prevent doing a
`git reset` when there are no test locks present.
Otherwise, the uncommitted changes in the app will be removed by the
shutdown feature introduced in 952c6e5890
.