From 6bea53c130a8f519fd534edfcd8116d2963afce8 Mon Sep 17 00:00:00 2001 From: Stefan Beller Date: Mon, 31 Aug 2015 11:43:29 -0700 Subject: [PATCH] read-cache: fix indentation in read_index_from Signed-off-by: Stefan Beller Signed-off-by: Junio C Hamano --- read-cache.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/read-cache.c b/read-cache.c index ab1bfc94d6..87204a50a5 100644 --- a/read-cache.c +++ b/read-cache.c @@ -1654,7 +1654,7 @@ int read_index_from(struct index_state *istate, const char *path) die("broken index, expect %s in %s, got %s", sha1_to_hex(split_index->base_sha1), git_path("sharedindex.%s", - sha1_to_hex(split_index->base_sha1)), + sha1_to_hex(split_index->base_sha1)), sha1_to_hex(split_index->base->sha1)); merge_base_index(istate); check_ce_order(istate); -- 2.11.4.GIT