diff options
| author | Junio C Hamano <gitster@pobox.com> | 2019-04-25 16:41:19 +0900 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2019-04-25 16:41:19 +0900 |
| commit | 98a8fcc82b35c2bc9325c39f19bfa05e6e306662 (patch) | |
| tree | 5dec28c075cf53c242726f3176b4a0a92371b9bf | |
| parent | Merge branch 'sg/overlong-progress-fix' (diff) | |
| parent | rerere doc: quote `rerere.enabled` (diff) | |
| download | git-98a8fcc82b35c2bc9325c39f19bfa05e6e306662.tar.gz git-98a8fcc82b35c2bc9325c39f19bfa05e6e306662.zip | |
Merge branch 'po/rerere-doc-fmt'
Docfix.
* po/rerere-doc-fmt:
rerere doc: quote `rerere.enabled`
| -rw-r--r-- | Documentation/git-rerere.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-rerere.txt b/Documentation/git-rerere.txt index df310d2a58..95763d7581 100644 --- a/Documentation/git-rerere.txt +++ b/Documentation/git-rerere.txt @@ -24,7 +24,7 @@ on the initial manual merge, and applying previously recorded hand resolutions to their corresponding automerge results. [NOTE] -You need to set the configuration variable rerere.enabled in order to +You need to set the configuration variable `rerere.enabled` in order to enable this command. |
