git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Question about chapter "3.1 Git Branching - Branches in a Nutshell" in git docu
@ 2014-11-14 14:39 Axel Magard
  2014-11-14 15:15 ` Jeff King
  0 siblings, 1 reply; 2+ messages in thread
From: Axel Magard @ 2014-11-14 14:39 UTC (permalink / raw)
  To: git

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

Cheers ... Axel Magard 

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-11-14 15:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 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).