git/contrib/mw-to-git
Antoine Beaupré d1a7050f93 remote-mediawiki: limit filenames to legal
mediawiki pages can have names longer than NAME_MAX (generally 255)
characters, which will fail on checkout. we simply strip out extra
characters, which may mean one page's content will overwrite another
(the last editing winning).

ideally, we would do a more clever system to find unique names, but
that would be more difficult and error prone for a situation that
should rarely happen in the first place.

Signed-off-by: Antoine Beaupré <anarcat@debian.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
2017-11-01 13:42:38 +09:00
..
Git remote-mediawiki: limit filenames to legal 2017-11-01 13:42:38 +09:00
bin-wrapper
t Spelling fixes 2017-06-27 10:35:49 -07:00
.gitignore
.perlcriticrc
Makefile
git-mw.perl
git-remote-mediawiki.perl Spelling fixes 2017-06-27 10:35:49 -07:00
git-remote-mediawiki.txt