git p4: do wildcard decoding in stripRepoPath
commit0d1696ef47a61bba1088b0e5cd58a8bc45d936fb
authorPete Wyckoff <pw@padd.com>
Sat, 11 Aug 2012 16:55:03 +0000 (11 12:55 -0400)
committerJunio C Hamano <gitster@pobox.com>
Sun, 12 Aug 2012 04:42:14 +0000 (11 21:42 -0700)
tree83b59b879eef2d57f1dbb645d2506129fd6695de
parente63231e566e2ac063e9f2aca18f5e3dca29dbc8f
git p4: do wildcard decoding in stripRepoPath

Instead of having to remember to do it after each call to
stripRepoPath, make it part of that function.

Signed-off-by: Pete Wyckoff <pw@padd.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-p4.py