Skip to content

Commit d80c27d

Browse files
committed
Make output of git log consistent with preceding figure
1 parent b561b6a commit d80c27d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

book/03-git-branching/sections/nutshell.asc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,9 @@ This option is called `--decorate`.
8080
[source,console]
8181
----
8282
$ git log --oneline --decorate
83-
f30ab (HEAD, master, testing) add feature #32 - ability to add new
84-
34ac2 fixed bug #1328 - stack overflow under certain conditions
85-
98ca9 initial commit of my project
83+
f30ab (HEAD -> master, testing) add feature #32 - ability to add new formats to the central interface
84+
34ac2 Fixed bug #1328 - stack overflow under certain conditions
85+
98ca9 The initial commit of my project
8686
----
8787

8888
You can see the ``master'' and ``testing'' branches that are right there next to the `f30ab` commit.

0 commit comments

Comments
 (0)