From 7d380e1ea2225e4d06bc53f5bfe8ea53772bd9a8 Mon Sep 17 00:00:00 2001 From: Vishesh Handa Date: Fri, 15 Feb 2019 00:24:51 +0100 Subject: [PATCH] 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. --- lib/apis/git_migration.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/apis/git_migration.dart b/lib/apis/git_migration.dart index 1ceae2fd..12866442 100644 --- a/lib/apis/git_migration.dart +++ b/lib/apis/git_migration.dart @@ -39,7 +39,7 @@ Future migrateGitRepo({ gitFolder: toGitBaseFolder, authorEmail: Settings.instance.gitAuthorEmail, authorName: Settings.instance.gitAuthor, - message: "Migrated Journal Entry", + message: "Added Journal Entry", ); } print("migrateGitRepo: Done");