From 07ae9f0a4944530d1e16176b0af808e5bf9a422a Mon Sep 17 00:00:00 2001 From: Sibi Siddharthan Date: Sat, 18 Apr 2020 11:17:27 +0530 Subject: [PATCH 1/8] Introduce CMake support for configuring Git At the moment, the recommended way to configure Git's builds is to simply run `make`. If that does not work, the recommended strategy is to look at the top of the `Makefile` to see whether any "Makefile knob" has to be turned on/off, e.g. `make NO_OPENSSL=YesPlease`. Alternatively, Git also has an `autoconf` setup which allows configuring builds via `./configure [