Skip to content

Commit

Permalink
git-remote-mediawiki: replace TODO-list in comment by appropriate link
Browse files Browse the repository at this point in the history
My account on Github is now used as wiki and issue tracking. This will be
more flexible than in-tree management of a TODO-list.

Signed-off-by: Matthieu Moy <Matthieu.Moy@imag.fr>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Matthieu Moy authored and Junio C Hamano committed Aug 3, 2012
1 parent 05a20c8 commit 9a7365c
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions contrib/mw-to-git/git-remote-mediawiki
Original file line number Diff line number Diff line change
Expand Up @@ -9,20 +9,7 @@
# License: GPL v2 or later

# Gateway between Git and MediaWiki.
# https://github.com/Bibzball/Git-Mediawiki/wiki
#
# Known limitations:
#
# - Several strategies are provided to fetch modifications from the
# wiki, but no automatic heuristics is provided, the user has
# to understand and chose which strategy is appropriate for him.
#
# - Git renames could be turned into MediaWiki renames (see TODO
# below)
#
# - No way to import "one page, and all pages included in it"
#
# - Multiple remote MediaWikis have not been very well tested.
# Documentation & bugtracker: https://github.com/moy/Git-Mediawiki/

use strict;
use MediaWiki::API;
Expand Down

0 comments on commit 9a7365c

Please sign in to comment.