]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'aj/stash-patch-optimize-temporary-index' into jch
authorJunio C Hamano <gitster@pobox.com>
Fri, 29 May 2026 04:01:23 +0000 (13:01 +0900)
committerJunio C Hamano <gitster@pobox.com>
Fri, 29 May 2026 04:01:24 +0000 (13:01 +0900)
commit524532e861772ca02f574b01870983dca498d0da
treee0c8b0b0bda8df89562b737db8eae98f5e8b4fd6
parent516bd5c52c92b2a8618771785042df3dd5e7ba8a
parent48513e05e2f226c85a9b88893630c8ae28409772
Merge branch 'aj/stash-patch-optimize-temporary-index' into jch

"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
builtin/stash.c