Git Log and History Simplification

3 messages, 3 authors, 2016-06-15 · open the first message on its own page

Git Log and History Simplification

From: Dinesh Subramani <hidden>
Date: 2016-06-15 22:55:32

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.

Regards,
Dinesh

Re: Git Log and History Simplification

From: Nguyen Thai Ngoc Duy <hidden>
Date: 2016-06-15 22:55:32

On Mon, Dec 17, 2012 at 6:33 PM, Dinesh Subramani
[off-list ref] 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.
If my memory is still functioning, history simplification only takes
place when you specify pathspec. The above command does not have
pathspec, so no history simplification.
-- 
Duy

Re: Git Log and History Simplification

From: Tomas Carnecky <hidden>
Date: 2016-06-15 22:55:32

On Mon, 17 Dec 2012 17:03:09 +0530, Dinesh Subramani [off-list ref] 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.
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help