diff options
author | 2014-04-09 12:03:26 -0700 | |
---|---|---|
committer | 2014-04-09 12:03:26 -0700 | |
commit | 3c9e56b75c4a9a6832d94a00f079ea68e8a281ca (patch) | |
tree | 5f5b11703f64319bcb71603c825d382f4703a763 /contrib/fast-import | |
parent | Merge branch 'cn/fetch-prune-overlapping-destination' into maint (diff) | |
parent | code and test: fix misuses of "nor" (diff) | |
download | tgif-3c9e56b75c4a9a6832d94a00f079ea68e8a281ca.tar.xz |
Merge branch 'jl/nor-or-nand-and' into maint
* jl/nor-or-nand-and:
code and test: fix misuses of "nor"
comments: fix misuses of "nor"
contrib: fix misuses of "nor"
Documentation: fix misuses of "nor"
Diffstat (limited to 'contrib/fast-import')
-rwxr-xr-x | contrib/fast-import/import-directories.perl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/fast-import/import-directories.perl b/contrib/fast-import/import-directories.perl index 7f3afa5ac4..4dec1f18e4 100755 --- a/contrib/fast-import/import-directories.perl +++ b/contrib/fast-import/import-directories.perl @@ -109,8 +109,8 @@ was available previously is not included in this revision, it will be removed. If an on-disk revision is incomplete, you can point to files from -a previous revision. There are no restriction as to where the source -files are located, nor to the names of them. +a previous revision. There are no restrictions on where the source +files are located, nor on their names. [3.files] ; the key is the path inside the repository, the value is the path |