Commit Diff


commit - d912d1250c98cc9f95e6d51ebb86173911e17b81
commit + f89000039096e46ad7d5f9abfad6749034d02a41
blob - b68c94d43465ffea4905be005ad51f1b0cd194a8
blob + aa54a17419d407bb09bbc7b00af392c74aa8801f
--- gotweb/Makefile
+++ gotweb/Makefile
@@ -7,9 +7,9 @@ SUBDIR = libexec
 
 PROG =		gotweb
 SRCS =		gotweb.c parse.y blame.c commit_graph.c delta.c diff.c \
-		diffreg.c error.c fileindex.c object.c object_cache.c \
+		diffreg.c error.c object.c object_cache.c \
 		object_idset.c object_parse.c opentemp.c path.c pack.c \
-		privsep.c reference.c repository.c sha1.c worktree.c \
+		privsep.c reference.c repository.c sha1.c \
 		inflate.c buf.c rcsutil.c diff3.c lockfile.c \
 		deflate.c object_create.c delta_cache.c gotconfig.c \
 		diff_main.c diff_atomize_text.c diff_myers.c diff_output.c \