summaryrefslogtreecommitdiff
path: root/ui-refs.h
blob: b35c04aa2f6dbd0c21e7155713ef7464a5cc87e0 (plain)
1
2
3
4
5
6
7
8
#ifndef UI_REFS_H
#define UI_REFS_H

extern void cgit_print_branches(int maxcount);
extern void cgit_print_tags(int maxcount);
extern void cgit_print_refs();

#endif /* UI_REFS_H */
1'>CopyrightRené 'Necoro' Neumann1-1/+1 2011-02-15More of this w3c stuffRené 'Necoro' Neumann4-9/+12 2011-02-15W3C fixesRené 'Necoro' Neumann2-2/+3 2010-09-060.14.1René 'Necoro' Neumann2-1/+5 2010-05-12Updated screenshotsRené 'Necoro' Neumann7-1/+2 2010-05-12Update page -- esp. mention the new version; install mechanisms to update the...René 'Necoro' Neumann5-5/+26 2010-05-11Make sure, that the changelog parser returns unicode objects as they are expe...René 'Necoro' Neumann1-2/+2 an title='2014-05-08 03:20:50 +0200'>2014-05-08zsh: posix compatible sed fix for zsh-completionJason A. Donenfeld1-1/+1 2014-05-07Implement interactive init functionSvend Sorensen1-0/+8 2014-05-07Implement interactive rename functionSvend Sorensen1-0/+7 2014-05-07Reorder interactive function to match order of helper functionsSvend Sorensen1-13/+13 2014-05-07Make edit helper function name consistent with other helpersSvend Sorensen1-1/+1 2014-05-07Factor out password completing-read functionSvend Sorensen1-4/+8 2014-05-07Add dash to Package-RequiresSvend Sorensen1-1/+1 2014-05-06Force sane sort order.Jason A. Donenfeld1-2/+2 2014-05-06generate: add --in-place optionJason A. Donenfeld4-9/+33