savonet / liquidsoap-full

[DEPRECATED] Former main repository with all in-house bindings
GNU General Public License v2.0
49 stars 26 forks source link

Update Makefile.git #18

Closed bpinhosilva closed 8 years ago

bpinhosilva commented 8 years ago

I noticed git was returning errors during make init. The command line said invalid option, so I changed the command to 'git branch origin/master' and it worked fine. I suggest this as possible fixing for this situation.

toots commented 8 years ago

Hi @bpinhosilva. What kind of warning are you seeing? I have the latest git version (2.7.2) and I don't see any warning..

bpinhosilva commented 8 years ago

I see an error saying that this option is invalid and git stops its process during installation.

toots commented 8 years ago

What version of git are you using?

bpinhosilva commented 8 years ago

I am using git version 1.7.9.5.

toots commented 8 years ago

So, your git version is too old, you should try to upgrade it..

toots commented 8 years ago

Thanks for your contribution tho!