git and binary files
From: Jan Dittmer <hidden>
Date: 2016-06-15 22:49:12
From: Jan Dittmer <hidden>
Date: 2016-06-15 22:49:12
Hi, I'm using git to keep track of directories full of jpegs and movies (19 GB .git directory, 5825 files, 18+ GB). I now that this is also possible with rsync and friends, but I like to have full version control and history, so please no discussion about that. The problem I'm facing is, that 'git status' is very very slow. They seem to read through every file in the directory tree. Is it possible to tell git to just use mtime/size information for an initial guess? I already tried to turn of rename detection with diff.renames=false, but still the problem remains. Any hint? git version is 1.7.1. Thanks, Jan -- Jan Dittmer [off-list ref]