]> git.ipfire.org Git - thirdparty/git.git/blobdiff - parse-options.h
Merge branch 'pw/rebase-i-internal'
[thirdparty/git.git] / parse-options.h
index 1dd3523c15a0020d4886dcf1c516dad43b529d0c..bd00cf004900c478a0dfae2f0d311d356a67b3c6 100644 (file)
@@ -277,8 +277,12 @@ int parse_opt_abbrev_cb(const struct option *, const char *, int);
 int parse_opt_expiry_date_cb(const struct option *, const char *, int);
 int parse_opt_color_flag_cb(const struct option *, const char *, int);
 int parse_opt_verbosity_cb(const struct option *, const char *, int);
+/* value is struct oid_array* */
 int parse_opt_object_name(const struct option *, const char *, int);
+/* value is struct object_id* */
+int parse_opt_object_id(const struct option *, const char *, int);
 int parse_opt_commits(const struct option *, const char *, int);
+int parse_opt_commit(const struct option *, const char *, int);
 int parse_opt_tertiary(const struct option *, const char *, int);
 int parse_opt_string_list(const struct option *, const char *, int);
 int parse_opt_noop_cb(const struct option *, const char *, int);