Commit Graph

3 Commits (5bb8d1924d77c675467694de26697b876d709a17)

Author SHA1 Message Date
wxiaoguang a24e1da7e9
Refactor parseSignatureFromCommitLine ()
Replace . Thanks to @yp05327 for the looking into the problem.
Fix 

The old behavior of newSignatureFromCommitline is not right. The new
parseSignatureFromCommitLine:

1. never fails
2. only accept one format (if there is any other, it could be easily added)

And add some tests.
Unknwon 9a2e43bff2 move out git module and send push hook
Unknwon 3a81fdf092 rename fields