index
:
cgit
master
Web front-end for git that you're looking at right now. Might have had a few additions from upstream.
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
cgit-doc.css
blob: 5a399b6a053dda7eb4660db9ebc898fbe1e52682 (
plain
)
1
2
3
div
.
variablelist
dt
{
margin-top
:
1
em
;
}
w">
cgit_cmd
{
const
char
*
name
;
cgit_cmd_fn
fn
;
unsigned
int
want_repo
:
1
,
want_layout
:
1
,
want_vpath
:
1
,
is_clone
:
1
;
};
extern
struct
cgit_cmd
*
cgit_get_cmd
(
void
);
#endif
/* CMD_H */