]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'aj/stash-patch-optimize-temporary-index'
authorJunio C Hamano <gitster@pobox.com>
Sun, 7 Jun 2026 14:58:24 +0000 (23:58 +0900)
committerJunio C Hamano <gitster@pobox.com>
Sun, 7 Jun 2026 14:58:25 +0000 (23:58 +0900)
"git stash -p" has been optimized by reusing cached index
entries in its temporary index, avoiding unnecessary lstat()
calls on unchanged files.

* aj/stash-patch-optimize-temporary-index:
  stash: reuse cached index entries in --patch temporary index

1  2 
builtin/stash.c

diff --cc builtin/stash.c
Simple merge