<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git, branch v2.7.3</title>
<subtitle>Mirror of https://git.kernel.org/pub/scm/git/git.git/
</subtitle>
<id>https://git.shady.money/git/atom?h=v2.7.3</id>
<link rel='self' href='https://git.shady.money/git/atom?h=v2.7.3'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/'/>
<updated>2016-03-10T19:14:08Z</updated>
<entry>
<title>Git 2.7.3</title>
<updated>2016-03-10T19:14:08Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2016-03-10T19:13:13Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=594730e980521310d88006d91f3f14ef5eff1e2b'/>
<id>urn:sha1:594730e980521310d88006d91f3f14ef5eff1e2b</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'ma/update-hooks-sample-typofix' into maint</title>
<updated>2016-03-10T19:13:50Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2016-03-10T19:13:50Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=2e1e569d0ef7507354c57d9b2be4b0f44241a1d4'/>
<id>urn:sha1:2e1e569d0ef7507354c57d9b2be4b0f44241a1d4</id>
<content type='text'>
* ma/update-hooks-sample-typofix:
  templates/hooks: fix minor typo in the sample update-hook
</content>
</entry>
<entry>
<title>Merge branch 'dt/initial-ref-xn-commit-doc' into maint</title>
<updated>2016-03-10T19:13:49Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2016-03-10T19:13:49Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=3e6e43e1308d2513864485391df337e156d4b12f'/>
<id>urn:sha1:3e6e43e1308d2513864485391df337e156d4b12f</id>
<content type='text'>
* dt/initial-ref-xn-commit-doc:
  refs: document transaction semantics
</content>
</entry>
<entry>
<title>Merge branch 'ps/plug-xdl-merge-leak' into maint</title>
<updated>2016-03-10T19:13:49Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2016-03-10T19:13:49Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=4da402695d2998b4735dd219b03848b47d2389cf'/>
<id>urn:sha1:4da402695d2998b4735dd219b03848b47d2389cf</id>
<content type='text'>
* ps/plug-xdl-merge-leak:
  xdiff/xmerge: fix memory leak in xdl_merge
</content>
</entry>
<entry>
<title>Merge branch 'ak/git-strip-extension-from-dashed-command' into maint</title>
<updated>2016-03-10T19:13:48Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2016-03-10T19:13:48Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=08e21c9b5f3996152080ff22d33d9d2866a3dc26'/>
<id>urn:sha1:08e21c9b5f3996152080ff22d33d9d2866a3dc26</id>
<content type='text'>
Code simplification.

* ak/git-strip-extension-from-dashed-command:
  git.c: simplify stripping extension of a file in handle_builtin()
</content>
</entry>
<entry>
<title>Merge branch 'ak/extract-argv0-last-dir-sep' into maint</title>
<updated>2016-03-10T19:13:47Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2016-03-10T19:13:47Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=c6f399c96f5a323a11f63a54553664c596bf0e2d'/>
<id>urn:sha1:c6f399c96f5a323a11f63a54553664c596bf0e2d</id>
<content type='text'>
Code simplification.

* ak/extract-argv0-last-dir-sep:
  exec_cmd.c: use find_last_dir_sep() for code simplification
</content>
</entry>
<entry>
<title>Merge branch 'jk/pack-idx-corruption-safety' into maint</title>
<updated>2016-03-10T19:13:46Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2016-03-10T19:13:46Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=80047fa084f994969d42338bc3fbbb89e7d957d6'/>
<id>urn:sha1:80047fa084f994969d42338bc3fbbb89e7d957d6</id>
<content type='text'>
The code to read the pack data using the offsets stored in the pack
idx file has been made more carefully check the validity of the
data in the idx.

* jk/pack-idx-corruption-safety:
  sha1_file.c: mark strings for translation
  use_pack: handle signed off_t overflow
  nth_packed_object_offset: bounds-check extended offset
  t5313: test bounds-checks of corrupted/malicious pack/idx files
</content>
</entry>
<entry>
<title>Merge branch 'js/config-set-in-non-repository' into maint</title>
<updated>2016-03-10T19:13:45Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2016-03-10T19:13:45Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=0e58b47d153a90d80518ef35c53ffb244ed4ecd6'/>
<id>urn:sha1:0e58b47d153a90d80518ef35c53ffb244ed4ecd6</id>
<content type='text'>
"git config section.var value" to set a value in per-repository
configuration file failed when it was run outside any repository,
but didn't say the reason correctly.

* js/config-set-in-non-repository:
  git config: report when trying to modify a non-existing repo config
</content>
</entry>
<entry>
<title>Merge branch 'sb/submodule-module-list-fix' into maint</title>
<updated>2016-03-10T19:13:45Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2016-03-10T19:13:45Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=1191d606bb2b544e3d8429d07f8ff43aae7d8145'/>
<id>urn:sha1:1191d606bb2b544e3d8429d07f8ff43aae7d8145</id>
<content type='text'>
A helper function "git submodule" uses since v2.7.0 to list the
modules that match the pathspec argument given to its subcommands
(e.g. "submodule add &lt;repo&gt; &lt;path&gt;") has been fixed.

* sb/submodule-module-list-fix:
  submodule helper list: respect correct path prefix
</content>
</entry>
<entry>
<title>Merge branch 'jk/grep-binary-workaround-in-test' into maint</title>
<updated>2016-03-10T19:13:45Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2016-03-10T19:13:45Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=7f18fadcbc409c24d9d76a913eb280db74b8a89a'/>
<id>urn:sha1:7f18fadcbc409c24d9d76a913eb280db74b8a89a</id>
<content type='text'>
Recent versions of GNU grep are pickier when their input contains
arbitrary binary data, which some of our tests uses.  Rewrite the
tests to sidestep the problem.

* jk/grep-binary-workaround-in-test:
  t9200: avoid grep on non-ASCII data
  t8005: avoid grep on non-ASCII data
</content>
</entry>
</feed>
