about summary refs log tree commit diff
path: root/ui-diff.h
blob: 04f90293d132ce6581ae4258f820a9256930479a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#ifndef UI_DIFF_H
#define UI_DIFF_H

extern void cgit_print_diff_ctrls();

extern void cgit_print_diff(const char *new_hex, const char *old_hex,
			    const char *prefix, int show_ctrls, int raw);

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 */
9 20:15:13 -0500'>2021-01-19Support BSD make syntax and match *.amJune McEnroe These don't really go together, but... 2021-01-19Match tab following escaped newline in make assignmentsJune McEnroe Otherwise it ends up going into Shell state. 2021-01-18Allow matching lexers using first input lineJune McEnroe