Skip to content

Commit

Permalink
Merge branch 'maint-1.7.6' into maint-1.7.7
Browse files Browse the repository at this point in the history
* maint-1.7.6:
  Documentation: read-tree --prefix works with existing subtrees
  Add MYMETA.json to perl/.gitignore
  • Loading branch information
Junio C Hamano committed Jan 3, 2012
2 parents 9e6ed47 + 5c951ef commit c07aa5b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
9 changes: 4 additions & 5 deletions Documentation/git-read-tree.txt
Original file line number Diff line number Diff line change
Expand Up @@ -83,11 +83,10 @@ OPTIONS

--prefix=<prefix>/::
Keep the current index contents, and read the contents
of the named tree-ish under the directory at `<prefix>`. The
original index file cannot have anything at the path
`<prefix>` itself, nor anything in the `<prefix>/`
directory. Note that the `<prefix>/` value must end
with a slash.
of the named tree-ish under the directory at `<prefix>`.
The command will refuse to overwrite entries that already
existed in the original index file. Note that the `<prefix>/`
value must end with a slash.

--exclude-per-directory=<gitignore>::
When running the command with `-u` and `-m` options, the
Expand Down
1 change: 1 addition & 0 deletions perl/.gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
perl.mak
perl.mak.old
MYMETA.json
MYMETA.yml
blib
blibdirs
Expand Down

0 comments on commit c07aa5b

Please sign in to comment.