Merge pull request #3239 from git-up/stash_index

Write modified index in git_stash_apply()
This commit is contained in:
Carlos Martín Nieto 2015-06-22 16:58:14 +02:00
commit 0c94deb90f

View File

@ -819,6 +819,8 @@ int git_stash_apply(
NOTIFY_PROGRESS(opts, GIT_STASH_APPLY_PROGRESS_DONE); NOTIFY_PROGRESS(opts, GIT_STASH_APPLY_PROGRESS_DONE);
error = git_index_write(repo_index);
cleanup: cleanup:
git_index_free(untracked_index); git_index_free(untracked_index);
git_index_free(modified_index); git_index_free(modified_index);