diff options
Diffstat (limited to 'git.h')
-rw-r--r-- | git.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -278,6 +278,10 @@ struct object { | |||
278 | }; | 278 | }; |
279 | 279 | ||
280 | 280 | ||
281 | /** Returns the object, having parsed it to find out what it is. **/ | ||
282 | struct object *parse_object(const unsigned char *sha1); | ||
283 | |||
284 | |||
281 | /* | 285 | /* |
282 | * from git:tree.h | 286 | * from git:tree.h |
283 | */ | 287 | */ |