Le 20/08/2017 à 20:31, Jussi Lahtinen a écrit :
How do you get the change log with git? "git log" shows only one change (most recent?). Is this because I cloned the sources with "git clone --depth=1 https://gitlab.com/gambas/gambas.git";?

Even when I want only the latest dev version, I would still like to know what has changed. It's quite important if you do bug hunting.


Jussi

I think so. You should get a full repository to get all the changes by definition. With "--detph=1", you have only the last commit of the repository.

Is it a big deal for you to get the full tree? The first time it's a lot of data, but then you just have to regularly "git pull" to get the changes, and it's fast.

--
Benoît Minisini

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to