One way to do this is to define repository-specific commands for update, etc.
For example, after updating my mail repo, I want to run mairix to update it,
so:

[mail]
checkout = git clone ssh://[email protected]/srv/git/joey/private/mail
update = git pull "$@"; if [ "$(which mairix)" ]; then mairix -Q; fi

This has been sufficient for me without specific pre and post hooks.
Can I close this bug?

-- 
see shy jo

Attachment: signature.asc
Description: Digital signature

Reply via email to