Changes between Version 13 and Version 14 of DeveloperGuidelines/Git
- Timestamp:
- 01/04/12 13:48:19 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuidelines/Git
v13 v14 78 78 {{{.gitattributes}}} runs {{{version.py}}} to update the {{{VERSION}}} file on commit 79 79 80 81 Possibly we coudl add a pre-commit hook to run tests, e.g. based on http://tech.yipit.com/2011/11/16/183772396/ or http://blog.penzilla.net/2011/09/git-pre-commit-hook-for-python-now-with.html 80 Possibly we could add a pre-commit hook to run tests, e.g. based on http://tech.yipit.com/2011/11/16/183772396/ or http://blog.penzilla.net/2011/09/git-pre-commit-hook-for-python-now-with.html 82 81 == Resources == 83 82 * Community Book: http://book.git-scm.com