<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git, branch v2.3.7</title>
<subtitle>Mirror of https://git.kernel.org/pub/scm/git/git.git/
</subtitle>
<id>https://git.shady.money/git/atom?h=v2.3.7</id>
<link rel='self' href='https://git.shady.money/git/atom?h=v2.3.7'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/'/>
<updated>2015-04-27T19:25:36Z</updated>
<entry>
<title>Git 2.3.7</title>
<updated>2015-04-27T19:25:36Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2015-04-27T19:25:36Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=16018ae5fb368151f3eff13730cf089b63f41962'/>
<id>urn:sha1:16018ae5fb368151f3eff13730cf089b63f41962</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'tb/connect-ipv6-parse-fix' into maint</title>
<updated>2015-04-27T19:23:54Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2015-04-27T19:23:53Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=ad34ad614da30387c82a54c7087705050b4de441'/>
<id>urn:sha1:ad34ad614da30387c82a54c7087705050b4de441</id>
<content type='text'>
An earlier update to the parser that disects a URL broke an
address, followed by a colon, followed by an empty string (instead
of the port number), e.g. ssh://example.com:/path/to/repo.

* tb/connect-ipv6-parse-fix:
  connect.c: ignore extra colon after hostname
</content>
</entry>
<entry>
<title>Merge branch 'ma/bash-completion-leaking-x' into maint</title>
<updated>2015-04-27T19:23:51Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2015-04-27T19:23:51Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=89ba311df399d27a962b273e1acd95a38af2c821'/>
<id>urn:sha1:89ba311df399d27a962b273e1acd95a38af2c821</id>
<content type='text'>
The completion script (in contrib/) contaminated global namespace
and clobbered on a shell variable $x.

* ma/bash-completion-leaking-x:
  completion: fix global bash variable leak on __gitcompappend
</content>
</entry>
<entry>
<title>Merge branch 'jc/push-cert' into maint</title>
<updated>2015-04-27T19:23:50Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2015-04-27T19:23:47Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=631f6f1d47cc51a46c8ab48ea1178ea04cff0b8a'/>
<id>urn:sha1:631f6f1d47cc51a46c8ab48ea1178ea04cff0b8a</id>
<content type='text'>
The "git push --signed" protocol extension did not limit what the
"nonce" that is a server-chosen string can contain or how long it
can be, which was unnecessarily lax.  Limit both the length and the
alphabet to a reasonably small space that can still have enough
entropy.

* jc/push-cert:
  push --signed: tighten what the receiving end can ask to sign
</content>
</entry>
<entry>
<title>Git 2.3.6</title>
<updated>2015-04-21T19:17:09Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2015-04-21T19:17:09Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=ba63bfaa59ee41bd679286a594cc643b5a53c48d'/>
<id>urn:sha1:ba63bfaa59ee41bd679286a594cc643b5a53c48d</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'jk/colors' into maint</title>
<updated>2015-04-21T19:12:25Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2015-04-21T19:12:25Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=d544696afab635005503b18d71ca150b53d788a4'/>
<id>urn:sha1:d544696afab635005503b18d71ca150b53d788a4</id>
<content type='text'>
"diff-highlight" (in contrib/) used to show byte-by-byte
differences, which meant that multi-byte characters can be chopped
in the middle.  It learned to pay attention to character boundaries
(assuming the UTF-8 payload).

* jk/colors:
  diff-highlight: do not split multibyte characters
</content>
</entry>
<entry>
<title>Merge branch 'jk/test-annoyances' into maint</title>
<updated>2015-04-21T19:12:24Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2015-04-21T19:12:24Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=d3115a35fc29e7a55131a677878e67725d4cc165'/>
<id>urn:sha1:d3115a35fc29e7a55131a677878e67725d4cc165</id>
<content type='text'>
Test fixes.

* jk/test-annoyances:
  t5551: make EXPENSIVE test cheaper
  t5541: move run_with_cmdline_limit to test-lib.sh
  t: pass GIT_TRACE through Apache
  t: redirect stderr GIT_TRACE to descriptor 4
  t: translate SIGINT to an exit
</content>
</entry>
<entry>
<title>Merge branch 'pt/enter-repo-comment-fix' into maint</title>
<updated>2015-04-21T19:12:23Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2015-04-21T19:12:23Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=42b2f894a0237e3b393770330dba995e731ec7ad'/>
<id>urn:sha1:42b2f894a0237e3b393770330dba995e731ec7ad</id>
<content type='text'>
Documentation update.

* pt/enter-repo-comment-fix:
  enter_repo(): fix docs to match code
</content>
</entry>
<entry>
<title>Merge branch 'jz/gitweb-conf-doc-fix' into maint</title>
<updated>2015-04-21T19:12:22Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2015-04-21T19:12:22Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=1c30f8efa4ce4e9f5a3a41bf0236fe5baf2b6063'/>
<id>urn:sha1:1c30f8efa4ce4e9f5a3a41bf0236fe5baf2b6063</id>
<content type='text'>
Documentation update.

* jz/gitweb-conf-doc-fix:
  gitweb.conf.txt: say "build-time", not "built-time"
</content>
</entry>
<entry>
<title>Merge branch 'jk/cherry-pick-docfix' into maint</title>
<updated>2015-04-21T19:12:21Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2015-04-21T19:12:21Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=c809f4258fb066078b401cfead578a7bb855a2cb'/>
<id>urn:sha1:c809f4258fb066078b401cfead578a7bb855a2cb</id>
<content type='text'>
* jk/cherry-pick-docfix:
  cherry-pick: fix docs describing handling of empty commits
</content>
</entry>
</feed>
