tboegi@xxxxxx writes: > From: Torsten Bögershausen <tboegi@xxxxxx> > > An optimization when autocrlf is used and the binary/text detection is run. > Or git ls-files --eol is run to analyze the content of files or blobs. This looks like a worthwhile thing to do. Please sign-off the patches when they are finalized. Thanks. > > Torsten Bögershausen (2): > read-cache: factor out get_sha1_from_index() helper > convert.c: stream and early out > > cache.h | 3 + > convert.c | 195 +++++++++++++++++++++++++++++++++++++++-------------------- > read-cache.c | 29 +++++---- > 3 files changed, 151 insertions(+), 76 deletions(-)