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
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