Trying to find a complete list of git variables -
i've seen references in other questions various git variables such as:
- git_curl_verbose
- git_shell
how can complete list of config variables?
the git man page (man git , search ^environment) has list of environment variables.
as of version 1.7.9.5, there 24 of them. (git_shell not on list, , there no references in git source code.) start "git_" except email.
i'd list them here, it's more useful run man git yourself, make sure have right list version you're using.
Comments
Post a Comment