Search:
Login
Preferences
Help/Guide
About Trac
Register
Forgot your password?
Wiki
Timeline
Roadmap
Search
Context Navigation
Back to DeveloperGuidelines/Git
DeveloperGuidelines/Git
: pre-commit
File pre-commit,
190 bytes
(added by
Fran Boon
,
3 years ago
)
pre-commit
Line
1
#!/bin/sh; C:/Program\ Files/Git/usr/bin/sh.exe
2
3
# Update VERSION
4
python version.py
5
6
# Add the modified file to staging to include in the commit.
7
echo "VERSION" | xargs git add
8
exit 0
Download in other formats:
Original Format