summaryrefslogtreecommitdiff
path: root/lib/bundler/source/git/git_proxy.rb
Commit message (Expand)AuthorAgeFilesLines
* Update GitHub URLs in error messages.Ellen Marie Dash2020-02-011-1/+1
* Use vendorized version of uri libraryDavid Rodríguez2019-12-081-1/+1
* Lazily load `open3`David Rodríguez2019-11-261-1/+2
* Drop unnecessary `tempfile` requiredrop_unnecessary_tempfile_requireDavid Rodríguez2019-11-061-1/+1
* Fix comments and messages to refer to https urlTakayuki Nakata2019-08-211-1/+1
* Clearer MissingRevision git errorsDavid Rodríguez2019-06-271-7/+11
* Migrate git proxy helpers to use Open3David Rodríguez2019-06-121-30/+22
* Print git errors to a consistent streamDavid Rodríguez2019-02-141-1/+1
* [GitProxy] Fail gracefully when resetting to the given revision failssegiddins/fail-gracefully-when-resetting-to-rev-failsSamuel Giddins2018-03-101-1/+6
* Ensure that autoloads are resolved in the real working directorySamuel Giddins2017-10-291-0/+1
* Set forgotten command line options via config in 2.0Samuel Giddins2017-07-191-1/+1
* [RuboCop] Enable Layout/EmptyLineAfterMagicComment copKoichi ITO2017-07-161-0/+1
* Filter git credentials when a revision is missingSamuel Giddins2017-06-231-1/+1
* [GitProxy] Don't declare Git as a subclass twiceSamuel Giddins2017-05-291-1/+1
* [GitProxy] Force deinitializing submodulesseg-force-submodule-deinitSamuel Giddins2017-05-231-1/+1
* [Git] Allow specifying non-branch symbolic refsseg-fetch-named-symbolic-refsSamuel Giddins2017-04-281-8/+11
* [GitProxy] Use shellwords to escape user inputseg-git-branch-hashSamuel Giddins2017-01-051-1/+2
* [GitProxy] Support branches containing shell metacharactersSamuel Giddins2017-01-041-1/+1
* Add todo for #capture_and_filter_stderrZehan Zhao2016-08-161-0/+5
* Use tempfile to filter stderrZehan Zhao2016-08-151-1/+21
* [GitProxy] Wrap retry command name in backticksSamuel Giddins2016-08-051-1/+1
* Add Bundler::Source::Git::GitProxy#full_versionNick LaMuro2016-07-251-0/+4
* Removes OSX/msysgit strings from git versionNick LaMuro2016-07-251-1/+1
* [RuboCop] Update to 0.41.2Samuel Giddins2016-07-201-1/+1
* [GitProxy] Only try and submodule deinit on git 2.9.0+seg-deinit-submodulesSamuel Giddins2016-06-271-1/+1
* [GitProxy] Deinit submodules if they are not requestedSamuel Giddins2016-06-241-1/+5
* Ensure that `URICredentialsFilter#credential_filtered_uri` returns sameJames Wen2016-04-051-4/+4
* Remove authentication credentials for git sources from printed `bundle instal...James Wen2016-04-031-5/+9
* Compatibility with frozen string literalsSamuel Giddins2016-01-311-3/+7
* Uncolored output in GitProxy#branchAgis Anastasopoulos2016-01-141-1/+1
* remove the "clear cache and retry" logicJesse Luehrs2015-12-081-8/+1
* more descriptive error class nameJesse Luehrs2015-12-041-2/+2
* give a better error message when a remote ref no longer existsJesse Luehrs2015-12-031-3/+32
* [RuboCop] Enable Style/IfUnlessModifierSamuel Giddins2015-11-261-3/+1
* [RuboCop] Enable Style/PercentLiteralDelimitersSamuel Giddins2015-11-261-4/+4
* Wrap filesystem operations with #filesystem_accessAgis Anastasopoulos2015-09-271-3/+9
* Show friendly errors when ref is not foundAgis-2015-08-271-4/+8
* Fix Style/CommandLiteralVictor Koronen2015-08-141-1/+1
* Auto merge of #3924 - Koronen:fix-style-regexp_literal, r=segiddinsHomu2015-08-141-1/+1
|\
| * Fix Style/RegexpLiteralVictor Koronen2015-08-131-1/+1
* | Tweaks git checkout UI output.Jordan Thomas2015-08-061-1/+1
|/
* reverted unnecessary revert of refactoring at GitProxy#uri_escapedSadayuki Furuhashi2015-07-301-2/+2
* Private access credentials for private git repositoriesSadayuki Furuhashi2015-07-301-5/+18
* Merge tag 'v1.10.6'Samuel E. Giddins2015-07-221-1/+1
|\
| * Apply the suggested fix from #3438Andre Arko2015-07-151-1/+1
* | Fix Lint/UnusedBlockArgumentErick Sasse2015-07-201-2/+2
* | Fix Style/SpaceInsideBlockBracesAndre Arko2015-07-181-2/+2
* | Fix Style/SpaceAroundEqualsInParameterDefaultErick Sasse2015-07-171-2/+2
* | [RuboCop] Enable Style/EmptyLinesSamuel E. Giddins2015-07-151-3/+0
* | Friendly error for EEXIST on git gem install.Hsing-Hui Hsu2015-06-261-5/+13