Skip to content

Commit c07aa5b

Browse files
committed
Merge branch 'maint-1.7.6' into maint-1.7.7
* maint-1.7.6: Documentation: read-tree --prefix works with existing subtrees Add MYMETA.json to perl/.gitignore
2 parents 9e6ed47 + 5c951ef commit c07aa5b

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Documentation/git-read-tree.txt

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -83,11 +83,10 @@ OPTIONS
8383

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

9291
--exclude-per-directory=<gitignore>::
9392
When running the command with `-u` and `-m` options, the

perl/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
perl.mak
22
perl.mak.old
3+
MYMETA.json
34
MYMETA.yml
45
blib
56
blibdirs

0 commit comments

Comments
 (0)