diff options
author | Junio C Hamano <junkio@cox.net> | 2006-04-24 22:31:19 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-04-24 22:31:19 -0700 |
commit | 4c2608923f30c0e79f2f424e068a2c0fee0baeba (patch) | |
tree | 0aaa3fecff73ab428999cb9156f8abc075516abe /Documentation/git-repo-config.txt | |
parent | Merge branch 'np/delta' into next (diff) | |
parent | Deprecate usage of git-var -l for getting config vars list (diff) | |
download | tgif-4c2608923f30c0e79f2f424e068a2c0fee0baeba.tar.xz |
Merge branch 'pb/config' into next
* pb/config:
Deprecate usage of git-var -l for getting config vars list
git-repo-config --list support
Diffstat (limited to 'Documentation/git-repo-config.txt')
-rw-r--r-- | Documentation/git-repo-config.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/git-repo-config.txt b/Documentation/git-repo-config.txt index 71f96bdd10..566cfa1836 100644 --- a/Documentation/git-repo-config.txt +++ b/Documentation/git-repo-config.txt @@ -15,6 +15,7 @@ SYNOPSIS 'git-repo-config' [type] --get-all name [value_regex] 'git-repo-config' [type] --unset name [value_regex] 'git-repo-config' [type] --unset-all name [value_regex] +'git-repo-config' -l | --list DESCRIPTION ----------- @@ -64,6 +65,9 @@ OPTIONS --unset-all:: Remove all matching lines from .git/config. +-l, --list:: + List all variables set in .git/config. + EXAMPLE ------- |