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

Popular posts from this blog

javascript - backbone.js Collection.add() doesn't `construct` (`initialize`) an object -

php - Get uncommon values from two or more arrays -

Adding duplicate array rows in Php -