On Thu, Aug 3, 2017 at 9:11 PM, Junio C Hamano wrote:
>> diff --git a/perl/Git/Packet.pm b/perl/Git/Packet.pm
>> new file mode 100644
>> index 00..aaffecbe2a
>> --- /dev/null
>> +++ b/perl/Git/Packet.pm
>> @@ -0,0 +1,71 @@
>> +package Git::Packet;
>> +use 5.008;
>> +use strict;
>> +use wa
Christian Couder writes:
> This will make it possible to reuse packet reading and writing
> functions in other test scripts.
>
> Signed-off-by: Christian Couder
> ---
> perl/Git/Packet.pm | 71
> ++
> 1 file changed, 71 insertions(+)
> creat
This will make it possible to reuse packet reading and writing
functions in other test scripts.
Signed-off-by: Christian Couder
---
perl/Git/Packet.pm | 71 ++
1 file changed, 71 insertions(+)
create mode 100644 perl/Git/Packet.pm
diff --git
3 matches
Mail list logo