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 'reset.h')
-rw-r--r--reset.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/reset.h b/reset.h
index 7ef7e43ea8..a28f81829d 100644
--- a/reset.h
+++ b/reset.h
@@ -23,6 +23,10 @@ struct reset_head_opts {
*/
const struct object_id *oid;
/*
+ * Optional value to set ORIG_HEAD. Defaults to HEAD.
+ */
+ const struct object_id *orig_head;
+ /*
* Optional branch to switch to.
*/
const char *branch;