Oh man, sorry, I totally screwed up when editing the output to exclude tags, making the graph totally wrong since some lines were missing. Sorry about that.
I've fixed that issue (Sorry, I still have to edit out tags. I'm using grep -o ".*[0-9a-f]\{10\}\|.* $", and open to any better suggestions) Here's command 1 git log --tags=1 --format=%h\%d --graph --sparse --full-history branchA branchB ^03dd551f031f48e8702f9154b23f53af8cc4799b^ | grep -o ".*[0-9a-f]\{10\}\|.* $" https://gist.github.com/cmurphycode/84d7efae872a4f23dfb01efdad4836e7 command 2 git log --format=%h\%d --graph --sparse --full-history branchA branchB ^9ba8f06829b2d2170f23254ed3fe8f3727fe56dc^ | grep -o ".*[0-9a-f]\{10\}\|.* $" https://gist.github.com/cmurphycode/0498a5530e68382d32f1833dfd669311 Thanks very much! On Monday, August 7, 2017 at 7:51:28 PM UTC-4, Igor Djordjevic wrote: > > Hi Chris, > > On Monday, August 7, 2017 at 9:48:26 PM UTC+2, Chris Murphy wrote: >> >> The gist I uploaded was created via >> git log --format=%h\ %d --graph branchA branchB >> > > Is this the _exact_ command you used, or you had some additional grepping > in there as well (as with your other gists)? Only grepping would seem to > explain the crippled graph(s), unless I`m missing something else. > > Could you try with these commands instead (without any grepping of the > result): > > (*1*) $ git log --format=%h\%d --graph --sparse --full-history branchA > branchB ^03dd551f031f48e8702f9154b23f53af8cc4799b^ > > ... and: > > (*2*) $ git log --format=%h\%d --graph --sparse --full-history branchA > branchB ^9ba8f06829b2d2170f23254ed3fe8f3727fe56dc^ > > > That should hopefully provide some more info on the state of your > repository history, both starting from your branch tips and ending (1) at > the parent commit of the merge-base you discovered, or (2) at the parent of > the commit you were originally interested in. > > Regards, > Buga > -- You received this message because you are subscribed to the Google Groups "Git for human beings" group. To unsubscribe from this group and stop receiving emails from it, send an email to git-users+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.