X-Git-Url: https://git.ao2.it/config/vcsh.git/blobdiff_plain/d8252a90e24b76f14fabfeb0a2a6d2c281dd4d6e..20cf74a268166d49d162f61a4174e19016763dcb:/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.