rebase (autostash): use an explicit OID to apply the stash
[gitweb.git] / commit.h
index da0db36eba2bf16277dbb7aadcb3384e29191ecc..b34240017f616d765b8a2d1795e7b41ac2d05d67 100644 (file)
--- a/commit.h
+++ b/commit.h
@@ -211,6 +211,8 @@ extern struct commit_list *get_octopus_merge_bases(struct commit_list *in);
 /* To be used only when object flags after this call no longer matter */
 extern struct commit_list *get_merge_bases_many_dirty(struct commit *one, int n, struct commit **twos);
 
+struct commit *get_fork_point(const char *refname, struct commit *commit);
+
 /* largest positive number a signed 32-bit integer can contain */
 #define INFINITE_DEPTH 0x7fffffff