[Scilab-Dev] gitweb: which Scilab branch?

2018-03-13 Thread Samuel Gougeon
Hello, Does http://gitweb.scilab.org/?p=scilab.git points to only the master branch, or only to the current branch (currently the 6.0 one), or to all branches gathered? I mean, if we get the history of a file from gitweb, is it its history on the master only? Thanks Regards Samuel _

Re: [Scilab-Dev] gitweb: which Scilab branch?

2018-03-13 Thread Antoine ELIAS
Hello Samuel, http://gitweb.scilab.org/?p=scilab.git can show all scilab.git repository. At the bottom of the main page you can choose branch (heads section). history of chances of CHANGES.md on branch master: http://gitweb.scilab.org/?p=scilab.git;a=history;f=scilab/CHANGES.md;h=28beca7cdfbe60a

Re: [Scilab-Dev] gitweb: which Scilab branch?

2018-03-13 Thread Antoine ELIAS
Me again ;) You can use http://cgit.scilab.org/scilab/ too. ( choose branch at the top right ) Another tool to do the same thing, sometimes it is faster than gitweb. Antoine Le 13/03/2018 à 15:37, Antoine ELIAS a écrit : Hello Samuel, http://gitweb.scilab.org/?p=scilab.git can show all scila

Re: [Scilab-Dev] gitweb: which Scilab branch?

2018-03-13 Thread Samuel Gougeon
Le 13/03/2018 à 15:42, Antoine ELIAS a écrit : Me again ;) You can use http://cgit.scilab.org/scilab/ too. ( choose branch at the top right ) Another tool to do the same thing, sometimes it is faster than gitweb. OK, and the major informations about branches are at the top. I did not scroll