git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Jeff King <peff@peff.net>
To: Axel Magard <axel_magard@de.ibm.com>
Cc: git@vger.kernel.org
Subject: Re: Question about chapter "3.1 Git Branching - Branches in a Nutshell" in git docu
Date: Fri, 14 Nov 2014 10:15:21 -0500	[thread overview]
Message-ID: <20141114151521.GA21950@peff.net> (raw)
In-Reply-To: <OF6CCD47D8.ABB2F49C-ONC1257D90.004E1845-C1257D90.005084C1@de.ibm.com>

On Fri, Nov 14, 2014 at 03:39:29PM +0100, Axel Magard wrote:

> Hi folks,
> either I still didn't grasp it or there is a mistake in chapter 3.1 "3.1 
> Git Branching - Branches in a Nutshell" 
> (http://git-scm.com/book/en/v2/Git-Branching-Branches-in-a-Nutshell)
> 
> The last figure on that page shows that branch 'master' and HEAD are 
> pointing to patch 87ab2, branch 'testing' to c2b9e.
>  
> But the output from git log --oneline --decorate --graph --all 
> shows this:
> 
> * c2b9e (HEAD, master) made other changes
> | * 87ab2 (testing) made a change
> |/
> * f30ab add feature #32 - ability to add new formats to the
> * 34ac2 fixed bug #1328 - stack overflow under certain conditions
> * 98ca9 initial commit of my project
> 
> Shouldn't it look like this ?
> 
> * 87ab2 (HEAD, master) made a change
> | * c2b9e (testing) made other changes
> |/
> * f30ab add feature #32 - ability to add new formats to the
> * 34ac2 fixed bug #1328 - stack overflow under certain conditions
> * 98ca9 initial commit of my project

I think that the git-log output is right. In the examples above, it
shows "made a change" on the "testing" branch, and "made other changes"
on the master branch.

But it is the figure directly above it that is wrong. Even if you look
at the other figures, it is clear that 87ab2 is on the "testing" branch.
But in the final diagram, the two are swapped. Looks like somebody has
reported this upstream already:

  https://github.com/progit/progit2/issues/136

-Peff

      reply	other threads:[~2014-11-14 15:15 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-11-14 14:39 Question about chapter "3.1 Git Branching - Branches in a Nutshell" in git docu Axel Magard
2014-11-14 15:15 ` Jeff King [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20141114151521.GA21950@peff.net \
    --to=peff@peff.net \
    --cc=axel_magard@de.ibm.com \
    --cc=git@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).