Skip to content

Commit

Permalink
Merge branch 'nd/sparse-doc' into maint-1.7.6
Browse files Browse the repository at this point in the history
* nd/sparse-doc:
  git-read-tree.txt: update sparse checkout examples
  • Loading branch information
gitster committed Oct 26, 2011
2 parents df9701e + 5e82123 commit 139088b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Documentation/git-read-tree.txt
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,7 @@ files are in, you can also specify what files are _not_ in, using
negate patterns. For example, to remove the file `unwanted`:

----------------
*
/*
!unwanted
----------------

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

----------------
*
/*
----------------

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

0 comments on commit 139088b

Please sign in to comment.