Browse Source

Document git-repo-config --bool/--int options.

Signed-off-by: Andy Parkins <andyparkins@gmail.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
maint
Andy Parkins 18 years ago committed by Junio C Hamano
parent
commit
eb07fd59ac
  1. 6
      Documentation/git-repo-config.txt

6
Documentation/git-repo-config.txt

@ -77,6 +77,12 @@ OPTIONS @@ -77,6 +77,12 @@ OPTIONS
-l, --list::
List all variables set in config file.

--bool::
git-repo-config will ensure that the output is "true" or "false"

--int::
git-repo-config will ensure that the output is a simple decimal number


ENVIRONMENT
-----------

Loading…
Cancel
Save