checkout: support checking out into a new working directory
[gitweb.git] / path.c
diff --git a/path.c b/path.c
index 94db5016c4bf25c4a029a98ad09b64c8dd0e8430..72eca6dfa52e1c4ef7a942be9ff48f7c701b88ee 100644 (file)
--- a/path.c
+++ b/path.c
@@ -92,7 +92,7 @@ static void replace_dir(struct strbuf *buf, int len, const char *newdir)
 
 static const char *common_list[] = {
        "/branches", "/hooks", "/info", "/logs", "/lost-found", "/modules",
-       "/objects", "/refs", "/remotes", "/rr-cache", "/svn",
+       "/objects", "/refs", "/remotes", "/worktrees", "/rr-cache", "/svn",
        "config", "gc.pid", "packed-refs", "shallow",
        NULL
 };