To clarify, we aren't removing installing from git. It is totally important.
Jesse fixed a problem with not being able to install from git when you point to specific commit. This was do the --depth flag being used. He recently removed the use of --depth and this may fix the git 1 vs 2 issues Victor is seeing. On Wed, Jul 22, 2015 at 2:30 PM, Darryl Pogue <dar...@dpogue.ca> wrote: > Support for installing from git URLs for plugins is a pretty important > requirement for us as end users. > > On 22 July 2015 at 14:21, Carlos Santana <csantan...@gmail.com> wrote: > > > +1 only npm id or local path should be supported > > On Wed, Jul 22, 2015 at 5:16 PM Victor Sosa <sosah.vic...@gmail.com> > > wrote: > > > > > Wait a minute, Jesse? what you mean by "I removed this 'feature'"? What > > > feature are you referring to? > > > > > > On Wed, Jul 22, 2015 at 3:50 PM Jesse <purplecabb...@gmail.com> wrote: > > > > > > > No idea, but, I just removed this 'feature' as there were errors with > > > > checking out a particular tag or commit. > > > > > > > > > > > > > > > > > On Jul 22, 2015, at 1:29 PM, Victor Sosa <sosah.vic...@gmail.com> > > > wrote: > > > > > > > > > > Hello community. > > > > > > > > > > I've been playing a little with Cordova on simple scenarios, and > > > noticed > > > > > that when using Git 2.x I get this error when installing a plugin > > from > > > a > > > > > Git repo from GitHub > > > > > https://github.com/apache/cordova-plugin-contacts.git > > > > > > > > > > The error is: > > > > > *Error: git: Command failed with exit code 128 Error output:* > > > > > *Cloning into '/tmp/git/1436905601736'...* > > > > > *fatal: dumb http transport does not support --depth * > > > > > > > > > > However, when using 1.9.x I have no problems installing the plugin. > > > > > > > > > > I've been looking at the docs but I can't find a single mention of > > > > > supported Git version. Does anyone happen to know the answer of > this? > > > > > > > > > > BTW, using Cordova 5.1.1 > > > > > > > > --------------------------------------------------------------------- > > > > To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org > > > > For additional commands, e-mail: dev-h...@cordova.apache.org > > > > > > > > > > > > > >