git.99rst.org
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
ee25ff2
)
git-remote-mediawiki: remove import of unused open2
author
Célestin Matte
<redacted>
Fri, 14 Jun 2013 13:50:28 +0000
(15:50 +0200)
committer
Junio C Hamano
<redacted>
Fri, 14 Jun 2013 16:02:17 +0000
(09:02 -0700)
Signed-off-by: Célestin Matte <redacted>
Signed-off-by: Matthieu Moy <redacted>
Signed-off-by: Junio C Hamano <redacted>
contrib/mw-to-git/git-remote-mediawiki.perl
patch
|
blob
|
history
diff --git
a/contrib/mw-to-git/git-remote-mediawiki.perl
b/contrib/mw-to-git/git-remote-mediawiki.perl
index 82684f385dc1410fd60d802c967ae663add4b118..e3a79db4258fa75957a3ad52496d80304ed10a1e 100755
(executable)
--- a/
contrib/mw-to-git/git-remote-mediawiki.perl
+++ b/
contrib/mw-to-git/git-remote-mediawiki.perl
@@
-22,7
+22,6
@@
binmode STDERR, ":encoding(UTF-8)";
binmode STDOUT, ":encoding(UTF-8)";
use URI::Escape;
-use IPC::Open2;
# Mediawiki filenames can contain forward slashes. This variable decides by which pattern they should be replaced
use constant SLASH_REPLACEMENT => "%2F";
git clone https://git.99rst.org/PROJECT