You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If there are no user-generated changes to commit, no commit should be made.
Result:
A clean git tree only showing user-generated content updates.
Current Behaviour:
A commit is made every vault backup interval minutes whether there are any user-generated changes to commit or not.
Result:
A quickly growing git tree bloated with only lastAutoBackUp changed changes
(by now > 3k commits in my git history and counting, many of these don't have any user-generated changes):
The text was updated successfully, but these errors were encountered:
Related to #78 . Will fix it this evening by storing this information in localStorage.
EDIT:
But wait... Are you on the latest version? It shouldn't get stored in data.json. There is an extra file #74
Please remove "empty" commits.
Expected Behaviour:
If there are no user-generated changes to commit, no commit should be made.
Result:
A clean git tree only showing user-generated content updates.
Current Behaviour:
A commit is made every vault backup interval minutes whether there are any user-generated changes to commit or not.
Result:
A quickly growing git tree bloated with only lastAutoBackUp changed changes
(by now > 3k commits in my git history and counting, many of these don't have any user-generated changes):
The text was updated successfully, but these errors were encountered: