]> git.ipfire.org Git - thirdparty/git.git/blobdiff - commit.h
commit: factor out set_merge_remote_desc()
[thirdparty/git.git] / commit.h
index adf57d6c942c039d2cd415e190d181d0f3f0d550..ed2a1f0265506ff7153d9b8ea584ca268180a0c3 100644 (file)
--- a/commit.h
+++ b/commit.h
@@ -359,6 +359,8 @@ struct merge_remote_desc {
        const char *name;
 };
 #define merge_remote_util(commit) ((struct merge_remote_desc *)((commit)->util))
+extern void set_merge_remote_desc(struct commit *commit,
+                                 const char *name, struct object *obj);
 
 /*
  * Given "name" from the command line to merge, find the commit object