Re: [PATCH] test-tool.h: include git-compat-util.h

2018-08-21 Thread Junio C Hamano
Jeff King writes: > The test-tool programs include "test-tool.h" as their first > include, which breaks our CodingGuideline of "the first > include must be git-compat-util.h or an equivalent". > > Rather than change them all, let's instead make test-tool.h > one of those equivalents, just like we

[PATCH] test-tool.h: include git-compat-util.h

2018-08-21 Thread Jeff King
The test-tool programs include "test-tool.h" as their first include, which breaks our CodingGuideline of "the first include must be git-compat-util.h or an equivalent". Rather than change them all, let's instead make test-tool.h one of those equivalents, just like we do for builtin.h (which many o