Matthieu Moy <Matthieu.Moy@xxxxxxx> writes: > The previous version was returning the list of pages to be fetched, but > we are going to need an efficient membership test (i.e. is the page > $title tracked), hence exposing a hash will be more convenient. > > Signed-off-by: Matthieu Moy <Matthieu.Moy@xxxxxxx> > --- > contrib/mw-to-git/git-remote-mediawiki | 8 +++++--- > 1 file changed, 5 insertions(+), 3 deletions(-) > > diff --git a/contrib/mw-to-git/git-remote-mediawiki b/contrib/mw-to-git/git-remote-mediawiki > index 76b78bc..3f57598 100755 > --- a/contrib/mw-to-git/git-remote-mediawiki > +++ b/contrib/mw-to-git/git-remote-mediawiki > @@ -377,7 +377,7 @@ sub get_mw_pages { > get_all_mediafiles(\%pages); > } > } > - return values(%pages); > + return %pages; > } > > # usage: $out = run_git("command args"); This suggests the series is not based on 'master', which is not fatal per-se ("am -3" guesses that came from b3d98595), but then applying the series on mm/mediawiki-file-attachments topic will show that the index line recorded in [PATCH 09/12] is useless. On what commit was this meant to be applied??? -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html