Re: [PATCH v2] git p4: implement view spec wildcards with "p4 where"

2013-09-05 Thread kazuki saitoh
2013/9/4 Junio C Hamano : > kazuki saitoh writes: > >> Currently, git p4 does not support many of the view wildcards, >> such as * and %%n. It only knows the common ... mapping, and >> exclusions. >> >> Redo the entire wildcard code around the idea of >> directly querying the p4 server for the ma

Re: [PATCH v2] git p4: implement view spec wildcards with "p4 where"

2013-09-03 Thread Junio C Hamano
kazuki saitoh writes: > Currently, git p4 does not support many of the view wildcards, > such as * and %%n. It only knows the common ... mapping, and > exclusions. > > Redo the entire wildcard code around the idea of > directly querying the p4 server for the mapping. For each > commit, invoke "

[PATCH v2] git p4: implement view spec wildcards with "p4 where"

2013-08-30 Thread kazuki saitoh
Currently, git p4 does not support many of the view wildcards, such as * and %%n. It only knows the common ... mapping, and exclusions. Redo the entire wildcard code around the idea of directly querying the p4 server for the mapping. For each commit, invoke "p4 where" with committed file paths a