This repository was archived by the owner on Oct 15, 2024. It is now read-only.

Description
Is your feature request related to a problem? Please describe.
Currently, APS creates a commit on every sync operation. Most of the time, if not always, this is an empty commit that unnecessarily pollutes the Git history.
Describe the solution you'd like
Either never make the commit (if all other operations commit their changes correctly, it shouldn't be needed at all) or only make it if there are actual changes.
Describe alternatives you've considered
Just leaving this as is, since it is not much of an issue.
Additional context
Tracking #1012 (comment)