mirror of
https://git.zx2c4.com/cgit
synced 2025-07-13 19:54:31 +02:00
Add support for downloading single blobs
Signed-off-by: Lars Hjemli <hjemli@gmail.com>
This commit is contained in:
parent
7250a15467
commit
ca8eb8fc8f
5 changed files with 47 additions and 3 deletions
1
cgit.h
1
cgit.h
|
@ -156,6 +156,7 @@ extern void cgit_print_repolist(struct cacheitem *item);
|
|||
extern void cgit_print_summary();
|
||||
extern void cgit_print_log(const char *tip, int ofs, int cnt, char *grep);
|
||||
extern void cgit_print_view(const char *hex, char *path);
|
||||
extern void cgit_print_blob(struct cacheitem *item, const char *hex, char *path);
|
||||
extern void cgit_print_tree(const char *hex, char *path);
|
||||
extern void cgit_print_commit(const char *hex);
|
||||
extern void cgit_print_diff(const char *old_hex, const char *new_hex);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue