Skip to content

Commit bf604e6

Browse files
committed
Merge branch 'nd/sparse-doc'
* nd/sparse-doc: git-read-tree.txt: update sparse checkout examples
2 parents 2c5c66b + 5e82123 commit bf604e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Documentation/git-read-tree.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,7 @@ files are in, you can also specify what files are _not_ in, using
401401
negate patterns. For example, to remove the file `unwanted`:
402402

403403
----------------
404-
*
404+
/*
405405
!unwanted
406406
----------------
407407

@@ -413,7 +413,7 @@ directory with the `$GIT_DIR/info/sparse-checkout` file content as
413413
follows:
414414

415415
----------------
416-
*
416+
/*
417417
----------------
418418

419419
Then you can disable sparse checkout. Sparse checkout support in 'git

0 commit comments

Comments
 (0)