diff options
author | Stefan Beller <sbeller@google.com> | 2015-08-31 11:43:29 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2015-08-31 12:31:00 -0700 |
commit | 6bea53c130a8f519fd534edfcd8116d2963afce8 (patch) | |
tree | 6bb8794881ffd7dbaa40a34f2b4b7a3213e12e08 /read-cache.c | |
parent | Sync with 2.5.1 (diff) | |
download | tgif-6bea53c130a8f519fd534edfcd8116d2963afce8.tar.xz |
read-cache: fix indentation in read_index_from
Signed-off-by: Stefan Beller <sbeller@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'read-cache.c')
-rw-r--r-- | read-cache.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); |