Re: [git-users] Git and binary files ... once more

2014-07-17 Thread Dominik Rauch
I'm not trying to solve a problem in our build system with a VCS. I'm trying to find out if we can safely switch from Subversion to Git without running into performance problems and furthermore I'm trying to find out more about the internals of Git and where all those rumors of Git is not able

[git-users] Git and binary files ... once more

2014-07-16 Thread Dominik Rauch
Hi! Although I've read a lot of resources concerning the topic Handling binary files with Git I'm still confused. Hopefully you can help me to find definitive answers :-) If you ask people about Git and binary files the answers are often: Git is a SCM and not a backup solution or dependences

[git-users] Re: Git and binary files ... once more

2014-07-16 Thread Dominik Rauch
, Dominik On Wednesday, July 16, 2014 2:21:50 PM UTC+2, Dominik Rauch wrote: Hi! Although I've read a lot of resources concerning the topic Handling binary files with Git I'm still confused. Hopefully you can help me to find definitive answers :-) If you ask people about Git and binary files

[git-users] git stash three times slower than git commit

2014-07-07 Thread Dominik Rauch
Hi! Why is the git stash command three times slower than the git commit command? We've found that out just recently in some performance tests and have wondered what's the huge underlying difference between the commands? Isn't it just like a commit on a temporary branch? Best regards, Dominik