Pablo Sabater [off-list ref] writes:
quoted hunk ↗ jump to hunk
@@ -1159,6 +1159,7 @@ LIB_OBJS += ewah/ewah_rlw.o
LIB_OBJS += exec-cmd.o
LIB_OBJS += fetch-negotiator.o
LIB_OBJS += fetch-pack.o
+LIB_OBJS += fetch-object-info.o
LIB_OBJS += fmt-merge-msg.o
LIB_OBJS += fsck.o
LIB_OBJS += fsmonitor.o
Noticed while preparing evil merge for Patrick's patch to move
everything under a new lib/ directory, but you inserted the new
entry in a wrong place, i.e. 'o' < 'p'. Keep the list sorted.