Merge branch 'bp/mediawiki-preview'
commitb12aecda2cbdc7264ce969e28a351a78ea3cb77f
authorJunio C Hamano <gitster@pobox.com>
Thu, 18 Jul 2013 19:59:34 +0000 (18 12:59 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 18 Jul 2013 19:59:34 +0000 (18 12:59 -0700)
treed22055b405e10fccfd7a25448ae65de9e2e4cb7c
parent73f4c9a104ada33a06d38767404a04bbd4f86672
parent0078a7fa05b3d671739aefba5265da809ea32e55
Merge branch 'bp/mediawiki-preview'

Add a command to allow previewing the contents locally before
pushing it out, when working with a MediaWiki remote.

I personally do not think this belongs to Git.  If you are working
on a set of AsciiDoc source files, you sure do want to locally
format to preview what you will be pushing out, and if you are
working on a set of C or Java source files, you do want to test it
before pushing it out, too.  That kind of thing belongs to your
build script, not to your SCM.

But I'll let it pass, as this is only a contrib/ thing.

* bp/mediawiki-preview:
  git-remote-mediawiki: add preview subcommand into git mw
  git-remote-mediawiki: add git-mw command
  git-remote-mediawiki: factoring code between git-remote-mediawiki and Git::Mediawiki
  git-remote-mediawiki: update tests to run with the new bin-wrapper
  git-remote-mediawiki: add a git bin-wrapper for developement
  wrap-for-bin: make bin-wrappers chainable
  git-remote-mediawiki: introduction of Git::Mediawiki.pm
contrib/mw-to-git/git-remote-mediawiki.perl
t/test-lib.sh