]> git.ipfire.org Git - thirdparty/git.git/commit
checkout: keep most #include sorted
authorNguyễn Thái Ngọc Duy <pclouds@gmail.com>
Fri, 29 Mar 2019 10:39:00 +0000 (17:39 +0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 2 Apr 2019 04:56:59 +0000 (13:56 +0900)
commit0dabeffc16d3c8f7052a9a6d57c3f9f25cce3431
tree54c4c569994be0f778d4e1f9c65a05a1e7266316
parentf4a4b9aca3cb70fabe3e856fa61ca35a99e2b8eb
checkout: keep most #include sorted

The include list becomes very long and frankly a bit unorganized. With
the exception of builtin.h, cache.h or git-compat-util.h which have to
come first, keep the rest sorted.

Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/checkout.c