summaryrefslogtreecommitdiff
path: root/lib/bundler/source/git.rb
Commit message (Expand)AuthorAgeFilesLines
* Use vendorized version of uri libraryDavid Rodríguez2019-12-081-1/+1
* This `require` seems unneededDavid Rodríguez2019-12-081-1/+0
* Lazily load uriDavid Rodríguez2019-12-081-1/+1
* Add :glob to git source uniquenessfatkodima2019-11-211-3/+4
* Ignore local overrides for bundle pristinefatkodima2019-11-061-4/+4
* Only untaint strings on Ruby <2.7Jeremy Evans2019-10-181-1/+1
* Drop rubygems 2.5.0 and 2.5.1 supportdrop_rubygems_2_5_0_and_2_5_1_supportDavid Rodríguez2019-07-111-6/+4
* Migrate internal autoloads to not use LOAD_PATHDavid Rodríguez2019-05-121-1/+1
* Prefer `require_relative` for internal requiresDavid Rodríguez2019-04-191-1/+1
* Slightly better wording of error messagesuse_newer_list_interfaceDavid Rodríguez2019-02-201-2/+2
* Fix git source error message recommendationsDavid Rodríguez2019-02-201-2/+7
* Use newest interface to `bundle config` everywhereDavid Rodríguez2019-02-191-2/+2
* Add another spec, separate new case into its own testSamuel Giddins2018-10-021-1/+1
* Avoid fetching an rebuilding git gems when it's not necessaryJean Boussier2018-09-271-1/+5
* Filter git uri credentials in source descriptionsegiddins/6489-filter-git-creds-using-messageSamuel Giddins2018-04-161-1/+2
* Avoid activating stdlib digest under Ruby 2.5seg-ruby-2-5-digest-gemSamuel Giddins2017-10-221-2/+1
* Load digest subclasses in a thread-safe mannerseg-digest-loadingSamuel Giddins2017-10-151-2/+2
* Completely remove the package --all option on 2.0 and force its behaviorseg-bundler-2-defaultsSamuel Giddins2017-08-281-1/+1
* Move cached extensions to cache/extensionsseg-globally-cache-built-extensionsSamuel Giddins2017-08-191-7/+8
* Cache git extensions in a path that includes the revSamuel Giddins2017-08-191-1/+1
* Globally cache built extensions for RG & Git sourcesSamuel Giddins2017-08-191-0/+5
* [Source::Git] Cache repos globallyseg-globally-cache-git-reposSamuel Giddins2017-07-251-4/+4
* Update the specs for the default bundle path being ./.bundleSamuel Giddins2017-07-231-3/+1
* [RuboCop] Enable Layout/EmptyLineAfterMagicComment copKoichi ITO2017-07-161-0/+1
* Auto merge of #5790 - bundler:seg-suppress-using-messages, r=indirectThe Bundler Bot2017-07-051-1/+1
|\
| * Suppress `Using …` messages during installation when a version has not changedSamuel Giddins2017-07-021-1/+1
* | Vendor fileutils since it is now a gemSamuel Giddins2017-06-281-1/+1
|/
* [Source::Git] Print the underlying error when falling back to cached git dataSamuel Giddins2017-06-231-2/+2
* [RuboCop] Enable Style/PercentLiteralDelimitersKoichi ITO2017-05-281-2/+2
* [Git] Only shorten refs if they are SHAsseg-shortref-displaySamuel Giddins2017-04-281-2/+6
* Ensure pre-existing Git caches are updated from remote sourceAlex Taylor2017-04-211-0/+2
* Remove TODO - it's ~7 years oldAlex Taylor2017-04-211-1/+0
* Auto merge of #5503 - denniss:ds-bundle-pristine, r=segiddinsThe Bundler Bot2017-04-111-0/+3
|\
| * Expand test and refactor to re-install using sourceDennis Suratna2017-04-111-0/+3
* | [StubSpecification] Move availability logic to RubygemsIntegrationSamuel Giddins2017-04-071-4/+1
* | [Git] Only use stub specs on 2.5.1+Samuel Giddins2017-04-071-1/+4
* | [StubSpecification] Properly handle full_gem_path for git gemsSamuel Giddins2017-04-071-0/+1
* | [Git] Avoid loading full gemspecs in -rbundler/setup when stubs are availableSamuel Giddins2017-04-071-0/+8
|/
* [Source::Git] Only validate specs once (on download)seg-validate-git-specsSamuel Giddins2017-03-311-0/+4
* Properly set native extension build args for git gemsseg-git-build-argsSamuel Giddins2017-02-071-2/+5
* Add FeatureFlag classseg-feature-flagSamuel Giddins2016-08-181-1/+1
* Allow installing / updating when everything necessary is available locallySamuel Giddins2016-08-051-1/+8
* Separated generate_bin into source/path/installerAsutosh Palai2016-07-031-5/+1
* Removed `@options[:plugin]` from source classAsutosh Palai2016-06-011-13/+7
* changed all source opts calls to func callAsutosh Palai2016-05-301-3/+3
* Added spec helper to build pluginAsutosh Palai2016-05-241-5/+3
* Added support for git installAsutosh Palai2016-05-241-10/+19
* [Git] Normalize gem versions in a manner compatible with old rubygemsSamuel Giddins2016-03-281-1/+1
* [Git] Fix checking for equality when a version includes a -Samuel Giddins2016-03-281-1/+1
* Add test for checking langauge of sentences used in source codeAditya Prakash2016-03-091-1/+1