Commit f49a2e4981d747f96246bc0c8e75e618419f4eee

Vicent Marti 2010-09-19T03:21:06

Give object structures more descriptive names The 'git_obj' structure is now called 'git_rawobj', since it represents a raw object read from the ODB. The 'git_repository_object' structure is now called 'git_object', since it's the base object class for all objects. Signed-off-by: Vicent Marti <tanoku@gmail.com>