diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/stash.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/stash.c b/src/stash.c index a7a288c25..8f512d4ad 100644 --- a/src/stash.c +++ b/src/stash.c @@ -819,6 +819,8 @@ int git_stash_apply( NOTIFY_PROGRESS(opts, GIT_STASH_APPLY_PROGRESS_DONE); + error = git_index_write(repo_index); + cleanup: git_index_free(untracked_index); git_index_free(modified_index); |
