commit | a8305a9543969206aa7cec03948c5a19950eedb9 | [log] [tgz] |
---|---|---|
author | Lars Hjemli <hjemli@gmail.com> | Sun Sep 14 09:45:37 2008 +0200 |
committer | Lars Hjemli <hjemli@gmail.com> | Mon Sep 15 22:33:11 2008 +0200 |
tree | 8e2cf67ec72bc296b76a4fcb6db5ec8250f0a502 | |
parent | b28765135dd6f52635977454eaf95d0e6c7e7271 [diff] |
parsing.c: be prepared for unexpected content in commit/tag objects When parsing commits and tags cgit made too many assumptions about the formatting of said objects. This patch tries to make the code be more prepared to handle 'malformed' objects. Signed-off-by: Lars Hjemli <hjemli@gmail.com>