<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git/perl, branch v2.16.2</title>
<subtitle>Mirror of https://git.kernel.org/pub/scm/git/git.git/
</subtitle>
<id>https://git.shady.money/git/atom?h=v2.16.2</id>
<link rel='self' href='https://git.shady.money/git/atom?h=v2.16.2'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/'/>
<updated>2017-11-22T07:23:55Z</updated>
<entry>
<title>Git/Packet.pm: use 'if' instead of 'unless'</title>
<updated>2017-11-22T07:23:55Z</updated>
<author>
<name>Christian Couder</name>
<email>christian.couder@gmail.com</email>
</author>
<published>2017-11-21T16:09:39Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=4a543708cc1dd9bdc1e359078118a5279a2cfe11'/>
<id>urn:sha1:4a543708cc1dd9bdc1e359078118a5279a2cfe11</id>
<content type='text'>
The code is more understandable with 'if' instead of 'unless'.

Signed-off-by: Christian Couder &lt;chriscool@tuxfamily.org&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Git/Packet: clarify that packet_required_key_val_read allows EOF</title>
<updated>2017-11-22T07:23:55Z</updated>
<author>
<name>Christian Couder</name>
<email>christian.couder@gmail.com</email>
</author>
<published>2017-11-21T16:09:38Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=cb1c64b4a8eeda9bc576063c3c9eea34d5693560'/>
<id>urn:sha1:cb1c64b4a8eeda9bc576063c3c9eea34d5693560</id>
<content type='text'>
The function calls itself "required", but it does not die when it
sees an unexpected EOF.

Let's rename it to "packet_key_val_read()".

Signed-off-by: Christian Couder &lt;chriscool@tuxfamily.org&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Git/Packet.pm: extract parts of t0021/rot13-filter.pl for reuse</title>
<updated>2017-11-07T01:26:01Z</updated>
<author>
<name>Christian Couder</name>
<email>christian.couder@gmail.com</email>
</author>
<published>2017-11-05T21:38:36Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=0fe8d516bb70c675fc9cea9339247b01f7e96cad'/>
<id>urn:sha1:0fe8d516bb70c675fc9cea9339247b01f7e96cad</id>
<content type='text'>
And while at it let's simplify t0021/rot13-filter.pl by
using Git/Packet.pm.

This will make it possible to reuse packet related
functions in other test scripts.

Signed-off-by: Christian Couder &lt;chriscool@tuxfamily.org&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'ur/svn-local-zone'</title>
<updated>2017-08-22T17:29:07Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2017-08-22T17:29:07Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=716c4699ce920ca4ae30da32c262c51a56e4c625'/>
<id>urn:sha1:716c4699ce920ca4ae30da32c262c51a56e4c625</id>
<content type='text'>
"git svn" used with "--localtime" option did not compute the tz
offset for the timestamp in question and instead always used the
current time, which has been corrected.

* ur/svn-local-zone:
  git svn fetch: Create correct commit timestamp when using --localtime
</content>
</entry>
<entry>
<title>Merge branch 'jc/perl-git-comment-typofix'</title>
<updated>2017-08-22T17:29:06Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2017-08-22T17:29:06Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=0e544bf6cdde69987f92c2ea59ef4016bda0f62d'/>
<id>urn:sha1:0e544bf6cdde69987f92c2ea59ef4016bda0f62d</id>
<content type='text'>
A comment fix.

* jc/perl-git-comment-typofix:
  perl/Git.pm: typofix in a comment
</content>
</entry>
<entry>
<title>git svn fetch: Create correct commit timestamp when using --localtime</title>
<updated>2017-08-08T16:57:44Z</updated>
<author>
<name>Urs Thuermann</name>
<email>urs@isnogud.escape.de</email>
</author>
<published>2017-08-05T00:12:15Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=1adc4b9a5886465adc71116b7ff2d5c320731e05'/>
<id>urn:sha1:1adc4b9a5886465adc71116b7ff2d5c320731e05</id>
<content type='text'>
In parse_svn_date() prepend the correct UTC offset to the timestamp
returned.  This is the offset in effect at the commit time instead of
the offset in effect at calling time.

Signed-off-by: Urs Thuermann &lt;urs@isnogud.escape.de&gt;
Reviewed-by: Eric Wong &lt;e@80x24.org&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>perl/Git.pm: typofix in a comment</title>
<updated>2017-08-07T22:15:57Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2017-08-07T22:15:57Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=f81935cc4d16e6a346294ea2cd21e0751846b63a'/>
<id>urn:sha1:f81935cc4d16e6a346294ea2cd21e0751846b63a</id>
<content type='text'>
No change of behaviour intended.

Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'pw/unquote-path-in-git-pm'</title>
<updated>2017-07-10T20:42:50Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2017-07-10T20:42:50Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=9bf8e0c73d28eeede51f8d5cb75865eb544e7d47'/>
<id>urn:sha1:9bf8e0c73d28eeede51f8d5cb75865eb544e7d47</id>
<content type='text'>
Code refactoring.

* pw/unquote-path-in-git-pm:
  t9700: add tests for Git::unquote_path()
  Git::unquote_path(): throw an exception on bad path
  Git::unquote_path(): handle '\a'
  add -i: move unquote_path() to Git.pm
</content>
</entry>
<entry>
<title>Git::unquote_path(): throw an exception on bad path</title>
<updated>2017-06-30T15:04:59Z</updated>
<author>
<name>Phillip Wood</name>
<email>phillip.wood@dunelm.org.uk</email>
</author>
<published>2017-06-30T09:49:11Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=d5f28b724192e9172d0a013dd7b2ca20fd1bbb9b'/>
<id>urn:sha1:d5f28b724192e9172d0a013dd7b2ca20fd1bbb9b</id>
<content type='text'>
This is what the other routines in Git.pm do if there's an error.

Signed-off-by: Phillip Wood &lt;phillip.wood@dunelm.org.uk&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Git::unquote_path(): handle '\a'</title>
<updated>2017-06-30T15:02:43Z</updated>
<author>
<name>Phillip Wood</name>
<email>phillip.wood@dunelm.org.uk</email>
</author>
<published>2017-06-30T09:49:10Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=4cebfac94412ccbd077c6776f7c8db1914bafde2'/>
<id>urn:sha1:4cebfac94412ccbd077c6776f7c8db1914bafde2</id>
<content type='text'>
unquote_path() does not handle quoted paths containing '\a',
even though quote.c::unquote_c_style() does, and quote.c:sq_lookup[]
tells quote.c::sq_must_quote() that '\007' must be quoted as '\a'.

Signed-off-by: Phillip Wood &lt;phillip.wood@dunelm.org.uk&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
</feed>
