commit 7cc76137bf43f435f12aa25c04316ca69c3b21cd from: Stefan Sperling date: Sun Nov 14 10:34:31 2021 UTC gotweb does not actually use anything from worktree.c or fileindex.c commit - 4683a10b65c55ef32afba4f4363b9da42c396b6e commit + 7cc76137bf43f435f12aa25c04316ca69c3b21cd 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 \