Re: How to find the commit that erase a change

2019-10-09 Thread Derrick Stolee
On 10/8/2019 11:51 PM, wuzhouhui wrote: >> -Original Messages- >> From: "Junio C Hamano" >> Sent Time: 2019-10-09 11:02:44 (Wednesday) >> To: wuzhouhui >> Cc: git@vger.kernel.org, cuif...@sugon.com >> Subject: Re: How to find the comm

Re: Re: How to find the commit that erase a change

2019-10-08 Thread wuzhouhui
> -Original Messages- > From: "Junio C Hamano" > Sent Time: 2019-10-09 11:02:44 (Wednesday) > To: wuzhouhui > Cc: git@vger.kernel.org, cuif...@sugon.com > Subject: Re: How to find the commit that erase a change > > wuzhouhui writes: > > &g

Re: How to find the commit that erase a change

2019-10-08 Thread Junio C Hamano
wuzhouhui writes: > I have a file which contains complicated change history. When I use > git log -p file > to see all changes made in this file, I found that a change disappeared > for no reason. "git log [-p] " is not about seeing *all* changes made to the path(s) that match the pathspec.