]> git.ipfire.org Git - thirdparty/git.git/commit - t/t1507-rev-parse-upstream.sh
Merge branch 'jc/fail-stash-to-store-non-stash'
authorJunio C Hamano <gitster@pobox.com>
Mon, 23 Oct 2023 20:56:37 +0000 (13:56 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 23 Oct 2023 20:56:37 +0000 (13:56 -0700)
commit626f689f7903b51342cf31ad3792ba5e9e41586d
treef0ce5154751f6b09c184a8f9f7b73ae23d2aee36
parent755fb09163ec71b784b1bd9db5cb73de7a01d078
parentd9b6634589d5c59b49fd2fc41953469173a40ff5
Merge branch 'jc/fail-stash-to-store-non-stash'

Feeding "git stash store" with a random commit that was not created
by "git stash create" now errors out.

* jc/fail-stash-to-store-non-stash:
  stash: be careful what we store
builtin/stash.c
t/t3903-stash.sh