Merge branch 'js/rebase-recreate-merge'
authorJunio C Hamano <gitster@pobox.com>
Wed, 18 Jul 2018 19:20:33 +0000 (12:20 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 18 Jul 2018 19:20:33 +0000 (12:20 -0700)
Docfix.

* js/rebase-recreate-merge:
rebase: fix documentation formatting

1  2 
Documentation/git-rebase.txt
index 0e20a66e73cf420c83b156d1a0aaa8f60cd4702f,6fe98165dccd8545803635a0ded3f17dc53fc939..091eb53faa708da2015809b477ef3914a8ee249d
@@@ -8,9 -8,9 +8,9 @@@ git-rebase - Reapply commits on top of 
  SYNOPSIS
  --------
  [verse]
 -'git rebase' [-i | --interactive] [options] [--exec <cmd>] [--onto <newbase>]
 +'git rebase' [-i | --interactive] [<options>] [--exec <cmd>] [--onto <newbase>]
        [<upstream> [<branch>]]
 -'git rebase' [-i | --interactive] [options] [--exec <cmd>] [--onto <newbase>]
 +'git rebase' [-i | --interactive] [<options>] [--exec <cmd>] [--onto <newbase>]
        --root [<branch>]
  'git rebase' --continue | --skip | --abort | --quit | --edit-todo | --show-current-patch
  
@@@ -804,7 -804,7 +804,7 @@@ The ripple effect of a "hard case" reco
  case" recovery too!
  
  REBASING MERGES
- -----------------
+ ---------------
  
  The interactive rebase command was originally designed to handle
  individual patch series. As such, it makes sense to exclude merge