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-var.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-var.txt')
-rw-r--r-- | Documentation/git-var.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Documentation/git-var.txt b/Documentation/git-var.txt index 379571eef0..a5b1a0dbab 100644 --- a/Documentation/git-var.txt +++ b/Documentation/git-var.txt @@ -19,7 +19,8 @@ OPTIONS -l:: Cause the logical variables to be listed. In addition, all the variables of the git configuration file .git/config are listed - as well. + as well. (However, the configuration variables listing functionality + is deprecated in favor of `git-repo-config -l`.) EXAMPLE -------- |