Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'branch.h')
-rw-r--r--branch.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/branch.h b/branch.h
index cb6411f840..f66536a10c 100644
--- a/branch.h
+++ b/branch.h
@@ -13,19 +13,20 @@
*
* - force enables overwriting an existing (non-head) branch
*
- * - reflog creates a reflog for the branch
- *
* - clobber_head_ok allows the currently checked out (hence existing)
* branch to be overwritten; without 'force', it has no effect.
*
+ * - reflog creates a reflog for the branch
+ *
* - quiet suppresses tracking information
*
* - track causes the new branch to be configured to merge the remote branch
* that start_name is a tracking branch for (if any).
+ *
*/
void create_branch(const char *name, const char *start_name,
- int force, int reflog,
- int clobber_head_ok, int quiet, enum branch_track track);
+ int force, int clobber_head_ok,
+ int reflog, int quiet, enum branch_track track);
/*
* Validates that the requested branch may be created, returning the