<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git/contrib, branch v2.25.2</title>
<subtitle>Mirror of https://git.kernel.org/pub/scm/git/git.git/
</subtitle>
<id>https://git.shady.money/git/atom?h=v2.25.2</id>
<link rel='self' href='https://git.shady.money/git/atom?h=v2.25.2'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/'/>
<updated>2020-01-16T23:18:46Z</updated>
<entry>
<title>Sync with maint</title>
<updated>2020-01-16T23:18:46Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2020-01-16T23:18:46Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=232378479ee6c66206d47a9be175e3a39682aea6'/>
<id>urn:sha1:232378479ee6c66206d47a9be175e3a39682aea6</id>
<content type='text'>
* maint:
  msvc: accommodate for vcpkg's upgrade to OpenSSL v1.1.x
</content>
</entry>
<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 'dl/pretty-reference'</title>
<updated>2019-12-10T21:11:43Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2019-12-10T21:11:42Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=d37cfe3b5c7ef64aff0459ce2730464120c97f30'/>
<id>urn:sha1:d37cfe3b5c7ef64aff0459ce2730464120c97f30</id>
<content type='text'>
"git log" family learned "--pretty=reference" that gives the name
of a commit in the format that is often used to refer to it in log
messages.

* dl/pretty-reference:
  SubmittingPatches: use `--pretty=reference`
  pretty: implement 'reference' format
  pretty: add struct cmt_fmt_map::default_date_mode_type
  pretty: provide short date format
  t4205: cover `git log --reflog -z` blindspot
  pretty.c: inline initalize format_context
  revision: make get_revision_mark() return const pointer
  completion: complete `tformat:` pretty format
  SubmittingPatches: remove dq from commit reference
  pretty-formats.txt: use generic terms for hash
  SubmittingPatches: use generic terms for hash
</content>
</entry>
<entry>
<title>Merge branch 'dl/submodule-set-url'</title>
<updated>2019-12-10T21:11:42Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2019-12-10T21:11:42Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=99c4ff1bdabc2122a7c6a2b8df87acdd0c2dd18f'/>
<id>urn:sha1:99c4ff1bdabc2122a7c6a2b8df87acdd0c2dd18f</id>
<content type='text'>
"git submodule" learned a subcommand "set-url".

* dl/submodule-set-url:
  submodule: teach set-url subcommand
</content>
</entry>
<entry>
<title>Merge branch 'js/complete-svn-recursive'</title>
<updated>2019-12-01T17:04:40Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2019-12-01T17:04:40Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=a6c6f8d02aff15d50ba63b31936453938defd571'/>
<id>urn:sha1:a6c6f8d02aff15d50ba63b31936453938defd571</id>
<content type='text'>
The completion script (in contrib/) has been taught that "git svn"
supports the "--recursive" option.

* js/complete-svn-recursive:
  completion: tab-complete "git svn --recursive"
</content>
</entry>
<entry>
<title>Merge branch 'dl/complete-rebase-onto'</title>
<updated>2019-12-01T17:04:37Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2019-12-01T17:04:37Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=ef8f6210457a3af5a1c36ba066cb4f2b5a8529fa'/>
<id>urn:sha1:ef8f6210457a3af5a1c36ba066cb4f2b5a8529fa</id>
<content type='text'>
The completion script (in contrib/) learned that the "--onto"
option of "git rebase" can take its argument as the value of the
option.

* dl/complete-rebase-onto:
  completion: learn to complete `git rebase --onto=`
</content>
</entry>
<entry>
<title>Merge branch 'jk/remove-sha1-to-hex'</title>
<updated>2019-12-01T17:04:36Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2019-12-01T17:04:36Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=f1654576184aa131a3031f0e64cca7bde4def350'/>
<id>urn:sha1:f1654576184aa131a3031f0e64cca7bde4def350</id>
<content type='text'>
Code clean-up.

* jk/remove-sha1-to-hex:
  hex: drop sha1_to_hex()
  hex: drop sha1_to_hex_r()
</content>
</entry>
<entry>
<title>pretty: implement 'reference' format</title>
<updated>2019-11-20T04:33:37Z</updated>
<author>
<name>Denton Liu</name>
<email>liu.denton@gmail.com</email>
</author>
<published>2019-11-20T00:51:25Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=1f0fc1db8599f87520494ca4f0e3c1b6fabdf997'/>
<id>urn:sha1:1f0fc1db8599f87520494ca4f0e3c1b6fabdf997</id>
<content type='text'>
The standard format for referencing other commits within some projects
(such as git.git) is the reference format. This is described in
Documentation/SubmittingPatches as

	If you want to reference a previous commit in the history of a stable
	branch, use the format "abbreviated hash (subject, date)", like this:

	....
		Commit f86a374 (pack-bitmap.c: fix a memleak, 2015-03-30)
		noticed that ...
	....

Since this format is so commonly used, standardize it as a pretty
format.

The tests that are implemented essentially show that the format-string
does not change in response to various log options. This is useful
because, for future developers, it shows that we've considered the
limitations of the "canned format-string" approach and we are fine with
them.

Based-on-a-patch-by: SZEDER Gábor &lt;szeder.dev@gmail.com&gt;
Signed-off-by: Denton Liu &lt;liu.denton@gmail.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>completion: complete `tformat:` pretty format</title>
<updated>2019-11-20T04:33:36Z</updated>
<author>
<name>Denton Liu</name>
<email>liu.denton@gmail.com</email>
</author>
<published>2019-11-20T00:51:11Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=f0f9de2bd71b41afeb2a2a77a681a15a83246a62'/>
<id>urn:sha1:f0f9de2bd71b41afeb2a2a77a681a15a83246a62</id>
<content type='text'>
Signed-off-by: Denton Liu &lt;liu.denton@gmail.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>completion: tab-complete "git svn --recursive"</title>
<updated>2019-11-13T03:46:12Z</updated>
<author>
<name>James Shubin</name>
<email>james@shubin.ca</email>
</author>
<published>2019-11-13T00:47:52Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=1f9247a3bd809b770bf9acfa0877467621a76d69'/>
<id>urn:sha1:1f9247a3bd809b770bf9acfa0877467621a76d69</id>
<content type='text'>
Signed-off-by: James Shubin &lt;james@shubin.ca&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
</feed>
