corylus-git / corylus

Git, but a little bit easier
https://corylus.dev
Other
2 stars 0 forks source link

Pull without any changes leads to spurious merges #102

Closed DerNamenlose closed 1 year ago

DerNamenlose commented 1 year ago

When pulling from a remote that has no changes Corylus creates spurious merge commits without any changes. These basically record the same state as before and therefore have an empty diff without any useful information. If there are no changes from the remote, then a pull should not change the local history at all.