]> git.ipfire.org Git - thirdparty/git.git/commit - git-archimport.perl
archimport: remove String::ShellQuote dependency.
authorEric Wong <normalperson@yhbt.net>
Thu, 24 Nov 2005 07:48:57 +0000 (23:48 -0800)
committerMartin Langhoff <martin@catalyst.net.nz>
Sun, 11 Dec 2005 01:41:39 +0000 (14:41 +1300)
commitf88961a85f14dd3fae4f5204f8187ba5d9a7646e
treefabd4fdf690e4d214f16fe2ddb61b98c7845c5ea
parent2777ef76be7174f698b3f53cc4ff38b4118de320
archimport: remove String::ShellQuote dependency.

use safe_pipe_capture() or system() over backticks where
shellquoting may have been necessary.
More changes planned, so I'm not touching the parts I'm
planning on replacing entirely.

Signed-off-by: Eric Wong <normalperson@yhbt.net>
Signed-off-by: Martin Langhoff <martin@catalyst.net.nz>
git-archimport.perl