I'm trying to use git journal to populate releases built by travis ci.
So travis run the following command to get its local repo
git clone --depth=50 --branch=master https://github.com/Riduidel/rrss2imap.git Riduidel/rrss2imap
And when %I run git journal in this folder, I get this error message
git journal
Error: ErrorMessage { msg: "Log parsing error object not found - no match for id (e2f563b01239f1c401c8c8e3563569f827d719b9); class=Odb (9); code=NotFound (-3)" }
How can I avoid that ?
I'm trying to use git journal to populate releases built by travis ci.
So travis run the following command to get its local repo
And when %I run git journal in this folder, I get this error message
How can I avoid that ?