Skip to content

Commit 5bb0817

Browse files
committed
fixup! checkout.c: enable fscache for checkout_entry
This fixes the build of Git for Windows' `master` branch on Linux and macOS. Signed-off-by: Johannes Schindelin <[email protected]>
1 parent 8d6f67c commit 5bb0817

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

builtin/checkout.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
#include "resolve-undo.h"
2222
#include "submodule-config.h"
2323
#include "submodule.h"
24-
#include "fscache.h"
2524

2625
static const char * const checkout_usage[] = {
2726
N_("git checkout [<options>] <branch>"),

0 commit comments

Comments
 (0)