diff options
Diffstat (limited to 'Documentation/config.txt')
-rw-r--r-- | Documentation/config.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/config.txt b/Documentation/config.txt index e452ff89ba..91f37be127 100644 --- a/Documentation/config.txt +++ b/Documentation/config.txt @@ -423,7 +423,7 @@ core.sharedRepository:: core.warnAmbiguousRefs:: If true, git will warn you if the ref name you passed it is ambiguous - and might match multiple refs in the .git/refs/ tree. True by default. + and might match multiple refs in the repository. True by default. core.compression:: An integer -1..9, indicating a default compression level. |