]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'ps/ref-transaction-hook'
authorJunio C Hamano <gitster@pobox.com>
Tue, 18 Aug 2020 00:02:40 +0000 (17:02 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 18 Aug 2020 00:02:41 +0000 (17:02 -0700)
The logic to find the ref transaction hook script attempted to
cache the path to the found hook without realizing that it needed
to keep a copied value, as the API it used returned a transitory
buffer space.  This has been corrected.

* ps/ref-transaction-hook:
  t1416: avoid hard-coded sha1 ids
  refs: fix interleaving hook calls with reference-transaction hook

1  2 
refs.c

diff --cc refs.c
Simple merge