git-remote-mediawiki: add git-mw command
commit07a263b9056ac7135ed84d64cabf80c5a6b1972e
authorBenoit Person <benoit.person@ensimag.fr>
Thu, 4 Jul 2013 20:38:59 +0000 (4 22:38 +0200)
committerJunio C Hamano <gitster@pobox.com>
Mon, 8 Jul 2013 15:56:08 +0000 (8 08:56 -0700)
tree0fb1aa95fbf5bdcea3273ea00504769a3d135c4b
parent192f7a080469ea3e7a702f04e08ba7e709c0b3c3
git-remote-mediawiki: add git-mw command

For now, git-remote-mediawiki is only a remote-helper. This patch adds a new
toolset script in which we will be able to build new tools for
git-remote-mediawiki.

This toolset uses a subcommand-mechanism to launch the proper action. For now
only the 'help' subcommand is implemented. It also provides some generic code
for the verbose and help command line options.

Signed-off-by: Benoit Person <benoit.person@ensimag.fr>
Signed-off-by: Matthieu Moy <matthieu.moy@grenoble-inp.fr>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
contrib/mw-to-git/Makefile
contrib/mw-to-git/git-mw.perl [new file with mode: 0755]