Splitting files merge with branches

2013-11-05 Thread Javier Domingo
Hi, I have been using git for now 4 years, and one feature I miss a lot, that would increase the usability of git in many cases, would be having it detect "inter-file" movements, so that if I, in a single commit just part one file into many, git can track that change. I suppose this is quite diff

Re: Splitting files merge with branches

2013-11-05 Thread Junio C Hamano
Javier Domingo writes: > I have been using git for now 4 years, and one feature I miss a lot, > that would increase the usability of git in many cases, would be > having it detect "inter-file" movements, so that if I, in a single > commit just part one file into many, git can track that change. >