Merge branch 'rs/work-around-grep-opt-insanity'
[gitweb.git] / Documentation / gitcore-tutorial.txt
index b7380b069ac35ed72f3673add60ce4566823b7aa..e237394397199cbb9b72f1f7989d0b51667e9a6d 100644 (file)
@@ -1186,9 +1186,9 @@ $ git show-branch
 * [master] Some fun.
  ! [mybranch] Some work.
 --
- + [mybranch] Some work.
 *  [master] Some fun.
-*+ [mybranch^] Initial commit
+ + [mybranch] Some work.
+*+ [master^] Initial commit
 ------------
 
 Now we are ready to experiment with the merge by hand.