Commit 364788e1d114a174dd3c6fdfd3aa16d9627551b2

Vicent Marti 2010-08-07T00:59:58

Refactor parsing methods The 'parse_oid' and 'parse_person' methods which were used by the commit parser are now global so they can be used when parsing other objects. The 'git_commit_person' struct has been changed to a generic 'git_person'. Signed-off-by: Vicent Marti <tanoku@gmail.com>