Re: [PATCH] index: improve constness for reading blob data

2017-01-11 Thread Junio C Hamano
Brandon Williams writes: > Improve constness of the index_state parameter to the > 'read_blob_data_from_index' function. > > Signed-off-by: Brandon Williams > --- Thanks.

[PATCH] index: improve constness for reading blob data

2017-01-10 Thread Brandon Williams
Improve constness of the index_state parameter to the 'read_blob_data_from_index' function. Signed-off-by: Brandon Williams --- cache.h | 2 +- read-cache.c | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/cache.h b/cache.h index