Skip to content

Commit bbd6174

Browse files
tmzullingergitster
authored andcommitted
config.c: *.txt -> *.adoc fixes
Signed-off-by: Todd Zullinger <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent e801522 commit bbd6174

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

config.c

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1652,7 +1652,7 @@ static int git_default_core_config(const char *var, const char *value,
16521652
return 0;
16531653
}
16541654

1655-
/* Add other config variables here and to Documentation/config.txt. */
1655+
/* Add other config variables here and to Documentation/config.adoc. */
16561656
return platform_core_config(var, value, ctx, cb);
16571657
}
16581658

@@ -1663,7 +1663,7 @@ static int git_default_sparse_config(const char *var, const char *value)
16631663
return 0;
16641664
}
16651665

1666-
/* Add other config variables here and to Documentation/config/sparse.txt. */
1666+
/* Add other config variables here and to Documentation/config/sparse.adoc. */
16671667
return 0;
16681668
}
16691669

@@ -1679,7 +1679,7 @@ static int git_default_i18n_config(const char *var, const char *value)
16791679
return git_config_string(&git_log_output_encoding, var, value);
16801680
}
16811681

1682-
/* Add other config variables here and to Documentation/config.txt. */
1682+
/* Add other config variables here and to Documentation/config.adoc. */
16831683
return 0;
16841684
}
16851685

@@ -1715,7 +1715,7 @@ static int git_default_branch_config(const char *var, const char *value)
17151715
return 0;
17161716
}
17171717

1718-
/* Add other config variables here and to Documentation/config.txt. */
1718+
/* Add other config variables here and to Documentation/config.adoc. */
17191719
return 0;
17201720
}
17211721

@@ -1744,7 +1744,7 @@ static int git_default_push_config(const char *var, const char *value)
17441744
return 0;
17451745
}
17461746

1747-
/* Add other config variables here and to Documentation/config.txt. */
1747+
/* Add other config variables here and to Documentation/config.adoc. */
17481748
return 0;
17491749
}
17501750

@@ -1760,7 +1760,7 @@ static int git_default_mailmap_config(const char *var, const char *value)
17601760
return git_config_string(&git_mailmap_blob, var, value);
17611761
}
17621762

1763-
/* Add other config variables here and to Documentation/config.txt. */
1763+
/* Add other config variables here and to Documentation/config.adoc. */
17641764
return 0;
17651765
}
17661766

@@ -1773,7 +1773,7 @@ static int git_default_attr_config(const char *var, const char *value)
17731773

17741774
/*
17751775
* Add other attribute related config variables here and to
1776-
* Documentation/config/attr.txt.
1776+
* Documentation/config/attr.adoc.
17771777
*/
17781778
return 0;
17791779
}
@@ -1831,7 +1831,7 @@ int git_default_config(const char *var, const char *value,
18311831
if (starts_with(var, "sparse."))
18321832
return git_default_sparse_config(var, value);
18331833

1834-
/* Add other config variables here and to Documentation/config.txt. */
1834+
/* Add other config variables here and to Documentation/config.adoc. */
18351835
return 0;
18361836
}
18371837

0 commit comments

Comments
 (0)