[Pkg-javascript-commits] [node-glob] branch upstream updated (4dd2079 -> 9d26c8d)
Jérémy Lal
kapouer at moszumanska.debian.org
Fri Nov 11 11:27:51 UTC 2016
This is an automated email from the git hooks/post-receive script.
kapouer pushed a change to branch upstream
in repository node-glob.
from 4dd2079 Imported Upstream version 4.0.5
new 9d26c8d New upstream version 7.1.1
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
.gitignore | 6 +-
.travis.yml | 8 +-
CONTRIBUTING.md | 19 +
README.md | 264 ++++++---
appveyor.yml | 19 +
benchclean.js | 6 +
benchmark.sh | 57 ++
changelog.md | 67 +++
common.js | 240 ++++++++
glob.js | 1158 +++++++++++++++++++------------------
make-benchmark-fixture.sh | 14 +
oh-my-glob.gif | Bin 0 -> 510360 bytes
package.json | 31 +-
prof.sh | 19 +
sync.js | 486 ++++++++++++++++
test/00-setup.js | 74 +--
test/abort.js | 19 +
test/absolute.js | 49 ++
test/bash-comparison.js | 40 +-
test/bash-results.json | 430 ++++----------
test/broken-symlink.js | 82 +++
test/cwd-test.js | 56 +-
test/empty-set.js | 1 +
test/enotsup.js | 65 +++
test/eperm-stat.js | 107 ++++
test/error-callback.js | 21 +-
test/follow.js | 32 +
test/global-leakage.js | 20 +
test/globstar-match.js | 3 +-
test/has-magic.js | 34 ++
test/ignore.js | 111 ++++
test/mark.js | 102 +++-
test/match-base.js | 49 ++
test/multiple-weird-error.js | 15 +
test/negation-test.js | 16 -
test/new-glob-optional-options.js | 6 +-
test/nocase-nomagic.js | 44 +-
test/nodir.js | 67 +++
test/nonull.js | 31 +
test/pause-resume.js | 32 +-
test/readme-issue.js | 1 +
test/realpath.js | 93 +++
test/root-nomount.js | 33 +-
test/root.js | 59 +-
test/slash-cwd.js | 20 +
test/stat.js | 10 +-
test/sync-cb-throw.js | 46 ++
test/zz-cleanup.js | 3 +-
48 files changed, 3051 insertions(+), 1114 deletions(-)
create mode 100644 CONTRIBUTING.md
create mode 100644 appveyor.yml
create mode 100644 benchclean.js
create mode 100644 benchmark.sh
create mode 100644 changelog.md
create mode 100644 common.js
create mode 100644 make-benchmark-fixture.sh
create mode 100644 oh-my-glob.gif
create mode 100644 prof.sh
create mode 100644 sync.js
create mode 100644 test/abort.js
create mode 100644 test/absolute.js
create mode 100644 test/broken-symlink.js
create mode 100644 test/enotsup.js
create mode 100644 test/eperm-stat.js
create mode 100644 test/follow.js
create mode 100644 test/global-leakage.js
create mode 100644 test/has-magic.js
create mode 100644 test/ignore.js
create mode 100644 test/match-base.js
create mode 100644 test/multiple-weird-error.js
delete mode 100644 test/negation-test.js
create mode 100644 test/nodir.js
create mode 100644 test/nonull.js
create mode 100644 test/realpath.js
create mode 100644 test/slash-cwd.js
create mode 100644 test/sync-cb-throw.js
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-glob.git
More information about the Pkg-javascript-commits
mailing list