Skip to content

Commit ae0f955

Browse files
committed
fixup! checkout: ignore skip-worktree when virtual
1 parent 3dfd9ac commit ae0f955

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

builtin/checkout.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
#define USE_THE_INDEX_VARIABLE
22
#include "builtin.h"
3-
#include "gvfs.h"
43
#include "advice.h"
54
#include "branch.h"
65
#include "cache-tree.h"
@@ -1759,7 +1758,6 @@ static int checkout_main(int argc, const char **argv, const char *prefix,
17591758
}
17601759

17611760
opts->track = BRANCH_TRACK_UNSPECIFIED;
1762-
opts->ignore_skipworktree = gvfs_config_is_set(GVFS_USE_VIRTUAL_FILESYSTEM);
17631761

17641762
if (!opts->accept_pathspec && !opts->accept_ref)
17651763
BUG("make up your mind, you need to take _something_");

0 commit comments

Comments
 (0)