On Mon, 17 Dec 2012 17:03:09 +0530, Dinesh Subramani <dinesh.subramani@xxxxxxxxx> wrote: > I am using the below command : > > git log --stat --decorate=full --since=<date> > > 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 would be very useful. The way I understand the man page, to disable history simplification you have to use --full-history --sparse. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html