config: Add description of --local option
It was missed in the option list while mentioned from the general description. Add it for completeness. Signed-off-by: Namhyung Kim <namhyung@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:

committed by
Junio C Hamano

parent
04a74b6cfa
commit
560d4b86ab
@ -114,6 +114,15 @@ rather than from all available files.
|
|||||||
+
|
+
|
||||||
See also <<FILES>>.
|
See also <<FILES>>.
|
||||||
|
|
||||||
|
--local::
|
||||||
|
For writing options: write to the repository .git/config file.
|
||||||
|
This is the default behavior.
|
||||||
|
+
|
||||||
|
For reading options: read only from the repository .git/config rather than
|
||||||
|
from all available files.
|
||||||
|
+
|
||||||
|
See also <<FILES>>.
|
||||||
|
|
||||||
-f config-file::
|
-f config-file::
|
||||||
--file config-file::
|
--file config-file::
|
||||||
Use the given config file instead of the one specified by GIT_CONFIG.
|
Use the given config file instead of the one specified by GIT_CONFIG.
|
||||||
|
Reference in New Issue
Block a user