X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=contrib%2Ffast-import%2Fgit-p4.txt;h=e09da445b692db2a1cbdba7ee49456de6e2571e9;hb=3952710bfaa46917fd0c3a9b29d076ec013d6b6a;hp=49b335921a3871d82a2c0110170a6e66d71561ee;hpb=a1eb73d917e15cd97314e0a39cbe857329339a96;p=thirdparty%2Fgit.git diff --git a/contrib/fast-import/git-p4.txt b/contrib/fast-import/git-p4.txt index 49b335921a..e09da445b6 100644 --- a/contrib/fast-import/git-p4.txt +++ b/contrib/fast-import/git-p4.txt @@ -191,6 +191,11 @@ git-p4.useclientspec git config [--global] git-p4.useclientspec false +The P4CLIENT environment variable should be correctly set for p4 to be +able to find the relevant client. This client spec will be used to +both filter the files cloned by git and set the directory layout as +specified in the client (this implies --keep-path style semantics). + Implementation Details... =========================