mirror of
https://git.zx2c4.com/cgit
synced 2025-08-31 06:59:28 +02:00
ssdiff: anchors for ssdiff
Emit anchors to the respective revisions in side-by-side diff view Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> Signed-off-by: Lars Hjemli <hjemli@gmail.com>
This commit is contained in:
parent
808c685ebb
commit
e52040bf90
4 changed files with 43 additions and 11 deletions
|
@ -7,4 +7,10 @@ extern void cgit_print_diffstat(const unsigned char *old_sha1,
|
|||
extern void cgit_print_diff(const char *new_hex, const char *old_hex,
|
||||
const char *prefix);
|
||||
|
||||
extern struct diff_filespec *cgit_get_current_old_file(void);
|
||||
extern struct diff_filespec *cgit_get_current_new_file(void);
|
||||
|
||||
extern unsigned char old_rev_sha1[20];
|
||||
extern unsigned char new_rev_sha1[20];
|
||||
|
||||
#endif /* UI_DIFF_H */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue