On 14/02/2019 14:42, Ben Peart wrote: > From: Ben Peart <[email protected]> > > Add a post-indexchanged hook that is invoked after the index is written in s/post-indexchanged/post-index-changed/ > do_write_locked_index(). > > This hook is meant primarily for notification, and cannot affect > the outcome of git commands that trigger the index write. > > The hook is passed a flag to indicate whether the working directory was > updated or not and a flag indicating if a skip-worktree bit could have > changed. These flags enable the hook to optmize its response to the s/optmize/optimize/ ATB, Ramsay Jones
- [PATCH v1 0/3] Add post-indexchanged hook Ben Peart
- [PATCH v1 3/3] read-cache: Add documentation for the... Ben Peart
- [PATCH v1 1/3] read-cache: add post-indexchanged hoo... Ben Peart
- Re: [PATCH v1 1/3] read-cache: add post-indexcha... brian m. carlson
- [PATCH v1 2/3] read-cache: add test for post-indexch... Ben Peart
- [PATCH v2] read-cache: add post-indexchanged hook Ben Peart
- Re: [PATCH v2] read-cache: add post-indexchanged... Ramsay Jones
- Re: [PATCH v2] read-cache: add post-indexcha... Junio C Hamano
- Re: [PATCH v2] read-cache: add post-inde... Ben Peart
- Re: [PATCH v2] read-cache: add post... Junio C Hamano
- RE: [PATCH v2] read-cache: add ... Ben Peart
- [PATCH v3] read-cache: add post-index-change hook Ben Peart

