diff options
author | Simon Hausmann <hausmann@kde.org> | 2007-05-15 14:42:56 +0200 |
---|---|---|
committer | Simon Hausmann <shausman@trolltech.com> | 2007-05-15 14:44:32 +0200 |
commit | ac1fde55a71e166a86468582961908ab0d01413b (patch) | |
tree | 4a755e3c353e56f824dab50584f41103ffa8f427 /contrib | |
parent | Use the subprocess module instead of popen2 to make it work on Windows. (diff) | |
download | tgif-ac1fde55a71e166a86468582961908ab0d01413b.tar.xz |
Added a little .bat wrapper from Marius
Signed-off-by: Simon Hausmann <hausmann@kde.org>
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/fast-import/git-p4.bat | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/fast-import/git-p4.bat b/contrib/fast-import/git-p4.bat new file mode 100644 index 0000000000..666eb73016 --- /dev/null +++ b/contrib/fast-import/git-p4.bat @@ -0,0 +1 @@ +python "%~d0%~p0git-p4" %*
|