aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bundler/source/git
Commit message (Expand)AuthorAgeFilesLines
* [GitProxy] Only try and submodule deinit on git 2.9.0+Samuel 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
* | Use synchronized pwd everywhereSamuel E. Giddins2015-05-281-1/+1
|/
* Revert "[GitProxy] Try and preserve the umask on git gems"André Arko2015-04-031-1/+1
* [GitProxy] Try and preserve the umask on git gemsSamuel E. Giddins2015-02-261-1/+1
* Better exception handlingKir Shatrov2014-11-301-0/+4
* and it's not always set, obviouslyAndre Arko2014-04-071-1/+1
* weirdest use of a closure everAndre Arko2014-04-071-3/+3
* turns out it's not static after all :\Andre Arko2014-04-071-3/+3
* uh, false is not nil :PAndre Arko2014-04-071-1/+1
* no more weird-looking if/elseAndre Arko2014-04-071-5/+2
* good grief why a proc it doesn't changeAndre Arko2014-04-071-3/+3
* Fix deploying git gems without git (#2968)Andrew Bloomgarden2014-04-071-1/+1
* Only retry git commands that hit the network.Tim Moore2014-02-241-10/+14
* Fail faster when git is not installed.Tim Moore2014-02-241-1/+1
* Revert "Merge pull request #2886 from mdkent/issue-2885"Tim Moore2014-02-241-2/+1
* Don't raise a warning when git cat-file fails, it's expected to.Matthew Kent2014-02-171-1/+2
* Inline the clone_command variable.Tim Moore2014-02-121-2/+1
* Always pass --quiet to git clone.Tim Moore2014-02-121-3/+2
* Fix some typos in lib/Jake Worth2014-01-251-2/+2
* Ensure that Gem::Specification#git_version can be called safely in a repo wit...t ddddddd2013-12-201-5/+1
* Merge pull request #2639 from joyicecloud/show-version-of-gem-updatedAndre Arko2013-12-181-1/+2
|\
| * Displays the previous version of the gem when run bundle updatejoyicecloud2013-09-181-1/+1
* | Highlight git update in bundle update.Josef Šimánek2013-12-021-1/+1
* | msg typo in GitNotAllowedErrorjoyicecloud2013-09-301-1/+1
* | Retry git commandsschneems2013-09-281-14/+29
|/