diff options
| author | Junio C Hamano <gitster@pobox.com> | 2024-04-10 10:00:08 -0700 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2024-04-10 10:00:08 -0700 |
| commit | dc89c599518596d59ab9dba79ebfb9cdcab1994f (patch) | |
| tree | 9d5d663db984519caf7debb85960d76548b3dfc3 | |
| parent | The sixteenth batch (diff) | |
| parent | config: fix some small capitalization issues, as spotted (diff) | |
| download | git-dc89c599518596d59ab9dba79ebfb9cdcab1994f.tar.gz git-dc89c599518596d59ab9dba79ebfb9cdcab1994f.zip | |
Merge branch 'ds/typofix-core-config-doc'
Typofix.
* ds/typofix-core-config-doc:
config: fix some small capitalization issues, as spotted
| -rw-r--r-- | Documentation/config/core.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/config/core.txt b/Documentation/config/core.txt index bbe869c497..93d65e1dfd 100644 --- a/Documentation/config/core.txt +++ b/Documentation/config/core.txt @@ -703,7 +703,7 @@ core.createObject:: will not overwrite existing objects. + On some file system/operating system combinations, this is unreliable. -Set this config setting to 'rename' there; However, This will remove the +Set this config setting to 'rename' there; however, this will remove the check that makes sure that existing object files will not get overwritten. core.notesRef:: |
