summaryrefslogtreecommitdiff
path: root/spec/install/git_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* correctly finger missing child deps in the error messageAndre Arko2011-08-081-1/+1
* Remove bad testEvan Phoenix2011-06-021-3/+0
* Remove bad test for gits exact error messageEvan Phoenix2011-06-021-1/+3
* un-check everythingAndre Arko2011-05-241-1/+1
* UNFITAndre Arko2011-03-041-1/+1
* Fix the git error message specAndre Arko2011-03-031-2/+2
* clean up specs:Terence Lee2010-10-281-2/+2
* Go away useless use warningsAndre Arko2010-10-241-1/+1
* running all the specs is important, thoughAndre Arko2010-10-221-1/+1
* Stringify refs before using them like stringsAndre Arko2010-10-221-1/+19
* consistency requires exitstatus over exit_statusAndre Arko2010-10-161-2/+2
* Looks like git (or hub) started printing full paths to omgomgAndre Arko2010-10-121-1/+2
* http:// wut? should be file://Chris Continanza and Terence Lee2010-10-131-2/+2
* Sanely add the "fake" version to the git source when the requirement is prefi...Carl Lerche2010-08-291-0/+17
* Fix the logic that detects if the local clone of a git repository is up to date.Carl Lerche2010-08-291-1/+1
* Always specify the paths when running git operations. The application might moveCarl Lerche2010-08-041-0/+30
* Make sure empty git blocks don't explodeCarlhuda2010-07-291-0/+19
* Fixes a bug where switching from a gem to git source results in telling peopl...Carlhuda2010-07-291-0/+21
* Fix a git bug where collaborative projects could result in a lockfile having ...wycats2010-07-251-1/+29
* Fixes bug involving switching from path to git sourceCarlhuda2010-07-211-0/+24
* Fix a bug where bundle installs spews errors when it is run multiple times in...Carl Lerche2010-07-201-0/+12
* Don't run any git commands when in runtime mode (aka Bundler.setup)Carlhuda2010-07-201-1/+1
* Actually remember which the version that a gem is w/ no gemspec in a pinned p...Carlhuda2010-07-201-1/+1
* Don't remote fetch the git repository if the commit is available locallyCarl Lerche2010-07-151-0/+12
* Fixes a bug where unpinned specs that became pinned did not get unlocked on i...Carlhuda2010-07-121-0/+32
* Remove standalone #git in the DSL. Instead, use the block form of #git and pu...wycats2010-07-091-12/+19
* By default, do not expand submoduleswycats2010-07-011-1/+20
* Remove a flaky testCarl Lerche2010-06-091-11/+15
* Unpendify more specsCarl Lerche2010-06-091-4/+5
* Un-pendify a git specCarl Lerche2010-06-091-13/+0
* Remove more pending specsCarl Lerche2010-06-091-19/+0
* Don't remote update git multiple timesCarl Lerche2010-06-081-0/+1
* Older versions of git require 'head' to be capitalized (HEAD)Ryan Bigg2010-06-061-3/+3
* Old versions of git require you to specify the name of the submoduleRyan Bigg2010-06-061-1/+1
* Test running bundle install after updating a git source in the GemfileCarl Lerche2010-06-051-0/+26
* Move a bundle update spec for git into update/source_spec.rbCarl Lerche2010-05-081-4/+3
* Remove Source#lock as it is no longer neededCarl Lerche2010-04-261-0/+1
* Fetch submodules for git sourcesAndre Arko2010-04-231-0/+18
* Sometimes gemspecs have absolute paths in them that are too longAndre Arko2010-04-231-16/+0
* Fix git with the new lockfile formatCarlhuda2010-04-221-0/+3
* Require spec_helperCarlhuda2010-04-201-1/+1
* Fetch git sources with --forceAndre Arko2010-04-111-0/+22
* Remove unneeded spec outputAndre Arko2010-04-081-3/+0
* Attempted spec for long-name tar error. Passes, though.Andre Arko2010-04-031-0/+20
* Fix bug where you could not float on branches (Closes #211)Carlhuda2010-04-011-2/+18
* Ensure git sources are checked out before using themJoshua Hull2010-03-301-0/+12
* Quote all git paths, add a specAndre Arko2010-03-171-0/+10
* Don't print stderr output from specs if expectedAndre Arko2010-03-111-2/+7
* Get specs running on 1.9Carl Lerche2010-02-261-0/+1
* Add block syntax to git and path in the Gemfile DSLCarl Lerche2010-02-231-0/+16