<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git/contrib, branch v2.24.2</title>
<subtitle>Mirror of https://git.kernel.org/pub/scm/git/git.git/
</subtitle>
<id>https://git.shady.money/git/atom?h=v2.24.2</id>
<link rel='self' href='https://git.shady.money/git/atom?h=v2.24.2'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/'/>
<updated>2020-01-16T20:18:23Z</updated>
<entry>
<title>msvc: accommodate for vcpkg's upgrade to OpenSSL v1.1.x</title>
<updated>2020-01-16T20:18:23Z</updated>
<author>
<name>Johannes Schindelin</name>
<email>johannes.schindelin@gmx.de</email>
</author>
<published>2020-01-15T22:57:34Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=b6d4d82bd5a49197d5d2f4f81c08da0d461cfcf1'/>
<id>urn:sha1:b6d4d82bd5a49197d5d2f4f81c08da0d461cfcf1</id>
<content type='text'>
With the upgrade, the library names changed from libeay32/ssleay32 to
libcrypto/libssl.

Signed-off-by: Johannes Schindelin &lt;johannes.schindelin@gmx.de&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'nr/diff-highlight-indent-fix'</title>
<updated>2019-10-23T05:43:09Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2019-10-23T05:43:09Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=b895e8dea66f7913bac3986beffbca64b47cbf1b'/>
<id>urn:sha1:b895e8dea66f7913bac3986beffbca64b47cbf1b</id>
<content type='text'>
Code cleanup.

* nr/diff-highlight-indent-fix:
  diff-highlight: fix a whitespace nit
</content>
</entry>
<entry>
<title>Merge branch 'mb/clarify-zsh-completion-doc'</title>
<updated>2019-10-23T05:43:09Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2019-10-23T05:43:09Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=c1ec35dd48ddc0d18249638f18888baf9b07d422'/>
<id>urn:sha1:c1ec35dd48ddc0d18249638f18888baf9b07d422</id>
<content type='text'>
The installation instruction for zsh completion script (in
contrib/) has been a bit improved.

* mb/clarify-zsh-completion-doc:
  completion: clarify installation instruction for zsh
</content>
</entry>
<entry>
<title>completion: clarify installation instruction for zsh</title>
<updated>2019-10-18T04:55:49Z</updated>
<author>
<name>Maxim Belsky</name>
<email>public.belsky@gmail.com</email>
</author>
<published>2019-10-11T17:54:28Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=176f5adfdb01abeede867a305c427cf8b2f48c0e'/>
<id>urn:sha1:176f5adfdb01abeede867a305c427cf8b2f48c0e</id>
<content type='text'>
The original comment does not describe type of ~/.zsh/_git explicitly
and zsh does not warn or fail if a user create it as a dictionary.
So unexperienced users could be misled by the original comment.

There is a small update to clarify it.

Helped-by: Johannes Schindelin &lt;Johannes.Schindelin@gmx.de&gt;
Helped-by: Junio C Hamano &lt;gitster@pobox.com&gt;
Signed-off-by: Maxim Belsky &lt;public.belsky@gmail.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>diff-highlight: fix a whitespace nit</title>
<updated>2019-10-15T05:08:37Z</updated>
<author>
<name>Norman Rasmussen</name>
<email>norman@rasmussen.co.za</email>
</author>
<published>2019-10-15T03:31:26Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=3b3c79f6c9cdd3fc6f5231e2d8c53ee732cfc771'/>
<id>urn:sha1:3b3c79f6c9cdd3fc6f5231e2d8c53ee732cfc771</id>
<content type='text'>
This changes the indent from
  "&lt;tab&gt;&lt;sp&gt;&lt;sp&gt;&lt;sp&gt;&lt;sp&gt;&lt;sp&gt;&lt;sp&gt;&lt;sp&gt;&lt;sp&gt;"
to
  "&lt;tab&gt;&lt;tab&gt;"
so that the statement lines up with the rest of the block.

Signed-off-by: Norman Rasmussen &lt;norman@rasmussen.co.za&gt;
Acked-by: Jeff King &lt;peff@peff.net&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'ew/hashmap'</title>
<updated>2019-10-15T04:48:02Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2019-10-15T04:48:01Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=5efabc7ed9e57bb73159d1ad7739c508167ef24a'/>
<id>urn:sha1:5efabc7ed9e57bb73159d1ad7739c508167ef24a</id>
<content type='text'>
Code clean-up of the hashmap API, both users and implementation.

* ew/hashmap:
  hashmap_entry: remove first member requirement from docs
  hashmap: remove type arg from hashmap_{get,put,remove}_entry
  OFFSETOF_VAR macro to simplify hashmap iterators
  hashmap: introduce hashmap_free_entries
  hashmap: hashmap_{put,remove} return hashmap_entry *
  hashmap: use *_entry APIs for iteration
  hashmap_cmp_fn takes hashmap_entry params
  hashmap_get{,_from_hash} return "struct hashmap_entry *"
  hashmap: use *_entry APIs to wrap container_of
  hashmap_get_next returns "struct hashmap_entry *"
  introduce container_of macro
  hashmap_put takes "struct hashmap_entry *"
  hashmap_remove takes "const struct hashmap_entry *"
  hashmap_get takes "const struct hashmap_entry *"
  hashmap_add takes "struct hashmap_entry *"
  hashmap_get_next takes "const struct hashmap_entry *"
  hashmap_entry_init takes "struct hashmap_entry *"
  packfile: use hashmap_entry in delta_base_cache_entry
  coccicheck: detect hashmap_entry.hash assignment
  diff: use hashmap_entry_init on moved_entry.ent
</content>
</entry>
<entry>
<title>Merge branch 'js/azure-pipelines-msvc'</title>
<updated>2019-10-15T04:48:00Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2019-10-15T04:48:00Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=6d5291be450594d453759650f466174f39953c4f'/>
<id>urn:sha1:6d5291be450594d453759650f466174f39953c4f</id>
<content type='text'>
CI updates.

* js/azure-pipelines-msvc:
  ci: also build and test with MS Visual Studio on Azure Pipelines
  ci: really use shallow clones on Azure Pipelines
  tests: let --immediate and --write-junit-xml play well together
  test-tool run-command: learn to run (parts of) the testsuite
  vcxproj: include more generated files
  vcxproj: only copy `git-remote-http.exe` once it was built
  msvc: work around a bug in GetEnvironmentVariable()
  msvc: handle DEVELOPER=1
  msvc: ignore some libraries when linking
  compat/win32/path-utils.h: add #include guards
  winansi: use FLEX_ARRAY to avoid compiler warning
  msvc: avoid using minus operator on unsigned types
  push: do not pretend to return `int` from `die_push_simple()`
</content>
</entry>
<entry>
<title>Merge branch 'am/visual-studio-config-fix'</title>
<updated>2019-10-09T05:00:58Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2019-10-09T05:00:58Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=042a54d2514c70f3a329189b141422d5f9726c13'/>
<id>urn:sha1:042a54d2514c70f3a329189b141422d5f9726c13</id>
<content type='text'>
Dev support.

* am/visual-studio-config-fix:
  contrib/buildsystems: fix Visual Studio Debug configuration
</content>
</entry>
<entry>
<title>Merge branch 'cc/svn-fe-py-shebang'</title>
<updated>2019-10-07T02:33:00Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2019-10-07T02:33:00Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=e5ce62b1acc39303d6c3d9a465b116cc234a2fe8'/>
<id>urn:sha1:e5ce62b1acc39303d6c3d9a465b116cc234a2fe8</id>
<content type='text'>
* cc/svn-fe-py-shebang:
  contrib/svn-fe: fix shebang for svnrdump_sim.py
</content>
</entry>
<entry>
<title>Merge branch 'hb/hg-to-git-py3'</title>
<updated>2019-10-07T02:32:59Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2019-10-07T02:32:59Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=8f53fe1733bbfbebc5e8dce087b8229165d1c4bf'/>
<id>urn:sha1:8f53fe1733bbfbebc5e8dce087b8229165d1c4bf</id>
<content type='text'>
The hg-to-git script (in contrib/) has been updated to work with
Python 3.

* hb/hg-to-git-py3:
  hg-to-git: make it compatible with both python3 and python2
</content>
</entry>
</feed>
