git.ckatri.com
/
cgit.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
ui: Remember to print ampersand as proper html entities.
[cgit.git]
/
ui-clone.h
1
#ifndef UI_CLONE_H
2
#define UI_CLONE_H
3
4
void
cgit_clone_info
(
struct
cgit_context
*
ctx
);
5
void
cgit_clone_objects
(
struct
cgit_context
*
ctx
);
6
void
cgit_clone_head
(
struct
cgit_context
*
ctx
);
7
8
#endif
/* UI_CLONE_H */