]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'ma/rebase-doc-typofix' into master
authorJunio C Hamano <gitster@pobox.com>
Thu, 9 Jul 2020 21:00:44 +0000 (14:00 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 9 Jul 2020 21:00:45 +0000 (14:00 -0700)
Typofix.

* ma/rebase-doc-typofix:
  git-rebase.txt: fix description list separator

1  2 
Documentation/git-rebase.txt

index 4624cfd28838054f814d07366810110732e5a3bb,9acea055d7c7f8d73ca56c5c6448dcc62941a6d2..374d2486f71c6659d48ea6105e877d89b9fe8d28
@@@ -256,10 -256,9 +256,10 @@@ See also INCOMPATIBLE OPTIONS below
  --quit::
        Abort the rebase operation but HEAD is not reset back to the
        original branch. The index and working tree are also left
 -      unchanged as a result.
 +      unchanged as a result. If a temporary stash entry was created
 +      using --autostash, it will be saved to the stash list.
  
- --apply:
+ --apply::
        Use applying strategies to rebase (calling `git-am`
        internally).  This option may become a no-op in the future
        once the merge backend handles everything the apply one does.