thank you Plamen: useful answer, as usual I like both GitWeb and GitHub displays: both are useful, but for different purpose
I tried to integrate both [1], with GitWeb as "diff" and GitHub as "commits". But the GitHub comparison does not work well: then I put it only on HEAD. I don't know if this is due to my recent rework of tags for the repo, but GitHub does not recognise any tag on this maven-apache-parent repo. Perhaps there is a cache that will be reworked in a few days, since the rework happened also for maven-acr-plugin and the link works Any idea? Regards, Hervé [1] http://maven.apache.org/pom-archives/asf-LATEST/ Le dimanche 7 janvier 2018, 20:45:28 CET Plamen Totev a écrit : > Hi, > > On Fri, Jan 5, 2018 at 9:33 AM, Hervé BOUTEMY <[email protected]> wrote: > > - notice for parent poms: with Subversion, we had a cool feature which was > > the pom.xml diff from version to version published in the documentation > > page [1]. Does somebody have an idea on how we could do something > > equivalent with git? > Here are example links for Git Web (the software used by gitbox.apache.org): > > * To view maven-acr-plugin project's pom.xml file at specific tag > (maven-acr-plugin-1.1) - > https://gitbox.apache.org/repos/asf?p=maven-acr-plugin.git;a=blob;f=pom.xml; > hb=maven-acr-plugin-1.1 * To view the difference for pom.xml file between > maven-acr-plugin-1.1 and maven-acr-plugin-1.0 - > https://gitbox.apache.org/repos/asf?p=maven-acr-plugin.git;a=blobdiff;f=pom. > xml;hb=maven-acr-plugin-1.1;hpb=maven-acr-plugin-1.0 > > For GitHub the links are: > > * > https://github.com/apache/maven-acr-plugin/blob/maven-acr-plugin-1.1/pom.xm > l * > https://github.com/apache/maven-acr-plugin/compare/maven-acr-plugin-1.0...m > aven-acr-plugin-1.1 - but this shows all changes. I'm not sure how to limit > it to specific file. > > > Regards, > Plamen Totev > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
