]> git.ipfire.org Git - thirdparty/git.git/commit
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)
commit5676db26129bf18e77bb821d832b44c022dc9f47
tree08cf277bcd65b13d73a5ae08f99a75fc4e4da94c
parent878e727637ec5815ccb3301eb994a54df95b21b8
parent09b2aa30c916bd6facb47a06711755f043b6f37e
Merge branch 'ps/ref-transaction-hook'

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
refs.c