Re: [PATCH] git-p4.py: add support for filetype change

2015-12-29 Thread Romain Picard
Le 26.12.2015 11:26, Luke Diamand a écrit : On 21 December 2015 at 13:09, Romain Picard wrote: After changing the type of a file in the git repository, it is not possible to "git p4 publish" the commit to perforce. This is due to the fact that the git "T" status is not handled in git-p4.py. Th

Re: [PATCH] git-p4.py: add support for filetype change

2015-12-26 Thread Luke Diamand
On 21 December 2015 at 13:09, Romain Picard wrote: > After changing the type of a file in the git repository, it is not possible to > "git p4 publish" the commit to perforce. This is due to the fact that the git > "T" status is not handled in git-p4.py. This can typically occur when > replacing >

[PATCH] git-p4.py: add support for filetype change

2015-12-21 Thread Romain Picard
After changing the type of a file in the git repository, it is not possible to "git p4 publish" the commit to perforce. This is due to the fact that the git "T" status is not handled in git-p4.py. This can typically occur when replacing an existing file with a symbolic link. The "T" modifier is no