]> git.ipfire.org Git - thirdparty/git.git/commit - Makefile
Makefile: reformat FIND_SOURCE_FILES
authorJeff King <peff@peff.net>
Wed, 14 Dec 2016 14:26:55 +0000 (09:26 -0500)
committerJunio C Hamano <gitster@pobox.com>
Wed, 14 Dec 2016 17:54:49 +0000 (09:54 -0800)
commite951ebca91d914e3fb579011c9218f59c67cf2fd
tree4cff1f6081345b572bdb3c408ea401ac2010d3e4
parent454cb6bd52a4de614a3633e4f547af03d5c3b640
Makefile: reformat FIND_SOURCE_FILES

As we add to this in future commits, the formatting is going
to make it harder and harder to read. Let's write it more as
we would in a shell script, putting each logical block on
its own line.

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Makefile