git-remote-mediawiki: add a git bin-wrapper for developement
commit8a7c21514073f25e8262e311c0fa93101da0e6d3
authorBenoit Person <benoit.person@ensimag.fr>
Thu, 4 Jul 2013 20:38:56 +0000 (4 22:38 +0200)
committerJunio C Hamano <gitster@pobox.com>
Mon, 8 Jul 2013 15:55:53 +0000 (8 08:55 -0700)
treef9417a4611db75be0ae22e80da10d6cf46ba4f49
parent8bade1e12e2041a21f50009d8baaa11bcb800e8f
git-remote-mediawiki: add a git bin-wrapper for developement

The introduction of the Git::Mediawiki package makes it impossible to test,
without installation, git-remote-mediawiki and git-mw.

Using a git bin-wrapper enables us to define proper $GITPERLLIB to force the
use of the developement version of the Git::Mediawiki package, bypassing its
installed version if any.

An alternate solution was to 'install' all the files required at each build
but it pollutes the toplevel with untracked files.

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/bin-wrapper/git [new file with mode: 0755]