]> asedeno.scripts.mit.edu Git - git.git/blob - branch.h
8bcd9dc217cccbd0a4bf44ba076fa181a932c289
[git.git] / branch.h
1 #ifndef BRANCH_H
2 #define BRANCH_H
3
4 void create_branch(const char *head,
5                    const char *name, const char *start_name,
6                    int force, int reflog, int track);
7
8 #endif