Skip to content

Commit

Permalink
Merge branch 'nd/sparse-doc'
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
Junio C Hamano committed Oct 10, 2011
2 parents 2c5c66b + 5e82123 commit bf604e6
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 bf604e6

Please sign in to comment.