summaryrefslogtreecommitdiffstatshomepage
path: root/parsing.c
Commit message (Expand)AuthorAge
* parsing.c: be prepared for
#ifndef UI_PATCH_H
#define UI_PATCH_H

extern void cgit_print_patch(char *hex);

#endif /* UI_PATCH_H */
nofollow'>Enable url=value querystring parameterLars Hjemli2007-05-18 * Restrict deep nesting of configfilesLars Hjemli2007-05-15 * Add include-parameter to config filesLars Hjemli2007-05-14 * Update to libgit 1.5.2-rc2Lars Hjemli2007-05-08 * Do not die if tag has no messageLars Hjemli2007-02-04 * Add function cgit_parse_tag()Lars Hjemli2007-01-17 * Handle empty/malformed commit messagesLars Hjemli2007-01-16 * Handle %xx encoding in querystringLars Hjemli2007-01-04 * Handle '+' in querystringLars Hjemli2006-12-28 * Teach commit parser about author/committer email + timestampLars Hjemli2006-12-16 * Add ui-commit.c + misc ui cleanupsLars Hjemli2006-12-16 * Add a common commit parserLars Hjemli2006-12-15 * Rename config.c to parsing.c + move cgit_parse_query from cgit.c to parsing.cLars Hjemli2006-12-11