GitMigration: Change commit message

Lets keep it as 'Added Journal Entry', as this way it isn't obvious
that'we loosing the history of the changes when moving from the local to
the remote repo.

Implementing proper migration would take me hours, and its not a
priority right now.
This commit is contained in:
Vishesh Handa
2019-02-15 00:24:51 +01:00
parent 428c0bb611
commit 7d380e1ea2

View File

@ -39,7 +39,7 @@ Future migrateGitRepo({
gitFolder: toGitBaseFolder, gitFolder: toGitBaseFolder,
authorEmail: Settings.instance.gitAuthorEmail, authorEmail: Settings.instance.gitAuthorEmail,
authorName: Settings.instance.gitAuthor, authorName: Settings.instance.gitAuthor,
message: "Migrated Journal Entry", message: "Added Journal Entry",
); );
} }
print("migrateGitRepo: Done"); print("migrateGitRepo: Done");