Kornel Benko <kor...@lyx.org> writes: | Am Sonntag, 11. März 2012 um 16:07:46, schrieb Lars Gullik Bjønnes <lar...@gullik.org> >> On Sun, Mar 11, 2012 at 16:04, Vincent van Ravesteijn <v...@lyx.org> wrote: >> > Op 11-3-2012 15:39, Lars Gullik Bjønnes schreef: >> > >> >> I have just put the LyX git repo the lyx server. >> >> >> >> Clone with >> >> >> >> git clone g...@git.lyx.org:lyx >> >> >> >> Check that everything is ok. >> >> >> > Looks ok to me. >> >> Ok, let's see if we can hear from someone else before I loosen up access. >> >> -- >> Lgb > | It works, only I have to find a replacement for `svnversion` used in my scripts to mark the created package. > | There seems to be something similar `git describe`, but somehow it shows the value of 1397 commits, while | svn was already at commit 40911.
$ git describe 2.0.0-1397-g8be1845 Says that your current working tree is 1397 commits after the 2.0.0 tag, and curretnly at commit 8be1845. -- Lgb