mbox series

[v2,0/2] Teach git version --build-options about zlib+libcurl

Message ID 20240621180947.64419-1-randall.becker@nexbridge.ca (mailing list archive)
Headers show
Series Teach git version --build-options about zlib+libcurl | expand

Message

Randall S. Becker June 21, 2024, 6:09 p.m. UTC
This simple series adds the zlib and libcurl versions, if any, used
during a git build.

As an example, the following is appended to the git version --build-options
report:
	libcurl: 8.7.1
	zlib: 1.3.1

Randall S. Becker (2):
  Teach git version --build-options to know about libcurl versions.
  Teach git version --build-options to know about zlib versions.

 help.c | 7 +++++++
 1 file changed, 7 insertions(+)