mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-06-30 03:19:11 +08:00
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:
@ -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");
|
||||||
|
Reference in New Issue
Block a user