Skip to content

Commit fc89003

Browse files
peffgitster
authored andcommitted
Makefile: sort LIB_H list
This was mostly sorted already, but put things like "cache-tree.h" after "cache.h", even though "-" comes before "." (at least in the C locale). This will make it easier to keep the list sorted later by piping it through "sort". Signed-off-by: Jeff King <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 745c7c8 commit fc89003

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Makefile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -595,8 +595,8 @@ LIB_H += attr.h
595595
LIB_H += blob.h
596596
LIB_H += builtin.h
597597
LIB_H += bulk-checkin.h
598-
LIB_H += cache.h
599598
LIB_H += cache-tree.h
599+
LIB_H += cache.h
600600
LIB_H += color.h
601601
LIB_H += commit.h
602602
LIB_H += compat/bswap.h
@@ -636,13 +636,13 @@ LIB_H += mailmap.h
636636
LIB_H += merge-file.h
637637
LIB_H += merge-recursive.h
638638
LIB_H += mergesort.h
639-
LIB_H += notes.h
640639
LIB_H += notes-cache.h
641640
LIB_H += notes-merge.h
641+
LIB_H += notes.h
642642
LIB_H += object.h
643-
LIB_H += pack.h
644643
LIB_H += pack-refs.h
645644
LIB_H += pack-revindex.h
645+
LIB_H += pack.h
646646
LIB_H += parse-options.h
647647
LIB_H += patch-ids.h
648648
LIB_H += pkt-line.h
@@ -668,8 +668,8 @@ LIB_H += submodule.h
668668
LIB_H += tag.h
669669
LIB_H += thread-utils.h
670670
LIB_H += transport.h
671-
LIB_H += tree.h
672671
LIB_H += tree-walk.h
672+
LIB_H += tree.h
673673
LIB_H += unpack-trees.h
674674
LIB_H += userdiff.h
675675
LIB_H += utf8.h

0 commit comments

Comments
 (0)