Classes | |
class | Git |
Git utility class for browsing git archives. More... | |
class | GitModel |
A model that retrieves revision trees from a git repository. More... | |
class | SourceView |
View class for source code. More... | |
class | GitViewApplication |
A simple application to navigate a git repository. More... | |
Functions | |
WApplication * | createApplication (const WEnvironment &env) |
int | main (int argc, char **argv) |
WApplication* createApplication | ( | const WEnvironment & | env | ) |
int main | ( | int | argc, | |
char ** | argv | |||
) |
Definition at line 220 of file GitView.C.
00221 { 00222 return WRun(argc, argv, &createApplication); 00223 }