Speed up the import of individual files from Perforce into git by passing the output...
commit9466d479e27afe864d42e3d501489b033b8da83f
authorSimon Hausmann <hausmann@kde.org>
Wed, 31 Jan 2007 19:16:26 +0000 (31 20:16 +0100)
committerSimon Hausmann <hausmann@kde.org>
Wed, 31 Jan 2007 19:16:26 +0000 (31 20:16 +0100)
tree73a29be88802feb50800e0dac08e202ddf7ab295
parentd93ed31ac4b1f8963fa83d02aa6bf6148f86e50d
Speed up the import of individual files from Perforce into git by passing the output of "p4 print" directly to git fast-import. Also try to set the mode of the file in git correctly based on file type heuristics.

Signed-off-by: Simon Hausmann <hausmann@kde.org>
contrib/fast-import/p4-fast-export.py