Nicolas Pitre <nico@xxxxxxxxxxx> writes: >> > This is only implemented inside of fast-import. pack-objects does not >> > honor this variable. >> >> Do you mean perhaps we should? > > Yes. > > Acked-by: Nicolas Pitre <nico@xxxxxxxxxxx> I actually was somewhat unhappy to use uintmax_t type in the public header for some reason I cannot quite explain (perhaps religious), and was hoping somebody with more sanity than myself would stop me or show me a better way. >> diff --git a/cache.h b/cache.h >> index 2674f4c..316d85f 100644 >> --- a/cache.h >> +++ b/cache.h >> @@ -573,6 +573,7 @@ extern int core_compression_seen; >> extern size_t packed_git_window_size; >> extern size_t packed_git_limit; >> extern size_t delta_base_cache_limit; >> +extern uintmax_t big_file_threshold; >> extern int read_replace_refs; >> extern int fsync_object_files; >> extern int core_preload_index; -- 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