[Wikitech-l] How to identify the MW version from the git tree?

2014-01-06 Thread Strainu
Hi, How can I find which commits entered a certain MediaWiki build (especially the -wmfX ones). Are there any tags in the repository or is there a page that holds that information? Thanks, Strainu ___ Wikitech-l mailing list

Re: [Wikitech-l] How to identify the MW version from the git tree?

2014-01-06 Thread Chad
There's branches for the current versions and tags for the older ones. Clone mediawiki/core and git tag and git branch -r will show them. -Chad On Jan 6, 2014 8:47 AM, Strainu strain...@gmail.com wrote: Hi, How can I find which commits entered a certain MediaWiki build (especially the -wmfX

Re: [Wikitech-l] How to identify the MW version from the git tree?

2014-01-06 Thread Liangent
And to check a specific commit easier, expand the Included in section on its Gerrit page. -Liangent On Tue, Jan 7, 2014 at 12:58 AM, Chad innocentkil...@gmail.com wrote: There's branches for the current versions and tags for the older ones. Clone mediawiki/core and git tag and git branch -r

Re: [Wikitech-l] How to identify the MW version from the git tree?

2014-01-06 Thread Tim Landscheidt
(anonymous) wrote: How can I find which commits entered a certain MediaWiki build (especially the -wmfX ones). Are there any tags in the repository or is there a page that holds that information? Gerrit lists remote branches for -wmf: | [tim@passepartout ~/public_html/w]$ git branch -r |