I am trying to o add a pre-commit hook that validate sub-directory name in yyyymmdd format.It should be applicable to specific directories only not to whole project folder.Please help to write the hook script.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
It is an easy job. You should rename the pre-commit.tmpl file located in hook directory under your repository into pre-commit (Linux) or pre-commit.bat/exe (for windows). the commit path and other info are passed to your hook script through command line parameters. Take a look at this guide. You may also take a look at this link and this one for more info. |
|||
|
|