one missing in the revert

This commit is contained in:
zeapo 2017-06-24 12:33:09 +02:00
parent 7b8ad7ca0f
commit 69aed3dd59

View file

@ -548,7 +548,7 @@ public class PasswordStore extends AppCompatActivity {
public void execute() {
Log.d(TAG, "Commiting with message " + message);
Git git = new Git(this.repository);
GitAsyncTask tasks = new GitAsyncTask(activity, finishOnEnd, true, this);
GitAsyncTask tasks = new GitAsyncTask(activity, true, true, this);
tasks.execute(
git.add().addFilepattern("."),
git.commit().setAll(true).setMessage(message)