Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-09-21remote-mediawiki: use "sh" to eliminate unquoted commandsÆvar Arnfjörð Bjarmason
2020-09-21remote-mediawiki: annotate unquoted uses of run_git()Ævar Arnfjörð Bjarmason
2020-09-21remote-mediawiki: convert to quoted run_git() invocationÆvar Arnfjörð Bjarmason
2020-09-21remote-mediawiki: provide a list form of run_git()Ævar Arnfjörð Bjarmason
2020-09-21remote-mediawiki: fix duplicate revisions being importedSimon Legner
2020-09-17remote-mediawiki doc: correct link to GitHub projectÆvar Arnfjörð Bjarmason
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-12Spelling fixesVille Skyttä
2014-04-24git-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-24Merge branch 'cm/remote-mediawiki-perlcritique'Junio C Hamano
2013-06-21Merge 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