/
uis
/
git
/
x
/
uis
/
git
/
git.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
Library function to check for unmerged index entries
[git/git.git]
/
branch.h
Commit
Line
Data
e496c003
DB
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