mirror of
https://git.zx2c4.com/cgit
synced 2025-08-28 05:44:16 +02:00
Add option to disable pager to cgit_print_log().
This is needed for upcomming shortlog on summary page patch. Signed-off-by: Lars Hjemli <hjemli@gmail.com>
This commit is contained in:
parent
3ce6fc16ef
commit
a922615dae
3 changed files with 18 additions and 16 deletions
2
cgit.h
2
cgit.h
|
@ -213,7 +213,7 @@ extern void cgit_print_snapshot_start(const char *mimetype,
|
|||
|
||||
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, char *path);
|
||||
extern void cgit_print_log(const char *tip, int ofs, int cnt, char *grep, char *path, int pager);
|
||||
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 *rev, const char *hex, char *path);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue