aboutsummaryrefslogtreecommitdiffstats
path: root/config.c
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2023-01-16 12:07:47 -0800
committerJunio C Hamano <gitster@pobox.com>2023-01-16 12:07:47 -0800
commit3ed618f28fc14d38cebe9167b0beece519e7ef80 (patch)
tree42f71697e54db899f53a77f68e573201afd3f4ed /config.c
parentffd923868574a004ec20a80dbc3b813da9a93b08 (diff)
parentb39a84185e79cff69f9f1f79f1edb014ef27b9c6 (diff)
downloadgit-3ed618f28fc14d38cebe9167b0beece519e7ef80.tar.gz
Merge branch 'ar/dup-words-fixes'
Typofixes. * ar/dup-words-fixes: *: fix typos which duplicate a word
Diffstat (limited to 'config.c')
-rw-r--r--config.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.c b/config.c
index 27f38283ad..00090a32fc 100644
--- a/config.c
+++ b/config.c
@@ -3154,7 +3154,7 @@ int git_config_set_gently(const char *key, const char *value)
int repo_config_set_worktree_gently(struct repository *r,
const char *key, const char *value)
{
- /* Only use worktree-specific config if it is is already enabled. */
+ /* Only use worktree-specific config if it is already enabled. */
if (repository_format_worktree_config) {
char *file = repo_git_path(r, "config.worktree");
int ret = git_config_set_multivar_in_file_gently(