salt/doc/ref/configuration
Erik Johnson 1279f56c56 gitfs: Add two new options to affect saltenv mapping
This adds 2 new config options:

- gitfs_disable_saltenv_mapping - This allows a user to disable the environment mapping logic and rely solely on per-saltenv configuration
- gitfs_ref_types - This allows individual ref types to be ignored

It also includes a performance improvement in retrieving tree objects
matching the desired ref name. Before, we would iterate through the
different refs and check if the name matched the desired ref's name.
Now we just check for a head/tag ref based on the ref path in the
gitdir (e.g. refs/remotes/origin/master or refs/tags/v1.2.3). This
prevents us from needlessly iterating through all refs until a match is
found, which does not scale well when the number of branches and tags is
larger.
2017-06-21 12:42:48 -05:00
..
logging Merge remote-tracking branch 'upstream/2016.3' into merge-2016.3-2016.11 2017-04-06 10:15:47 -05:00
examples.rst Proxy config Examples 2017-03-21 14:59:16 +00:00
index.rst Include proxy config instructions 2017-03-21 14:59:11 +00:00
master.rst gitfs: Add two new options to affect saltenv mapping 2017-06-21 12:42:48 -05:00
minion.rst Do not merge master_tops and top file matches using set union 2017-06-20 15:04:34 -05:00
nonroot.rst Remove ":doc:" references from a bunch of doc/* files 2016-12-15 16:09:27 -07:00
proxy.rst Update Nitrogen references to 2017.7.0 in doc/* 2017-06-14 11:36:06 -06:00