From: Torsten Bögershausen <tboegi@xxxxxx> Changes since v2: - Only 1 patch, the t6038 needs to go as a separate "series" has_cr_in_index() uses either data = read_sha1_file(sha1, &type, &sz); or data = read_blob_data_from_cache(path, &sz); (I like v2 better, since there is a single code to get a sha object into memory, which later will be replaced by a streaming object) But in any case, here is v3 Torsten Bögershausen (1): convert: ce_compare_data() checks for a sha1 of a path cache.h | 1 + convert.c | 35 +++++++++++++++++++++-------------- convert.h | 23 +++++++++++++++++++---- read-cache.c | 4 +++- sha1_file.c | 17 +++++++++++++---- -- 2.0.0.rc1.6318.g0c2c796 -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html