summaryrefslogtreecommitdiff
path: root/ui-diff.h
blob: 70b2926c02e911d4a2086a6506e44745afc7d9a8 (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef UI_DIFF_H
#define UI_DIFF_H

extern void cgit_print_diffstat(const unsigned char *old_sha1,
				const unsigned char *new_sha1);

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

#endif /* UI_DIFF_H */
7395d7d5d6685&follow=1'>Check for agent before batch processesJason A. Donenfeld1-4/+19 2014-04-15All globals are upper-case.Jason A. Donenfeld3-51/+51 2014-04-15Reorganize entire programJason A. Donenfeld3-339/+365 2014-04-15find: match without regards to caseJason A. Donenfeld2-25/+146 2014-04-15Multiline comment support for keepassx importerLukas Zapletal1-5/+9 2014-04-15find: add find/search commandJason A. Donenfeld6-2/+212 2014-04-15Install bash-completion file to the right place.Jason A. Donenfeld1-1/+1