Am 17.09.2018 um 17:58 schrieb Jonathan Nieder: [...] > Ah, thanks. See git-config(1): > > core.bigFileThreshold > Files larger than this size are stored deflated, > without attempting delta compression. > > Default is 512 MiB on all platforms. > In addition to config.bigFileThreshold you can also unset the delta attribute for file extensions you don't want to get delta compressed. See "git help attributes". And while you are at it, mark the files as binary so that git diff/log don't have to guess.