git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Bug report: GIT PRO/Branches chapter
@ 2015-09-09  6:11 Robert Macháček
  2015-09-09  8:08 ` Johannes Schindelin
  0 siblings, 1 reply; 4+ messages in thread
From: Robert Macháček @ 2015-09-09  6:11 UTC (permalink / raw)
  To: git

Hi,

Just reading this chapter:
https://git-scm.com/book/en/v2/Git-Branching-Branches-in-a-Nutshell

I believe that: Figure 3-9. Divergent history
(https://git-scm.com/book/en/v2/book/03-git-branching/images/advance-master.png)
does not show the final "2 branch situation" as described in the
example in this chapter. On the picture, the master and testing branch
do not point to correct commit hashes in the picture. I was thinking
for a while why they are swapped and the only conclusion I made is
that it's simply a bug in the picture as it also does not correspond
to the correct git log output in the chapter.

$ git log --oneline --decorate --graph --all
* c2b9e (HEAD, master) made other changes
| * 87ab2 (testing) made a change

I suggest to fix the picture or clarify the reason in the chapter.

Hope it helps,
Robert

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

end of thread, other threads:[~2015-09-09  9:17 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-09  6:11 Bug report: GIT PRO/Branches chapter Robert Macháček
2015-09-09  8:08 ` Johannes Schindelin
2015-09-09  8:16   ` Robert Macháček
2015-09-09  9:16     ` 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).