Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
read-cache: fix indentation in read_index_from
author
Stefan Beller
<sbeller@google.com>
Mon, 31 Aug 2015 18:43:29 +0000
(11:43 -0700)
committer
Junio C Hamano
<gitster@pobox.com>
Mon, 31 Aug 2015 19:31:00 +0000
(12:31 -0700)
Signed-off-by: Stefan Beller <sbeller@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
read-cache.c
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
aecce6d
)
diff --git
a/read-cache.c
b/read-cache.c
index ab1bfc94d6eab530723d5fabe6093bb9929de35c..87204a50a5cfe2acbdb0563a68f88303a5eb7ae7 100644
(file)
--- 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);