diff options
author | 2019-08-08 14:26:09 -0700 | |
---|---|---|
committer | 2019-08-08 14:26:09 -0700 | |
commit | 68c1ac4a0bdff0c0522a243e520f16995ade5959 (patch) | |
tree | c7ea543c10c652e703c92a2278bc7be5a7d14291 /Documentation/config | |
parent | Merge branch 'ds/commit-graph-octopus-fix' (diff) | |
parent | doc: typo: s/can not/cannot/ and s/is does/does/ (diff) | |
download | tgif-68c1ac4a0bdff0c0522a243e520f16995ade5959.tar.xz |
Merge branch 'mr/doc-can-not-to-cannot'
Docfix.
* mr/doc-can-not-to-cannot:
doc: typo: s/can not/cannot/ and s/is does/does/
Diffstat (limited to 'Documentation/config')
-rw-r--r-- | Documentation/config/transfer.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/config/transfer.txt b/Documentation/config/transfer.txt index 4a5dfe2fc1..f5b6245270 100644 --- a/Documentation/config/transfer.txt +++ b/Documentation/config/transfer.txt @@ -17,7 +17,7 @@ linkgit:git-receive-pack[1]. On the fetch side, malformed objects will instead be left unreferenced in the repository. + Due to the non-quarantine nature of the `fetch.fsckObjects` -implementation it can not be relied upon to leave the object store +implementation it cannot be relied upon to leave the object store clean like `receive.fsckObjects` can. + As objects are unpacked they're written to the object store, so there |