Git fork

Merge branch 'nd/sparse-doc'

* nd/sparse-doc:
git-read-tree.txt: update sparse checkout examples

+2 -2
+2 -2
Documentation/git-read-tree.txt
··· 401 401 negate patterns. For example, to remove the file `unwanted`: 402 402 403 403 ---------------- 404 - * 404 + /* 405 405 !unwanted 406 406 ---------------- 407 407 ··· 413 413 follows: 414 414 415 415 ---------------- 416 - * 416 + /* 417 417 ---------------- 418 418 419 419 Then you can disable sparse checkout. Sparse checkout support in 'git