diff --git a/gj_common/gitjournal.c b/gj_common/gitjournal.c index 6331c341e..26f44dc98 100644 --- a/gj_common/gitjournal.c +++ b/gj_common/gitjournal.c @@ -180,12 +180,16 @@ int gj_git_commit(const char *git_base_path, const char *author_name, if (err < 0) goto cleanup; + /* + FIXME: This returns 0 when a file is set to be removed + How do we figure out when the index is empty? int numOps = git_index_entrycount(index); if (numOps == 0) { err = GJ_ERR_EMPTY_COMMIT; goto cleanup; } + */ err = git_signature_now(&sig, author_name, author_email); if (err < 0) diff --git a/pubspec.yaml b/pubspec.yaml index 8a4434c9f..07d5e04a5 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: journal description: A Journaling App Built on top of Git -version: 1.1.2+10 +version: 1.1.3+10 dependencies: flutter: