]> git.ipfire.org Git - thirdparty/git.git/blame - branch.h
Move create_branch into a library file
[thirdparty/git.git] / branch.h
CommitLineData
e496c003
DB
1#ifndef BRANCH_H
2#define BRANCH_H
3
4void create_branch(const char *head,
5 const char *name, const char *start_name,
6 int force, int reflog, int track);
7
8#endif