summaryrefslogtreecommitdiff
path: root/contrib/mw-to-git/git-remote-mediawiki.perl
AgeCommit message (Expand)Author
2019-11-10Fix spelling errors in no-longer-updated-from-upstream modulesElijah Newren
2017-11-08remote-mediawiki: show progress while fetching namespacesAntoine Beaupré
2017-11-08remote-mediawiki: process namespaces in orderAntoine Beaupré
2017-11-08remote-mediawiki: support fetching from (Main) namespaceAntoine Beaupré
2017-11-08remote-mediawiki: skip virtual namespacesAntoine Beaupré
2017-11-08remote-mediawiki: show known namespace choices on failureAntoine Beaupré
2017-11-07remote-mediawiki: allow fetching namespaces with spacesIngo Ruhnke
2017-11-07remote-mediawiki: add namespace supportKevin
2017-06-27Spelling fixesVille Skyttä
2016-08-11Spelling fixesVille Skyttä
2014-04-23git-remote-mediawiki: fix encoding issue for UTF-8 media filesMatthieu Moy
2013-11-12contrib: typofixesMasanari Iida
2013-09-25Merge branch 'maint'Jonathan Nieder
2013-09-24git-remote-mediawiki: bugfix for pages w/ >500 revisionsBenoit Person
2013-09-03git-remote-mediawiki: no need to update private ref in non-dumb pushMatthieu Moy
2013-09-03git-remote-mediawiki: use no-private-update capability on dumb pushMatthieu Moy
2013-07-18Merge branch 'bp/mediawiki-preview'Junio C Hamano
2013-07-08git-remote-mediawiki: factoring code between git-remote-mediawiki and Git::Me...Benoit Person
2013-07-03git-remote-mediawiki: un-brace file handles in binmode callsMatthieu Moy
2013-06-23Merge branch 'cm/remote-mediawiki-perlcritique'Junio C Hamano
2013-06-20Merge branch 'cm/remote-mediawiki'Junio C Hamano
2013-06-14git-remote-mediawiki: make error message more preciseCélestin Matte
2013-06-14git-remote-mediawiki: clearly rewrite double dereferenceCélestin Matte
2013-06-14git-remote-mediawiki: fix a typo ("mediwiki" instead of "mediawiki")Célestin Matte
2013-06-14git-remote-mediawiki: put non-trivial numeric values in constants.Célestin Matte
2013-06-14git-remote-mediawiki: don't use quotes for empty stringsCélestin Matte
2013-06-14git-remote-mediawiki: replace "unless" statements with negated "if" statementsCélestin Matte
2013-06-14git-remote-mediawiki: brace file handles for print for more clarityCélestin Matte
2013-06-14git-remote-mediawiki: modify strings for a better coding-styleCélestin Matte
2013-06-14git-remote-mediawiki: put long code into a subroutineCélestin Matte
2013-06-14git-remote-mediawiki: remove import of unused open2Célestin Matte
2013-06-14git-remote-mediawiki: check return value of openCélestin Matte
2013-06-14git-remote-mediawiki: assign a variable as undef and make proper indentationCélestin Matte
2013-06-14git-remote-mediawiki: rename a variable ($last) which has the name of a keywordCélestin Matte
2013-06-14git-remote-mediawiki: remove unused variable $entryCélestin Matte
2013-06-14git-remote-mediawiki: turn double-negated expressions into simple expressionsCélestin Matte
2013-06-14git-remote-mediawiki: change the name of a variableCélestin Matte
2013-06-14git-remote-mediawiki: add newline in the end of die() error messagesCélestin Matte
2013-06-14git-remote-mediawiki: change style in a regexpCélestin Matte
2013-06-14git-remote-mediawiki: change style in a regexpCélestin Matte
2013-06-14git-remote-mediawiki: change separator of some regexpsCélestin Matte
2013-06-14git-remote-mediawiki: change the behaviour of a splitCélestin Matte
2013-06-14git-remote-mediawiki: remove useless regexp modifier (m)Célestin Matte
2013-06-14git-remote-mediawiki: rewrite unclear line of instructionsCélestin Matte
2013-06-14git-remote-mediawiki: change syntax of map callsCélestin Matte
2013-06-14git-remote-mediawiki: move a variable declaration at the top of the codeCélestin Matte
2013-06-14git-remote-mediawiki: always end a subroutine with a returnCélestin Matte
2013-06-14git-remote-mediawiki: replace :utf8 by :encoding(UTF-8)Célestin Matte
2013-06-14git-remote-mediawiki: move "use warnings;" before any instructionCélestin Matte
2013-06-14git-remote-mediawiki: make a regexp clearerCélestin Matte