diff options
author | Junio C Hamano <junkio@cox.net> | 2006-11-29 12:16:55 -0800 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-11-29 12:16:55 -0800 |
commit | aed450925184a41adbe66bdaaefc9bf76fbfdecd (patch) | |
tree | c6c9a7c6e8d3de68f173d62af94e09f17b0a73a0 /Documentation/git-repo-config.txt | |
parent | df6b7bfb719622af05f62656ea25435538c82e19 (diff) | |
parent | eb07fd59acae0f043b9fac2a8a1cb427036c6f71 (diff) | |
download | git-aed450925184a41adbe66bdaaefc9bf76fbfdecd.tar.gz |
Merge branch 'maint'
* branch 'maint':
Document git-repo-config --bool/--int options.
tutorial: talk about user.name early and don't start with commit -a
git-blame: fix rev parameter handling.
Diffstat (limited to 'Documentation/git-repo-config.txt')
-rw-r--r-- | Documentation/git-repo-config.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Documentation/git-repo-config.txt b/Documentation/git-repo-config.txt index 8199615dde..5bede9ac22 100644 --- a/Documentation/git-repo-config.txt +++ b/Documentation/git-repo-config.txt @@ -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 ----------- |