about summary refs log tree commit diff
path: root/ui-blob.h
blob: d7e7d4547626b200616f574806323f297ec3d72d (plain) (blame)
1
2
3
4
5
6
7
#ifndef UI_BLOB_H
#define UI_BLOB_H

extern int cgit_print_file(char *path, const char *head);
extern void cgit_print_blob(const char *hex, char *path, const char *head);

#endif /* UI_BLOB_H */
title='2014-06-28 21:59:01 -0400'>2014-06-28Add multiple cursorsJune McEnroe 2014-06-28Add indent guidesJune McEnroe 2014-06-10Add delimitMateJune McEnroe 2014-05-28Use ~ for home directory in gitconfigJune McEnroe 2014-05-28Add .DS_store to global gitignoreJune McEnroe 2014-05-15Add OS X specific shell configurationsJune McEnroe 2014-04-19Heavily comment .vimrcJune McEnroe 2014-04-19Autocorrect git commandsJune McEnroe 2014-04-19Fix gitprompt for git 1.9.1June McEnroe