[PATCH] git-p4: Fetch the proper revision of utf16 files

2015-04-03 Thread Daniel Bingham
that by formatting the print command using the revision number as is done in streamP4Files(). Daniel Bingham (1): git-p4: Fetch the proper revision of utf16 files git-p4.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) -- 2.3.5 -- To unsubscribe from this list: send the line unsubscribe git

[PATCH] git-p4: Fetch the proper revision of utf16 files

2015-04-03 Thread Daniel Bingham
@changelist for consistency with how streamP4Files formats the fileArgs list. Signed-off-by: Daniel Bingham g...@dbingham.com --- git-p4.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/git-p4.py b/git-p4.py index ff132b2..156f3a4 100755 --- a/git-p4.py +++ b/git-p4.py @@ -2101,7