git-p4: Support usage of perforce client spec
authorTor Arvid Lund <torarvid@gmail.com>
Mon, 18 Feb 2008 14:22:08 +0000 (15:22 +0100)
committerSimon Hausmann <simon@lst.de>
Wed, 27 Feb 2008 15:27:13 +0000 (16:27 +0100)
When syncing, git-p4 will only download files that are included in the active
perforce client spec. This does not change the default behaviour - it requires
that the user either supplies the command line argument --use-client-spec, or
sets the git config option p4.useclientspec to "true".

Signed-off-by: Tor Arvid Lund <torarvid@gmail.com>
Signed-off-by: Simon Hausmann <simon@lst.de>
No differences found