Skip to content

Commit 2d2658e

Browse files
committed
GitConfiguration: 'worktree' and 'command' count as local
1 parent efec513 commit 2d2658e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/shared/Core/GitConfiguration.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,8 @@ private static GitConfigurationLevel ParseScope(string scope)
132132
case "global":
133133
return GitConfigurationLevel.Global;
134134
case "local":
135+
case "worktree":
136+
case "command":
135137
return GitConfigurationLevel.Local;
136138
default:
137139
return GitConfigurationLevel.Unknown;

0 commit comments

Comments
 (0)