X-Git-Url: https://git.ao2.it/config/vcsh.git/blobdiff_plain/3118c95c9806e5e49efa0f0da0b39a62fc8a4f6c..0a50375aa4ea1d908e024e2ed8706a4c64670600:/README diff --git a/README b/README index 93010e2..c862f7d 100644 --- a/README +++ b/README @@ -8,9 +8,9 @@ a pre-upgrade hook is used to make vcsh repositories use it. Many git commands (e.g. git-merge, git-checkout) will automatically use the information in $GIT_DIR/info/sparse-checkout when dealing with files in the -git work directory, so generally a calling git-read-tree explicitly is not +git working tree, so generally a calling git-read-tree explicitly is not needed. However when the content of $GIT_DIR/info/sparse-checkout changes it is necessary to call "git read-tree -mu HEAD" to update the content of the -working directory. +working tree.