@@ -1652,7 +1652,7 @@ static int git_default_core_config(const char *var, const char *value,
1652
1652
return 0 ;
1653
1653
}
1654
1654
1655
- /* Add other config variables here and to Documentation/config.txt . */
1655
+ /* Add other config variables here and to Documentation/config.adoc . */
1656
1656
return platform_core_config (var , value , ctx , cb );
1657
1657
}
1658
1658
@@ -1663,7 +1663,7 @@ static int git_default_sparse_config(const char *var, const char *value)
1663
1663
return 0 ;
1664
1664
}
1665
1665
1666
- /* Add other config variables here and to Documentation/config/sparse.txt . */
1666
+ /* Add other config variables here and to Documentation/config/sparse.adoc . */
1667
1667
return 0 ;
1668
1668
}
1669
1669
@@ -1679,7 +1679,7 @@ static int git_default_i18n_config(const char *var, const char *value)
1679
1679
return git_config_string (& git_log_output_encoding , var , value );
1680
1680
}
1681
1681
1682
- /* Add other config variables here and to Documentation/config.txt . */
1682
+ /* Add other config variables here and to Documentation/config.adoc . */
1683
1683
return 0 ;
1684
1684
}
1685
1685
@@ -1715,7 +1715,7 @@ static int git_default_branch_config(const char *var, const char *value)
1715
1715
return 0 ;
1716
1716
}
1717
1717
1718
- /* Add other config variables here and to Documentation/config.txt . */
1718
+ /* Add other config variables here and to Documentation/config.adoc . */
1719
1719
return 0 ;
1720
1720
}
1721
1721
@@ -1744,7 +1744,7 @@ static int git_default_push_config(const char *var, const char *value)
1744
1744
return 0 ;
1745
1745
}
1746
1746
1747
- /* Add other config variables here and to Documentation/config.txt . */
1747
+ /* Add other config variables here and to Documentation/config.adoc . */
1748
1748
return 0 ;
1749
1749
}
1750
1750
@@ -1760,7 +1760,7 @@ static int git_default_mailmap_config(const char *var, const char *value)
1760
1760
return git_config_string (& git_mailmap_blob , var , value );
1761
1761
}
1762
1762
1763
- /* Add other config variables here and to Documentation/config.txt . */
1763
+ /* Add other config variables here and to Documentation/config.adoc . */
1764
1764
return 0 ;
1765
1765
}
1766
1766
@@ -1773,7 +1773,7 @@ static int git_default_attr_config(const char *var, const char *value)
1773
1773
1774
1774
/*
1775
1775
* Add other attribute related config variables here and to
1776
- * Documentation/config/attr.txt .
1776
+ * Documentation/config/attr.adoc .
1777
1777
*/
1778
1778
return 0 ;
1779
1779
}
@@ -1831,7 +1831,7 @@ int git_default_config(const char *var, const char *value,
1831
1831
if (starts_with (var , "sparse." ))
1832
1832
return git_default_sparse_config (var , value );
1833
1833
1834
- /* Add other config variables here and to Documentation/config.txt . */
1834
+ /* Add other config variables here and to Documentation/config.adoc . */
1835
1835
return 0 ;
1836
1836
}
1837
1837
0 commit comments