]> git.ipfire.org Git - thirdparty/git.git/commit
merge-recursive: alphabetize include list
authorElijah Newren <newren@gmail.com>
Sat, 17 Aug 2019 18:41:44 +0000 (11:41 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 19 Aug 2019 17:08:04 +0000 (10:08 -0700)
commit4615a8cb5b3a8d4959c30338925b1fa3b948ae52
tree1bcfeadf7e635a3b871a5d06a04427b22b2ec724
parent45ef16f77ae5a14aa751d03c9c9fc2fa91804425
merge-recursive: alphabetize include list

Other than cache.h which needs to appear first, and merge-recursive.h
which I want to be second so that we are more likely to notice if
merge-recursive.h has any missing includes, the rest of the list is
long and easier to look through if it's alphabetical.

Signed-off-by: Elijah Newren <newren@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
merge-recursive.c