From 17838ec6304198811df97402f11c185f8f0e10bd Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Fri, 19 Dec 2014 00:28:34 -0700 Subject: git: update to v2.2.1 Update to git version v2.2.1, including API changes. Signed-off-by: Christian Hesse --- ui-log.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ui-log.c') diff --git a/ui-log.c b/ui-log.c index ad2f5fc..657ff3c 100644 --- a/ui-log.c +++ b/ui-log.c @@ -56,11 +56,11 @@ static void inspect_files(struct diff_filepair *pair) void show_commit_decorations(struct commit *commit) { - struct name_decoration *deco; + const struct name_decoration *deco; static char buf[1024]; buf[sizeof(buf) - 1] = 0; - deco = lookup_decoration(&name_decoration, &commit->object); + deco = get_name_decoration(&commit->object); html(""); while (deco) { if (starts_with(deco->name, "refs/heads/")) { -- cgit v1.2.1