"Elijah Newren via GitGitGadget" <gitgitgadget@xxxxxxxxx> writes: > INTERNALS -- FULL PATTERN SET > ----------------------------- > > -By default, the sparse-checkout file uses the same syntax as `.gitignore` > -files. > - > -While `$GIT_DIR/info/sparse-checkout` is usually used to specify what > -files are included, you can also specify what files are _not_ included, > -using negative patterns. For example, to remove the file `unwanted`: > +As noted above, the sparse-checkout file uses the same syntax as > +`.gitignore` files; see linkgit:gitignore[5] for details. Here, Here, following the suggestion to fix the early part of "Cone mode patterns" section, move the "it is more flexible but requires more cycles to process" you had there to replace the "As noted above".