Junio C Hamano <gitster@xxxxxxxxx> writes: > Makes sense. The patch looks scary by appearing to move the > includes far to the front of the Makefile, but it in fact is moving > the NO_DC_SHA1_SUBMODULE block slightly down and it is a sensible > and safe move. A completely unrelated tangent. This was a good change to try your anchored diff on. Viewing this change with $ git show --anchored='include config.mak' looks a lot less scary than the way it is shown by default (which matches what was posted on the list). Good job.