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

2016-01-05 Thread Romain Picard
Le 04.01.2016 23:16, Luke Diamand a écrit : On 4 January 2016 at 10:52, 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

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

2016-01-04 Thread Romain Picard
The "T" modifier is now supported in git-p4.py. When a file type has changed, inform perforce with the "p4 edit -f auto" command. Signed-off-by: Romain Picard --- git-p4.py | 9 +++-- t/t9827-git-p4-change-filetype.sh | 69

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

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

2015-12-21 Thread Romain Picard
The "T" modifier is now supported in git-p4.py. When a file type has changed, inform perforce with the "p4 edit -f auto" command. Signed-off-by: Romain Picard --- git-p4.py | 9 +++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/git-p4.py b/git-p4.py index