Skip to content

Commit 139088b

Browse files
committed
Merge branch 'nd/sparse-doc' into maint-1.7.6
* nd/sparse-doc: git-read-tree.txt: update sparse checkout examples
2 parents df9701e + 5e82123 commit 139088b

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)