summaryrefslogtreecommitdiff
path: root/commit.h
diff options
context:
space:
mode:
authorRené Scharfe <l.s.r@web.de>2016-08-13 12:11:27 (GMT)
committerJunio C Hamano <gitster@pobox.com>2016-08-14 02:48:00 (GMT)
commitbeb518c9850f459a71a2cb9e1d36e677528a55c0 (patch)
tree8df6e0346044c2416595598e527f67e4ce08112a /commit.h
parentc089320cf616d7817a0662d3963ae8ea0c4bc62d (diff)
downloadgit-beb518c9850f459a71a2cb9e1d36e677528a55c0.zip
git-beb518c9850f459a71a2cb9e1d36e677528a55c0.tar.gz
git-beb518c9850f459a71a2cb9e1d36e677528a55c0.tar.bz2
commit: factor out set_merge_remote_desc()
Export a helper function for allocating, populating and attaching a merge_remote_desc to a commit. Signed-off-by: Rene Scharfe <l.s.r@web.de> Reviewed-by: Jeff King <peff@peff.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'commit.h')
-rw-r--r--commit.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/commit.h b/commit.h
index adf57d6..ed2a1f0 100644
--- 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