Merge branch 'bp/post-index-change-hook'
commit5795a75f9bd7a7f008b213c2f099e8c6b0468512
authorJunio C Hamano <gitster@pobox.com>
Thu, 25 Apr 2019 07:41:10 +0000 (25 16:41 +0900)
committerJunio C Hamano <gitster@pobox.com>
Thu, 25 Apr 2019 07:41:11 +0000 (25 16:41 +0900)
treeed5f85921947bfcdd9dd7a8003c9760e5c0cc0c7
parent14c0f8d3ab6c36672189cd2dd217f4617d12ccba
parent1956ecd0ab26dea9c3ed6b9afe334101d9d12f60
Merge branch 'bp/post-index-change-hook'

A new hook "post-index-change" is called when the on-disk index
file changes, which can help e.g. a virtualized working tree
implementation.

* bp/post-index-change-hook:
  read-cache: add post-index-change hook
Documentation/githooks.txt
builtin/reset.c
builtin/update-index.c
cache.h
read-cache.c
unpack-trees.c