Message ID | 20190406132747.16376-2-philipoakley@iee.org (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | Minor document fixes | expand |
Philip Oakley <philipoakley@iee.org> writes: > Signed-off-by: Philip Oakley <philipoakley@iee.org> > --- > Noticed while attempting to train the Git-for-Windows rebasing- > merge series. > --- > Documentation/git-rerere.txt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > 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. OK. That sounds good. Thanks.
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.
Signed-off-by: Philip Oakley <philipoakley@iee.org> --- Noticed while attempting to train the Git-for-Windows rebasing- merge series. --- Documentation/git-rerere.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)