Re: [git-users] tracking file content?

2014-05-02 Thread Jagadeesh N. Malakannavar
Hi I did read man page. But may need is something like this. We are multiple team and wanted to let a group know existing function is changed or new function is added. Otherwise it is a manual task and is prone to errors Thanks On Tuesday, 31 December 2013 15:48:37 UTC+5:30, Konstantin

Re: [git-users] tracking file content?

2013-12-31 Thread Konstantin Khomoutov
On Mon, 30 Dec 2013 23:18:42 -0800 (PST) Jagadeesh N. Malakannavar mnjagade...@gmail.com wrote: I am looking for a hook that sends out an email based on particular file contents. I expect an email when I am rebasing my repo. hook script should check the file contents and if particular pattern

[git-users] tracking file content?

2013-12-30 Thread Jagadeesh N. Malakannavar
Hi, I am looking for a hook that sends out an email based on particular file contents. I expect an email when I am rebasing my repo. hook script should check the file contents and if particular pattern matches then trigger an email. Is it possible? if yes then assume that read_and_sendmail.py