Browse Source

Merge branch 'jk/push-option-doc-markup-fix'

Doc markup fix.

* jk/push-option-doc-markup-fix:
  doc/config/push: use longer "--" line for preformatted example
maint
Junio C Hamano 5 years ago
parent
commit
80648bb3f2
  1. 4
      Documentation/config/push.txt

4
Documentation/config/push.txt

@ -80,7 +80,7 @@ higher priority configuration file (e.g. `.git/config` in a
repository) to clear the values inherited from a lower priority repository) to clear the values inherited from a lower priority
configuration files (e.g. `$HOME/.gitconfig`). configuration files (e.g. `$HOME/.gitconfig`).
+ +
-- ----


Example: Example:


@ -97,7 +97,7 @@ repo/.git/config


This will result in only b (a and c are cleared). This will result in only b (a and c are cleared).


-- ----


push.recurseSubmodules:: push.recurseSubmodules::
Make sure all submodule commits used by the revisions to be pushed Make sure all submodule commits used by the revisions to be pushed

Loading…
Cancel
Save