<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git, branch v2.9.3</title>
<subtitle>Fork of git SCM with my patches.</subtitle>
<id>http://git.kilabit.info/git/atom?h=v2.9.3</id>
<link rel='self' href='http://git.kilabit.info/git/atom?h=v2.9.3'/>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/'/>
<updated>2016-08-12T16:17:51Z</updated>
<entry>
<title>Git 2.9.3</title>
<updated>2016-08-12T16:17:51Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2016-08-12T16:17:51Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=e0c1ceafc5bece92d35773a75fff59497e1d9bd5'/>
<id>urn:sha1:e0c1ceafc5bece92d35773a75fff59497e1d9bd5</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'jk/difftool-in-subdir' into maint</title>
<updated>2016-08-12T16:16:57Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2016-08-12T16:16:57Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=9b601eafd1437df2e11b032bfbfd1ac5d32d3290'/>
<id>urn:sha1:9b601eafd1437df2e11b032bfbfd1ac5d32d3290</id>
<content type='text'>
"git difftool &lt;paths&gt;..." started in a subdirectory failed to
interpret the paths relative to that directory, which has been
fixed.

* jk/difftool-in-subdir:
  difftool: use Git::* functions instead of passing around state
  difftool: avoid $GIT_DIR and $GIT_WORK_TREE
  difftool: fix argument handling in subdirs
</content>
</entry>
<entry>
<title>Merge branch 'jk/reset-ident-time-per-commit' into maint</title>
<updated>2016-08-12T16:16:56Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2016-08-12T16:16:56Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=f4fd6276619dfe7cf9a024730ca65b1bd0b3492b'/>
<id>urn:sha1:f4fd6276619dfe7cf9a024730ca65b1bd0b3492b</id>
<content type='text'>
Not-so-recent rewrite of "git am" that started making internal
calls into the commit machinery had an unintended regression, in
that no matter how many seconds it took to apply many patches, the
resulting committer timestamp for the resulting commits were all
the same.

* jk/reset-ident-time-per-commit:
  am: reset cached ident date for each patch
</content>
</entry>
<entry>
<title>Yet another batch for 2.9.3</title>
<updated>2016-08-10T18:56:56Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2016-08-10T18:56:56Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=8e4b75a97beaf88aa83ab2b18c07bd8ae4954f28'/>
<id>urn:sha1:8e4b75a97beaf88aa83ab2b18c07bd8ae4954f28</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'jh/clean-smudge-f-doc' into maint</title>
<updated>2016-08-10T18:55:34Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2016-08-10T18:55:34Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=019d8a409f6ff077c171589e89ac84f6575da86c'/>
<id>urn:sha1:019d8a409f6ff077c171589e89ac84f6575da86c</id>
<content type='text'>
A minor documentation update.

This was split out from a stalled jh/clean-smudge-annex topic
before discarding it.

* jh/clean-smudge-f-doc:
  clarify %f documentation
</content>
</entry>
<entry>
<title>Merge branch 'rs/use-strbuf-addstr' into maint</title>
<updated>2016-08-10T18:55:34Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2016-08-10T18:55:33Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=574a31b5b76b82b18e85825385d8594372152a8f'/>
<id>urn:sha1:574a31b5b76b82b18e85825385d8594372152a8f</id>
<content type='text'>
* rs/use-strbuf-addstr:
  use strbuf_addstr() instead of strbuf_addf() with "%s"
  use strbuf_addstr() for adding constant strings to a strbuf
</content>
</entry>
<entry>
<title>Merge branch 'cp/completion-clone-recurse-submodules' into maint</title>
<updated>2016-08-10T18:55:33Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2016-08-10T18:55:33Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=9a54075c80e8fb30fe267ac57d5e7ef652bc901f'/>
<id>urn:sha1:9a54075c80e8fb30fe267ac57d5e7ef652bc901f</id>
<content type='text'>
* cp/completion-clone-recurse-submodules:
  completion: add option '--recurse-submodules' to 'git clone'
</content>
</entry>
<entry>
<title>Merge branch 'jk/t4205-cleanup' into maint</title>
<updated>2016-08-10T18:55:32Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2016-08-10T18:55:32Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=66d6511c536ad20a25801295cecfc79caea2f57b'/>
<id>urn:sha1:66d6511c536ad20a25801295cecfc79caea2f57b</id>
<content type='text'>
Test modernization.

* jk/t4205-cleanup:
  t4205: indent here documents
  t4205: drop top-level &amp;&amp;-chaining
</content>
</entry>
<entry>
<title>Merge branch 'jc/hashmap-doc-init' into maint</title>
<updated>2016-08-10T18:55:31Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2016-08-10T18:55:31Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=33481c1e59fa557553052912a005094aaf913074'/>
<id>urn:sha1:33481c1e59fa557553052912a005094aaf913074</id>
<content type='text'>
The API documentation for hashmap was unclear if hashmap_entry
can be safely discarded without any other consideration.  State
that it is safe to do so.

* jc/hashmap-doc-init:
  hashmap: clarify that hashmap_entry can safely be discarded
</content>
</entry>
<entry>
<title>Merge branch 'js/nedmalloc-gcc6-warnings' into maint</title>
<updated>2016-08-10T18:55:31Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2016-08-10T18:55:31Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=05a6d0e9d08995378e7a37048d60fbae428106fb'/>
<id>urn:sha1:05a6d0e9d08995378e7a37048d60fbae428106fb</id>
<content type='text'>
Squelch compiler warnings for netmalloc (in compat/) library.

* js/nedmalloc-gcc6-warnings:
  nedmalloc: work around overzealous GCC 6 warning
  nedmalloc: fix misleading indentation
</content>
</entry>
</feed>
