Code

git-p4: support single file p4 client view maps
authorGary Gibbons <ggibbons@perforce.com>
Mon, 2 Jan 2012 23:05:52 +0000 (18:05 -0500)
committerJunio C Hamano <gitster@pobox.com>
Tue, 3 Jan 2012 22:10:03 +0000 (14:10 -0800)
commite3e68643b5c2adec097ba26230e0fcb641febacb
treec4cb11e7afc2861f99c586304b9502cdb21f5920
parentdf5ed9077f18985a73f00fe2bacc2961598f73dc
git-p4: support single file p4 client view maps

Perforce client views can map individual files,
mapping one //depot file path to one //client file path.
These mappings contain no meta/masking characters.
This patch add support for these file maps to
the currently supported '...' view mappings.

[pw: one test now suceeds]

Signed-off-by: Gary Gibbons <ggibbons@perforce.com>
Signed-off-by: Pete Wyckoff <pw@padd.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
contrib/fast-import/git-p4
t/t9809-git-p4-client-view.sh