about summary refs log tree commit diff
path: root/ui-diff.h
blob: 70b2926c02e911d4a2086a6506e44745afc7d9a8 (plain) (blame)
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 */
t/filter.c?h=catgirl&id=61bd4079a0e2cb3817892580461407c8d009338d&follow=1'>Preserve order of filters when removingJune McEnroe 2021-01-23Fix /unignore commandJune McEnroe 2021-01-23Remove use of "%n" to appease de RaadtJune McEnroe 2021-01-23Drop filesystem access iff possibleKlemens Nanni 2021-01-23Drop exec capability iff restrictedKlemens Nanni 2021-01-23Drop network capability after ircConnect()Klemens Nanni 2021-01-23Call pledge(2) after unveil(2)Klemens Nanni 2021-01-23Separate kiosk mode from restrict modeJune McEnroe 2021-01-21Simplify windowUpdate loops and factor out windowTopJune McEnroe 2021-01-21Document that M-l shows timestampsJune McEnroe 2021-01-19Don't lose swapped window when navigating to current bufferJeremy O'Brien 2021-01-19Use Warm heat for manually inserted blank linesJune McEnroe 2021-01-18Add example tmux(1) configKlemens Nanni 2021-01-17Use Warm heat for blank linesJune McEnroe 2021-01-16Add -I highlight option and /highlightJune McEnroe