What are some recommended git config settings when working with very large binary files (> 500 MB)?
Reading the documentation, it seems as if setting pack.window to 0, pack.depth to something very low like 2, and pack.compression to 0, git operations would be faster, but this doesn't seem to be the case.
Are than any other options that I'm missing? I'm hoping to speed up even simple commands like git log because it seems to pause at every commit with a large file.
git log? I wouldn't expect pauses unless you use an option that looks at the files, like--stat– Ben Jackson Jul 29 '11 at 17:08.gitignorefile at the right location (unfortunately there is no size setting in.gitignorenor.gitattributes) – Philip Oakley Jul 29 '11 at 19:12