summaryrefslogtreecommitdiff
path: root/man/bundle-config.ronn
diff options
context:
space:
mode:
Diffstat (limited to 'man/bundle-config.ronn')
-rw-r--r--man/bundle-config.ronn3
1 files changed, 3 insertions, 0 deletions
diff --git a/man/bundle-config.ronn b/man/bundle-config.ronn
index de041b7ab8..4085d2726c 100644
--- a/man/bundle-config.ronn
+++ b/man/bundle-config.ronn
@@ -240,6 +240,9 @@ learn more about their operation in [bundle install(1)][bundle-install].
* `global_gem_cache` (`BUNDLE_GLOBAL_GEM_CACHE`):
Whether Bundler should cache all gems globally, rather than locally to the
installing Ruby installation.
+* `skip_default_git_sources` (`BUNDLE_SKIP_DEFAULT_GIT_SOURCES`):
+ Whether Bundler should skip adding default git source shortcuts to the
+ Gemfile DSL.
In general, you should set these settings per-application by using the applicable
flag to the [bundle install(1)][bundle-install] or [bundle package(1)][bundle-package] command.