diff options
-rw-r--r-- | project.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2793,7 +2793,7 @@ class Project(object): | |||
2793 | 2793 | ||
2794 | # Enable per-worktree config file support if possible. This is more a | 2794 | # Enable per-worktree config file support if possible. This is more a |
2795 | # nice-to-have feature for users rather than a hard requirement. | 2795 | # nice-to-have feature for users rather than a hard requirement. |
2796 | if git_require((2, 19, 0)): | 2796 | if git_require((2, 20, 0)): |
2797 | self.EnableRepositoryExtension('worktreeConfig') | 2797 | self.EnableRepositoryExtension('worktreeConfig') |
2798 | 2798 | ||
2799 | # If we have a separate directory to hold refs, initialize it as well. | 2799 | # If we have a separate directory to hold refs, initialize it as well. |