config doc: clarify "git config --path" example
commit32fceba3fddff4eea4f306f947c4d21911c5daed
authorNathan Payre <nathan.payre@etu.univ-lyon1.fr>
Wed, 18 Oct 2017 20:27:16 +0000 (18 22:27 +0200)
committerJunio C Hamano <gitster@pobox.com>
Thu, 19 Oct 2017 04:52:49 +0000 (19 13:52 +0900)
treef2e122664526dd2351f237bb08731c9d3a7d0f91
parent4c2224e83951a685185bb8c1f83b28e22fee0e27
config doc: clarify "git config --path" example

Change the word "bla" to "section.variable"; "bla" is a placeholder
for a variable name but it wasn't clear for everyone.

While we're here, also reformat this sample command line to use
monospace instead of italics, to better match the rest of the file.

Use a space instead of a dash in "git config", as is common in the
rest of Git's documentation.

Reported-by: Robert P. J. Day <rpjday@crashcourse.ca>
Signed-off-by: MOY Matthieu <matthieu.moy@univ-lyon1.fr>
Signed-off-by: Daniel Bensoussan <daniel.bensoussan--bohm@etu.univ-lyon1.fr>
Signed-off-by: Timothee Albertin <timothee.albertin@etu.univ-lyon1.fr>
Signed-off-by: Nathan Payre <nathan.payre@etu.univ-lyon1.fr>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-config.txt