Re: Bug in log for path in case of identical commit

2014-11-05 Thread Alexandre Garnier
2014-11-04 17:21 GMT+01:00 Phil Hord phil.h...@gmail.com: On Fri, Oct 31, 2014 at 4:40 AM, Alexandre Garnier zigarn+...@gmail.com wrote: When merging 2 branches with the same modifications on the both sides, depending the merge side, one branch disappear from the file history. To be more

Re: Bug in log for path in case of identical commit

2014-11-04 Thread Phil Hord
On Fri, Oct 31, 2014 at 4:40 AM, Alexandre Garnier zigarn+...@gmail.com wrote: When merging 2 branches with the same modifications on the both sides, depending the merge side, one branch disappear from the file history. To be more clear, there is a script in attachment to reproduce, but here

Re: Bug in log for path in case of identical commit

2014-11-03 Thread Junio C Hamano
Alexandre Garnier zigarn+...@gmail.com writes: When merging 2 branches with the same modifications on the both sides, depending the merge side, one branch disappear from the file history. Isn't this a basic and fundamental of feature of Git called merge simplification, i.e. if two or more

Bug in log for path in case of identical commit

2014-10-31 Thread Alexandre Garnier
When merging 2 branches with the same modifications on the both sides, depending the merge side, one branch disappear from the file history. To be more clear, there is a script in attachment to reproduce, but here is the result : $ git log --graph --oneline --all --decorate --name-status *