This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/sh | |
| # | |
| # Place this in your .git/hooks directory. | |
| # | |
| # This hook looks through commited *.h and *.cpp files and replaces date in | |
| # copyright line with current year. After that it generates new commit with | |
| # automatic message and makes sure we won't get into git commit loop. | |
| # | |
| # @author Patryk Obara <[email protected]> | |
| # |
NewerOlder