commit 96cbb59708cdbe5ff619b9d9cccae495277071e5 from: Stefan Sperling date: Wed Oct 09 08:24:38 2019 UTC remove worklist code; it was only used to unlink files which we already unlink commit - 68bda3b1b9c8bd7159479cf0c194d755b7d2a7cd commit + 96cbb59708cdbe5ff619b9d9cccae495277071e5 blob - 4d887779da3647bcf38fded4c8db1d120fb3aaaf blob + 4310fc7e0269fccc28e40d464196abeb11e6d25f --- got/Makefile +++ got/Makefile @@ -7,7 +7,7 @@ SRCS= got.c blame.c commit_graph.c delta.c diff.c \ diffreg.c error.c fileindex.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 \ - inflate.c buf.c worklist.c rcsutil.c diff3.c lockfile.c \ + inflate.c buf.c rcsutil.c diff3.c lockfile.c \ deflate.c object_create.c MAN = ${PROG}.1 got-worktree.5 git-repository.5 blob - a2d26a315ddbcef3dd58ab256dc2551954b5b8e9 blob + 91c180970a37717bdf0225d089992e356b795ebf --- lib/buf.c +++ lib/buf.c @@ -36,7 +36,6 @@ #include #include "buf.h" -#include "worklist.h" #include "got_error.h" @@ -323,7 +322,7 @@ buf_write(BUF *b, const char *path, mode_t mode) * NB. This function will modify