Support refspecs in about-filter.

Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Signed-off-by: Lars Hjemli <hjemli@gmail.com>
This commit is contained in:
Jason A. Donenfeld 2010-08-04 00:45:42 +02:00 committed by Lars Hjemli
parent aec9c245e7
commit 379e80e3a8
5 changed files with 63 additions and 7 deletions

View file

@ -1,6 +1,7 @@
#ifndef UI_BLOB_H
#define UI_BLOB_H
extern int cgit_print_file(char *path, const char *head);
extern void cgit_print_blob(const char *hex, char *path, const char *head);
#endif /* UI_BLOB_H */