]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'dk/stash-apply-index'
authorJunio C Hamano <gitster@pobox.com>
Mon, 29 Sep 2025 18:40:35 +0000 (11:40 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 29 Sep 2025 18:40:35 +0000 (11:40 -0700)
commita5d4779e6ed1bebf56ab90bd264e437ac2232b98
treea2f8b05345648e4d8ba8e4109d743bfb2ad44ce4
parentcff1e3c870705cce828ab8b7d59ce4c2a785b9b1
parent9842c0c7492d2858d64ef81128f7b1f0b38e326b
Merge branch 'dk/stash-apply-index'

The stash.index configuration variable can be set to make "git stash
pop/apply" pretend that it was invoked with "--index".

* dk/stash-apply-index:
  stash: honor stash.index in apply, pop modes
  stash: refactor private config globals
  t3905: remove unneeded blank line
  t3903: reduce dependencies on previous tests
builtin/stash.c
t/t3903-stash.sh