Re: Git Log and History Simplification

2012-12-17 Thread Junio C Hamano
Nguyen Thai Ngoc Duy writes: > On Mon, Dec 17, 2012 at 6:33 PM, Dinesh Subramani > wrote: >> I am using the below command : >> >> git log --stat --decorate=full --since= >> >> Can you please let me know if the above command will list all the >> commits and would not skip any of the commits due t

Re: Git Log and History Simplification

2012-12-17 Thread Tomas Carnecky
On Mon, 17 Dec 2012 17:03:09 +0530, Dinesh Subramani wrote: > I am using the below command : > > git log --stat --decorate=full --since= > > Can you please let me know if the above command will list all the > commits and would not skip any of the commits due to History > Simplification. Any hel

Re: Git Log and History Simplification

2012-12-17 Thread Nguyen Thai Ngoc Duy
On Mon, Dec 17, 2012 at 6:33 PM, Dinesh Subramani wrote: > I am using the below command : > > git log --stat --decorate=full --since= > > Can you please let me know if the above command will list all the > commits and would not skip any of the commits due to History > Simplification. Any help woul