Re: Why is my anonym git repository not up-to-date?

2015-12-01 Thread jodoe
Jacobo Aragunde Pérez wrote > Yes, but you must ask git explicitly to get all tags. Try: > > ./g fetch --tags > ... Thank you, Jacobo, that worked! Now I have & can see all the tags. Only the philosophical question remains, why the tags have to be explicitly fetched :-) - -- Recurs

Why is my anonym git repository not up-to-date?

2015-12-01 Thread jodoe
Hello, I just wanted to start development and build libreoffice, try changes etc. My first thing was to get the git repo from git://anongit.freedesktop.org/libreoffice/core This was a few weeks ago and I can compile now like: "make clean", "git pull -r", "make" Incidentally I had a look at the do