Why isn't there a post-rebase hook in git (and a post-update hook
either)?

I manage a repository, where I periodically fetch changes from other
developers. I use git-cherrypick, git-commit, git-rebase and git-reset
commands to make that happen, depending on the context.  After every
such successful application of a change, I need to run a set of linux
commands.

Is there a hook that will let me do that? If not a hook, is there
another git-specific way to do this?

post-commit only fires for git-commit and there are no post-rebase,
post-reset or post-cherrypick hooks that I can find.

Thanks.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/git-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to