* Is there a hook that runs on git reset?
@ 2013-06-22 18:52 André Hänsel
0 siblings, 0 replies; only message in thread
From: André Hänsel @ 2013-06-22 18:52 UTC (permalink / raw)
To: git
I am using a script that runs as post-checkout and post-merge hook to ensure
some permissions on the working copy files.
Neither of these hooks is run on git reset, so after a git reset --hard the
permissions are lost because apparently the files were created freshly. I
guess I would have expected post-checkout to run.
Is there a hook that runs on git reset that I can use to run my permissions
script?
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2013-06-22 18:59 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-22 18:52 Is there a hook that runs on git reset? André Hänsel
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).