mbox series

[v0,0/1] Teach git version --build-options about zlib+libcurl

Message ID 20240621154552.62038-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, 3:45 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 (1):
  Teach git version --build-options to know about zlib and libcurl
    versions.

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