summaryrefslogtreecommitdiff
path: root/lib/bundler/source/git/git_proxy.rb
Commit message (Expand)AuthorAgeFilesLines
* [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
* | 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