git log commit limiting show commits with 1 child possible?

2012-12-27 Thread David
My branches are very long so for years I have been doing a lot of scrolling when using gitk. I have just now discovered how to see a simplified history. For this example history where commits were added in alphabetical order: A--B--C--D--H \ E--F--G--I \

Re: git log commit limiting show commits with 1 child possible?

2012-12-27 Thread David
CORRECTION: So I hope to see: * 00a27e0 J | * 160d232 I |/ * b981ea0 F | * daa5b69 H |/ * 546ae44 B * 734db0c A On 28/12/2012, David bouncingc...@gmail.com wrote: My branches are very long so for years I have been doing a lot of scrolling when using gitk. I