mirror of
https://git.zx2c4.com/cgit
synced 2025-08-03 09:34:43 +02:00
Merge branch 'ro/ssdiff'
This commit is contained in:
commit
f4f6210b4f
13 changed files with 586 additions and 25 deletions
|
@ -23,7 +23,7 @@ extern void cgit_log_link(char *name, char *title, char *class, char *head,
|
|||
char *rev, char *path, int ofs, char *grep,
|
||||
char *pattern, int showmsg);
|
||||
extern void cgit_commit_link(char *name, char *title, char *class, char *head,
|
||||
char *rev);
|
||||
char *rev, int toggle_ssdiff);
|
||||
extern void cgit_patch_link(char *name, char *title, char *class, char *head,
|
||||
char *rev);
|
||||
extern void cgit_refs_link(char *name, char *title, char *class, char *head,
|
||||
|
@ -31,7 +31,8 @@ extern void cgit_refs_link(char *name, char *title, char *class, char *head,
|
|||
extern void cgit_snapshot_link(char *name, char *title, char *class,
|
||||
char *head, char *rev, char *archivename);
|
||||
extern void cgit_diff_link(char *name, char *title, char *class, char *head,
|
||||
char *new_rev, char *old_rev, char *path);
|
||||
char *new_rev, char *old_rev, char *path,
|
||||
int toggle_ssdiff);
|
||||
extern void cgit_stats_link(char *name, char *title, char *class, char *head,
|
||||
char *path);
|
||||
extern void cgit_object_link(struct object *obj);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue