summaryrefslogtreecommitdiff
path: root/lib/bundler/source/git.rb
Commit message (Expand)AuthorAgeFilesLines
* Load digest subclasses in a thread-safe mannercolby/1-16-digest-patchesSamuel Giddins2017-10-221-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
* Ensure rubygems functionality is done in rubygemsintegrationSamuel Giddins2016-02-231-1/+1
* don’t rebuild already-built git gem extensionsAndre Arko2016-02-231-0/+4
* Compatibility with frozen string literalsSamuel Giddins2016-01-311-1/+2
* [RuboCop] Enable Style/IfUnlessModifierSamuel Giddins2015-11-261-3/+1
* Include revision hash in Source::Git#to_sshow-git-revAgis Anastasopoulos2015-10-251-1/+8
* Fix Style/OpMethodVictor Koronen2015-08-141-3/+4
* Fix Style/AliasErick Sasse2015-07-231-2/+2
* Fix Style/AccessModifierIndentationErick Sasse2015-07-211-1/+1
* Fix Lint/StringConversionInInterpolationrubocop-fixErick Sasse2015-07-201-2/+2
* Fix Style/SpaceAfterCommaErick Sasse2015-07-191-2/+2
* Fix Style/SpaceAroundOperatorsAndre Arko2015-07-181-6/+1
* Fix Style/SpaceInsideBlockBracesAndre Arko2015-07-181-1/+1
* [RuboCop] Enable Style/StringLiteralsSamuel E. Giddins2015-07-151-10/+10
* [RuboCop] Enable Style/EmptyLinesSamuel E. Giddins2015-07-151-3/+0
* fix post-install messages from git and path gemsAndre Arko2015-06-081-6/+5
* [Installer] Add option to force installationseg-forceSamuel E. Giddins2015-03-261-2/+2