]> git.ipfire.org Git - thirdparty/git.git/commit - git-p4.py
git-p4: use subprocess in p4CmdList
authorScott Lamb <slamb@slamb.org>
Mon, 16 Jul 2007 03:58:10 +0000 (20:58 -0700)
committerSimon Hausmann <simon@lst.de>
Tue, 17 Jul 2007 06:35:24 +0000 (08:35 +0200)
commit9f90c7335e223c26d19f3c01a6d89e6c0cd8b827
tree25f50c8a3cadec5e0cb86148ad9f057271bcb8f9
parenta5e407988b35b7353bd03c770afc647670c25981
git-p4: use subprocess in p4CmdList

This allows bidirectional piping - useful for "-x -" to avoid commandline
arguments - and is a step toward bypassing the shell.

Signed-off-by: Scott Lamb <slamb@slamb.org>
Signed-off-by: Simon Hausmann <simon@lst.de>
contrib/fast-import/git-p4