From owner-svn-ports-all@freebsd.org Mon May 25 06:52:13 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 9A61D2F5CB6; Mon, 25 May 2020 06:52:13 +0000 (UTC) (envelope-from tagattie@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 49Vnp535vkz4S5c; Mon, 25 May 2020 06:52:13 +0000 (UTC) (envelope-from tagattie@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 64E98E500; Mon, 25 May 2020 06:52:13 +0000 (UTC) (envelope-from tagattie@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 04P6qDAs021918; Mon, 25 May 2020 06:52:13 GMT (envelope-from tagattie@FreeBSD.org) Received: (from tagattie@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 04P6qBlh021908; Mon, 25 May 2020 06:52:11 GMT (envelope-from tagattie@FreeBSD.org) Message-Id: <202005250652.04P6qBlh021908@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tagattie set sender to tagattie@FreeBSD.org using -f From: Hiroki Tagato Date: Mon, 25 May 2020 06:52:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r536441 - in head/editors/atom: . files files/atom files/script X-SVN-Group: ports-head X-SVN-Commit-Author: tagattie X-SVN-Commit-Paths: in head/editors/atom: . files files/atom files/script X-SVN-Commit-Revision: 536441 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 May 2020 06:52:13 -0000 Author: tagattie Date: Mon May 25 06:52:10 2020 New Revision: 536441 URL: https://svnweb.freebsd.org/changeset/ports/536441 Log: Update to 1.47.0 Approved by: mentors (implicit) Changelog: https://github.com/atom/atom/releases/tag/v1.47.0 Deleted: head/editors/atom/files/script/patch-script_node__modules_os-homedir_index.js Modified: head/editors/atom/Makefile head/editors/atom/distinfo head/editors/atom/files/atom/patch-node__modules_github_package.json head/editors/atom/files/atom/patch-node__modules_spell-check_lib_locale-checker.coffee head/editors/atom/files/patch-package.json head/editors/atom/files/patch-script_package.json head/editors/atom/files/patch-script_test head/editors/atom/files/patch-src_main-process_atom-window.js head/editors/atom/files/patch-src_text-editor-component.js head/editors/atom/pkg-plist Modified: head/editors/atom/Makefile ============================================================================== --- head/editors/atom/Makefile Mon May 25 06:47:32 2020 (r536440) +++ head/editors/atom/Makefile Mon May 25 06:52:10 2020 (r536441) @@ -2,8 +2,7 @@ PORTNAME= atom DISTVERSIONPREFIX= v -DISTVERSION= 1.46.0 -PORTREVISION= 1 +DISTVERSION= 1.47.0 CATEGORIES= editors MASTER_SITES= https://nodejs.org/dist/v${APM_NODE_VER}/:node \ https://github.com/tagattie/FreeBSD-Atom/releases/download/v1.42.0/:jasmine_tagged \ @@ -29,6 +28,7 @@ BUILD_DEPENDS= zip:archivers/zip \ node10>:www/node10 \ npm-node10>0:www/npm-node10 LIB_DEPENDS= libatk-bridge-2.0.so:accessibility/at-spi2-atk \ + libatspi.so:accessibility/at-spi2-core \ libsnappy.so:archivers/snappy \ libasound.so:audio/alsa-lib \ libFLAC.so:audio/flac \ @@ -39,9 +39,12 @@ LIB_DEPENDS= libatk-bridge-2.0.so:accessibility/at-spi libpci.so:devel/libpci \ libnspr4.so:devel/nspr \ libpcre2-8.so:devel/pcre2 \ + libre2.so:devel/re2 \ + liblcms2.so:graphics/lcms2 \ libdrm.so:graphics/libdrm \ libwebp.so:graphics/webp \ libavcodec.so:multimedia/ffmpeg \ + libvpx.so:multimedia/libvpx \ libopenh264.so:multimedia/openh264 \ libcups.so:print/cups \ libfreetype.so:print/freetype2 \ @@ -60,7 +63,7 @@ USES= desktop-file-utils gl gnome jpeg localbase:ldfl USE_GITHUB= yes -.include "${.CURDIR}/../../devel/electron4/Makefile.version" +.include "${.CURDIR}/../../devel/electron5/Makefile.version" # See ${WRKSRC}/apm/node_modules/atom-package-manager/BUNDLED_NODE_VERSION for APM_NODE_VER APM_NODE_VER= 10.2.1 Modified: head/editors/atom/distinfo ============================================================================== --- head/editors/atom/distinfo Mon May 25 06:47:32 2020 (r536440) +++ head/editors/atom/distinfo Mon May 25 06:52:10 2020 (r536441) @@ -1,11 +1,11 @@ -TIMESTAMP = 1589005815 +TIMESTAMP = 1590137023 SHA256 (node-v10.2.1.tar.gz) = dcdba29f6b933969d6a8a36ea91cfd44bcb500a1e582a3273ac3d4d930e721e4 SIZE (node-v10.2.1.tar.gz) = 35757099 SHA256 (jasmine-tagged-1.1.4.tar.gz) = 8988597858ddf9e9ba3333a19d8651691c8384117bf2e362e8a5ba193ed47585 SIZE (jasmine-tagged-1.1.4.tar.gz) = 3071259 -SHA256 (atom-npm-cache-1.46.0.tar.gz) = 9f8175e833cf1e9474fd75d8843f892ee85abdf0302b8b56eab1bbf1de349ec2 -SIZE (atom-npm-cache-1.46.0.tar.gz) = 42511955 -SHA256 (atom-apm-cache-1.46.0.tar.gz) = 1877ee61481756f7e40b93d3930a67bcdcce2588f5be7ff5a7738c267709a63e -SIZE (atom-apm-cache-1.46.0.tar.gz) = 116830823 -SHA256 (atom-atom-v1.46.0_GH0.tar.gz) = 328b52d012b9ee27c33dda42a2d94c9793a7899b2429db1c71b5d5680ee7f68e -SIZE (atom-atom-v1.46.0_GH0.tar.gz) = 11915127 +SHA256 (atom-npm-cache-1.47.0.tar.gz) = c48d8734ea6edfdebd67cbd832e17b1dac23a30c0712b2e4c7ee4485fd7c80eb +SIZE (atom-npm-cache-1.47.0.tar.gz) = 44975239 +SHA256 (atom-apm-cache-1.47.0.tar.gz) = 5d6abc0e44ea18dd8a5bbd7ac9c623a43c01b43139edb7c5914be893a14146df +SIZE (atom-apm-cache-1.47.0.tar.gz) = 107773992 +SHA256 (atom-atom-v1.47.0_GH0.tar.gz) = 7a20d938ac3960497935d8fe46ea9e08f2d7fa5308ff6a8a0b48c8af73f846d6 +SIZE (atom-atom-v1.47.0_GH0.tar.gz) = 11943320 Modified: head/editors/atom/files/atom/patch-node__modules_github_package.json ============================================================================== --- head/editors/atom/files/atom/patch-node__modules_github_package.json Mon May 25 06:47:32 2020 (r536440) +++ head/editors/atom/files/atom/patch-node__modules_github_package.json Mon May 25 06:52:10 2020 (r536441) @@ -1,6 +1,6 @@ ---- node_modules/github/package.json.orig 2020-03-17 05:46:57 UTC +--- node_modules/github/package.json.orig 2020-05-22 08:46:19 UTC +++ node_modules/github/package.json -@@ -215,7 +215,6 @@ +@@ -214,7 +214,6 @@ "dedent-js": "1.0.1", "electron-devtools-installer": "2.2.4", "electron-link": "0.4.1", Modified: head/editors/atom/files/atom/patch-node__modules_spell-check_lib_locale-checker.coffee ============================================================================== --- head/editors/atom/files/atom/patch-node__modules_spell-check_lib_locale-checker.coffee Mon May 25 06:47:32 2020 (r536440) +++ head/editors/atom/files/atom/patch-node__modules_spell-check_lib_locale-checker.coffee Mon May 25 06:52:10 2020 (r536441) @@ -1,10 +1,10 @@ ---- node_modules/spell-check/lib/locale-checker.coffee.orig 2020-05-09 06:41:08 UTC +--- node_modules/spell-check/lib/locale-checker.coffee.orig 2020-05-18 17:31:39 UTC +++ node_modules/spell-check/lib/locale-checker.coffee -@@ -78,6 +78,7 @@ class LocaleChecker - searchPaths.push "/usr/share/hunspell" - searchPaths.push "/usr/share/myspell" - searchPaths.push "/usr/share/myspell/dicts" -+ searchPaths.push "/usr/local/share/hunspell" +@@ -73,6 +73,7 @@ class LocaleChecker + searchPaths.push "/usr/share/hunspell" + searchPaths.push "/usr/share/myspell" + searchPaths.push "/usr/share/myspell/dicts" ++ searchPaths.push "/usr/local/share/hunspell" - # OS X uses the following paths. - if env.isDarwin() + if env.isDarwin() + searchPaths.push "/" Modified: head/editors/atom/files/patch-package.json ============================================================================== --- head/editors/atom/files/patch-package.json Mon May 25 06:47:32 2020 (r536440) +++ head/editors/atom/files/patch-package.json Mon May 25 06:52:10 2020 (r536441) @@ -1,4 +1,4 @@ ---- package.json.orig 2020-04-22 18:42:32 UTC +--- package.json.orig 2020-05-18 19:34:10 UTC +++ package.json @@ -76,7 +76,7 @@ "incompatible-packages": "file:packages/incompatible-packages", @@ -8,4 +8,4 @@ + "jasmine-tagged": "file:../jasmine-tagged", "key-path-helpers": "^0.4.0", "keybinding-resolver": "https://www.atom.io/api/packages/keybinding-resolver/versions/0.39.0/tarball", - "language-c": "https://www.atom.io/api/packages/language-c/versions/0.60.18/tarball", + "language-c": "https://www.atom.io/api/packages/language-c/versions/0.60.19/tarball", Modified: head/editors/atom/files/patch-script_package.json ============================================================================== --- head/editors/atom/files/patch-script_package.json Mon May 25 06:47:32 2020 (r536440) +++ head/editors/atom/files/patch-script_package.json Mon May 25 06:52:10 2020 (r536441) @@ -1,12 +1,12 @@ ---- script/package.json.orig 2019-12-13 19:07:42 UTC +--- script/package.json.orig 2020-05-18 19:34:10 UTC +++ script/package.json @@ -10,9 +10,7 @@ "coffeelint": "1.15.7", "colors": "1.1.2", "donna": "1.0.16", -- "electron-chromedriver": "^4.2.0", - "electron-link": "0.4.0", -- "electron-mksnapshot": "^4.2.0", +- "electron-chromedriver": "^5.0.0", + "electron-link": "0.4.1", +- "electron-mksnapshot": "^5.0.0", "electron-packager": "12.2.0", "@atom/electron-winstaller": "0.0.1", "eslint": "^5.16.0", Modified: head/editors/atom/files/patch-script_test ============================================================================== --- head/editors/atom/files/patch-script_test Mon May 25 06:47:32 2020 (r536440) +++ head/editors/atom/files/patch-script_test Mon May 25 06:52:10 2020 (r536441) @@ -1,4 +1,4 @@ ---- script/test.orig 2019-12-13 19:07:42 UTC +--- script/test.orig 2020-05-18 19:34:10 UTC +++ script/test @@ -51,7 +51,7 @@ if (process.platform === 'darwin') { const executablePaths = glob.sync(path.join(CONFIG.buildOutputPath, '*.app')) @@ -9,7 +9,7 @@ const executablePaths = glob.sync(path.join(CONFIG.buildOutputPath, 'atom-*', 'atom')) assert(executablePaths.length === 1, `More than one application to run tests against was found. ${executablePaths.join(',')}`) executablePath = executablePaths[0] -@@ -215,7 +215,7 @@ function testSuitesForPlatform (platform) { +@@ -222,7 +222,7 @@ function testSuitesForPlatform (platform) { case 'win32': suites = (process.arch === 'x64') ? [runCoreMainProcessTests, runCoreRenderProcessTests] : [runCoreMainProcessTests] break Modified: head/editors/atom/files/patch-src_main-process_atom-window.js ============================================================================== --- head/editors/atom/files/patch-src_main-process_atom-window.js Mon May 25 06:47:32 2020 (r536440) +++ head/editors/atom/files/patch-src_main-process_atom-window.js Mon May 25 06:52:10 2020 (r536441) @@ -1,6 +1,6 @@ ---- src/main-process/atom-window.js.orig 2019-10-21 17:33:40 UTC +--- src/main-process/atom-window.js.orig 2020-05-18 19:34:10 UTC +++ src/main-process/atom-window.js -@@ -53,7 +53,7 @@ module.exports = class AtomWindow extends EventEmitter +@@ -54,7 +54,7 @@ module.exports = class AtomWindow extends EventEmitter // Don't set icon on Windows so the exe's ico will be used as window and // taskbar's icon. See https://github.com/atom/atom/issues/4811 for more. Modified: head/editors/atom/files/patch-src_text-editor-component.js ============================================================================== --- head/editors/atom/files/patch-src_text-editor-component.js Mon May 25 06:47:32 2020 (r536440) +++ head/editors/atom/files/patch-src_text-editor-component.js Mon May 25 06:52:10 2020 (r536441) @@ -1,6 +1,6 @@ ---- src/text-editor-component.js.orig 2019-10-21 17:33:40 UTC +--- src/text-editor-component.js.orig 2020-05-18 19:34:10 UTC +++ src/text-editor-component.js -@@ -1809,7 +1809,7 @@ module.exports = class TextEditorComponent { +@@ -1812,7 +1812,7 @@ module.exports = class TextEditorComponent { // the paste event. And since we don't use the `paste` event for any // behavior in Atom, we can no-op the event to eliminate this issue. // See https://github.com/atom/atom/pull/15183#issue-248432413. @@ -9,7 +9,7 @@ } didTextInput(event) { -@@ -1973,7 +1973,7 @@ module.exports = class TextEditorComponent { +@@ -1976,7 +1976,7 @@ module.exports = class TextEditorComponent { // On Linux, pasting happens on middle click. A textInput event with the // contents of the selection clipboard will be dispatched by the browser // automatically on mouseup. @@ -18,7 +18,7 @@ model.insertText(clipboard.readText('selection')); return; } -@@ -2843,7 +2843,7 @@ module.exports = class TextEditorComponent { +@@ -2846,7 +2846,7 @@ module.exports = class TextEditorComponent { didChangeSelectionRange() { const { model } = this.props; Modified: head/editors/atom/pkg-plist ============================================================================== --- head/editors/atom/pkg-plist Mon May 25 06:47:32 2020 (r536440) +++ head/editors/atom/pkg-plist Mon May 25 06:52:10 2020 (r536441) @@ -100,7 +100,6 @@ share/applications/atom.desktop %%DATADIR%%/resources/app.asar.unpacked/node_modules/symbols-view/vendor/ctags-darwin %%DATADIR%%/resources/app.asar.unpacked/node_modules/symbols-view/vendor/ctags-linux %%DATADIR%%/resources/app.asar.unpacked/node_modules/symbols-view/vendor/ctags-win32.exe -%%DATADIR%%/resources/app.asar.unpacked/node_modules/text-buffer/node_modules/superstring/build/Release/superstring.node %%DATADIR%%/resources/app.asar.unpacked/node_modules/tree-sitter-bash/build/Release/tree_sitter_bash_binding.node %%DATADIR%%/resources/app.asar.unpacked/node_modules/tree-sitter-c/build/Release/tree_sitter_c_binding.node %%DATADIR%%/resources/app.asar.unpacked/node_modules/tree-sitter-cpp/build/Release/tree_sitter_cpp_binding.node @@ -531,14 +530,10 @@ share/applications/atom.desktop %%DATADIR%%/resources/app/apm/node_modules/code-point-at/license %%DATADIR%%/resources/app/apm/node_modules/code-point-at/package.json %%DATADIR%%/resources/app/apm/node_modules/code-point-at/readme.md -%%DATADIR%%/resources/app/apm/node_modules/coffee-script/CNAME -%%DATADIR%%/resources/app/apm/node_modules/coffee-script/CONTRIBUTING.md %%DATADIR%%/resources/app/apm/node_modules/coffee-script/LICENSE -%%DATADIR%%/resources/app/apm/node_modules/coffee-script/README %%DATADIR%%/resources/app/apm/node_modules/coffee-script/README.md %%DATADIR%%/resources/app/apm/node_modules/coffee-script/bin/cake %%DATADIR%%/resources/app/apm/node_modules/coffee-script/bin/coffee -%%DATADIR%%/resources/app/apm/node_modules/coffee-script/bower.json %%DATADIR%%/resources/app/apm/node_modules/coffee-script/lib/coffee-script/browser.js %%DATADIR%%/resources/app/apm/node_modules/coffee-script/lib/coffee-script/cake.js %%DATADIR%%/resources/app/apm/node_modules/coffee-script/lib/coffee-script/coffee-script.js @@ -592,9 +587,7 @@ share/applications/atom.desktop %%DATADIR%%/resources/app/apm/node_modules/core-util-is/lib/util.js %%DATADIR%%/resources/app/apm/node_modules/core-util-is/package.json %%DATADIR%%/resources/app/apm/node_modules/core-util-is/test.js -%%DATADIR%%/resources/app/apm/node_modules/cson-parser/.travis.yml %%DATADIR%%/resources/app/apm/node_modules/cson-parser/CHANGELOG.md -%%DATADIR%%/resources/app/apm/node_modules/cson-parser/CONTRIBUTING.md %%DATADIR%%/resources/app/apm/node_modules/cson-parser/LICENSE %%DATADIR%%/resources/app/apm/node_modules/cson-parser/README.md %%DATADIR%%/resources/app/apm/node_modules/cson-parser/lib/cson-parser.js @@ -694,6 +687,7 @@ share/applications/atom.desktop %%DATADIR%%/resources/app/apm/node_modules/end-of-stream/README.md %%DATADIR%%/resources/app/apm/node_modules/end-of-stream/index.js %%DATADIR%%/resources/app/apm/node_modules/end-of-stream/package.json +%%DATADIR%%/resources/app/apm/node_modules/es5-ext/.github/FUNDING.yml %%DATADIR%%/resources/app/apm/node_modules/es5-ext/CHANGELOG.md %%DATADIR%%/resources/app/apm/node_modules/es5-ext/CHANGES %%DATADIR%%/resources/app/apm/node_modules/es5-ext/LICENSE @@ -939,7 +933,9 @@ share/applications/atom.desktop %%DATADIR%%/resources/app/apm/node_modules/es5-ext/node_modules/es6-iterator/package.json %%DATADIR%%/resources/app/apm/node_modules/es5-ext/node_modules/es6-iterator/string.js %%DATADIR%%/resources/app/apm/node_modules/es5-ext/node_modules/es6-iterator/valid-iterable.js -%%DATADIR%%/resources/app/apm/node_modules/es5-ext/node_modules/es6-symbol/.travis.yml +%%DATADIR%%/resources/app/apm/node_modules/es5-ext/node_modules/es6-symbol/.github/FUNDING.yml +%%DATADIR%%/resources/app/apm/node_modules/es5-ext/node_modules/es6-symbol/.testignore +%%DATADIR%%/resources/app/apm/node_modules/es5-ext/node_modules/es6-symbol/CHANGELOG.md %%DATADIR%%/resources/app/apm/node_modules/es5-ext/node_modules/es6-symbol/CHANGES %%DATADIR%%/resources/app/apm/node_modules/es5-ext/node_modules/es6-symbol/LICENSE %%DATADIR%%/resources/app/apm/node_modules/es5-ext/node_modules/es6-symbol/README.md @@ -948,6 +944,9 @@ share/applications/atom.desktop %%DATADIR%%/resources/app/apm/node_modules/es5-ext/node_modules/es6-symbol/is-implemented.js %%DATADIR%%/resources/app/apm/node_modules/es5-ext/node_modules/es6-symbol/is-native-implemented.js %%DATADIR%%/resources/app/apm/node_modules/es5-ext/node_modules/es6-symbol/is-symbol.js +%%DATADIR%%/resources/app/apm/node_modules/es5-ext/node_modules/es6-symbol/lib/private/generate-name.js +%%DATADIR%%/resources/app/apm/node_modules/es5-ext/node_modules/es6-symbol/lib/private/setup/standard-symbols.js +%%DATADIR%%/resources/app/apm/node_modules/es5-ext/node_modules/es6-symbol/lib/private/setup/symbol-registry.js %%DATADIR%%/resources/app/apm/node_modules/es5-ext/node_modules/es6-symbol/package.json %%DATADIR%%/resources/app/apm/node_modules/es5-ext/node_modules/es6-symbol/polyfill.js %%DATADIR%%/resources/app/apm/node_modules/es5-ext/node_modules/es6-symbol/validate-symbol.js @@ -1195,13 +1194,15 @@ share/applications/atom.desktop %%DATADIR%%/resources/app/apm/node_modules/es6-weak-map/package.json %%DATADIR%%/resources/app/apm/node_modules/es6-weak-map/polyfill.js %%DATADIR%%/resources/app/apm/node_modules/es6-weak-map/valid-weak-map.js +%%DATADIR%%/resources/app/apm/node_modules/event-kit/.github/no-response.yml %%DATADIR%%/resources/app/apm/node_modules/event-kit/LICENSE.md %%DATADIR%%/resources/app/apm/node_modules/event-kit/README.md %%DATADIR%%/resources/app/apm/node_modules/event-kit/api.json -%%DATADIR%%/resources/app/apm/node_modules/event-kit/lib/composite-disposable.js -%%DATADIR%%/resources/app/apm/node_modules/event-kit/lib/disposable.js -%%DATADIR%%/resources/app/apm/node_modules/event-kit/lib/emitter.js -%%DATADIR%%/resources/app/apm/node_modules/event-kit/lib/event-kit.js +%%DATADIR%%/resources/app/apm/node_modules/event-kit/appveyor.yml +%%DATADIR%%/resources/app/apm/node_modules/event-kit/dist/composite-disposable.js +%%DATADIR%%/resources/app/apm/node_modules/event-kit/dist/disposable.js +%%DATADIR%%/resources/app/apm/node_modules/event-kit/dist/emitter.js +%%DATADIR%%/resources/app/apm/node_modules/event-kit/dist/event-kit.js %%DATADIR%%/resources/app/apm/node_modules/event-kit/package.json %%DATADIR%%/resources/app/apm/node_modules/expand-template/.travis.yml %%DATADIR%%/resources/app/apm/node_modules/expand-template/LICENSE @@ -1209,6 +1210,84 @@ share/applications/atom.desktop %%DATADIR%%/resources/app/apm/node_modules/expand-template/index.js %%DATADIR%%/resources/app/apm/node_modules/expand-template/package.json %%DATADIR%%/resources/app/apm/node_modules/expand-template/test.js +%%DATADIR%%/resources/app/apm/node_modules/ext/CHANGELOG.md +%%DATADIR%%/resources/app/apm/node_modules/ext/LICENSE +%%DATADIR%%/resources/app/apm/node_modules/ext/README.md +%%DATADIR%%/resources/app/apm/node_modules/ext/docs/function/identity.md +%%DATADIR%%/resources/app/apm/node_modules/ext/docs/global-this.md +%%DATADIR%%/resources/app/apm/node_modules/ext/docs/math/ceil-10.md +%%DATADIR%%/resources/app/apm/node_modules/ext/docs/math/floor-10.md +%%DATADIR%%/resources/app/apm/node_modules/ext/docs/math/round-10.md +%%DATADIR%%/resources/app/apm/node_modules/ext/docs/object/entries.md +%%DATADIR%%/resources/app/apm/node_modules/ext/docs/string/random.md +%%DATADIR%%/resources/app/apm/node_modules/ext/docs/thenable_/finally.md +%%DATADIR%%/resources/app/apm/node_modules/ext/function/identity.js +%%DATADIR%%/resources/app/apm/node_modules/ext/global-this/implementation.js +%%DATADIR%%/resources/app/apm/node_modules/ext/global-this/index.js +%%DATADIR%%/resources/app/apm/node_modules/ext/global-this/is-implemented.js +%%DATADIR%%/resources/app/apm/node_modules/ext/lib/private/decimal-adjust.js +%%DATADIR%%/resources/app/apm/node_modules/ext/math/ceil-10.js +%%DATADIR%%/resources/app/apm/node_modules/ext/math/floor-10.js +%%DATADIR%%/resources/app/apm/node_modules/ext/math/round-10.js +%%DATADIR%%/resources/app/apm/node_modules/ext/node_modules/type/CHANGELOG.md +%%DATADIR%%/resources/app/apm/node_modules/ext/node_modules/type/LICENSE +%%DATADIR%%/resources/app/apm/node_modules/ext/node_modules/type/README.md +%%DATADIR%%/resources/app/apm/node_modules/ext/node_modules/type/array-length/coerce.js +%%DATADIR%%/resources/app/apm/node_modules/ext/node_modules/type/array-length/ensure.js +%%DATADIR%%/resources/app/apm/node_modules/ext/node_modules/type/array-like/ensure.js +%%DATADIR%%/resources/app/apm/node_modules/ext/node_modules/type/array-like/is.js +%%DATADIR%%/resources/app/apm/node_modules/ext/node_modules/type/array/ensure.js +%%DATADIR%%/resources/app/apm/node_modules/ext/node_modules/type/array/is.js +%%DATADIR%%/resources/app/apm/node_modules/ext/node_modules/type/date/ensure.js +%%DATADIR%%/resources/app/apm/node_modules/ext/node_modules/type/date/is.js +%%DATADIR%%/resources/app/apm/node_modules/ext/node_modules/type/error/ensure.js +%%DATADIR%%/resources/app/apm/node_modules/ext/node_modules/type/error/is.js +%%DATADIR%%/resources/app/apm/node_modules/ext/node_modules/type/finite/coerce.js +%%DATADIR%%/resources/app/apm/node_modules/ext/node_modules/type/finite/ensure.js +%%DATADIR%%/resources/app/apm/node_modules/ext/node_modules/type/function/ensure.js +%%DATADIR%%/resources/app/apm/node_modules/ext/node_modules/type/function/is.js +%%DATADIR%%/resources/app/apm/node_modules/ext/node_modules/type/integer/coerce.js +%%DATADIR%%/resources/app/apm/node_modules/ext/node_modules/type/integer/ensure.js +%%DATADIR%%/resources/app/apm/node_modules/ext/node_modules/type/iterable/ensure.js +%%DATADIR%%/resources/app/apm/node_modules/ext/node_modules/type/iterable/is.js +%%DATADIR%%/resources/app/apm/node_modules/ext/node_modules/type/lib/is-to-string-tag-supported.js +%%DATADIR%%/resources/app/apm/node_modules/ext/node_modules/type/lib/resolve-error-message.js +%%DATADIR%%/resources/app/apm/node_modules/ext/node_modules/type/lib/resolve-exception.js +%%DATADIR%%/resources/app/apm/node_modules/ext/node_modules/type/lib/safe-to-string.js +%%DATADIR%%/resources/app/apm/node_modules/ext/node_modules/type/lib/to-short-string.js +%%DATADIR%%/resources/app/apm/node_modules/ext/node_modules/type/natural-number/coerce.js +%%DATADIR%%/resources/app/apm/node_modules/ext/node_modules/type/natural-number/ensure.js +%%DATADIR%%/resources/app/apm/node_modules/ext/node_modules/type/number/coerce.js +%%DATADIR%%/resources/app/apm/node_modules/ext/node_modules/type/number/ensure.js +%%DATADIR%%/resources/app/apm/node_modules/ext/node_modules/type/object/ensure.js +%%DATADIR%%/resources/app/apm/node_modules/ext/node_modules/type/object/is.js +%%DATADIR%%/resources/app/apm/node_modules/ext/node_modules/type/package.json +%%DATADIR%%/resources/app/apm/node_modules/ext/node_modules/type/plain-function/ensure.js +%%DATADIR%%/resources/app/apm/node_modules/ext/node_modules/type/plain-function/is.js +%%DATADIR%%/resources/app/apm/node_modules/ext/node_modules/type/plain-object/ensure.js +%%DATADIR%%/resources/app/apm/node_modules/ext/node_modules/type/plain-object/is.js +%%DATADIR%%/resources/app/apm/node_modules/ext/node_modules/type/promise/ensure.js +%%DATADIR%%/resources/app/apm/node_modules/ext/node_modules/type/promise/is.js +%%DATADIR%%/resources/app/apm/node_modules/ext/node_modules/type/prototype/is.js +%%DATADIR%%/resources/app/apm/node_modules/ext/node_modules/type/reg-exp/ensure.js +%%DATADIR%%/resources/app/apm/node_modules/ext/node_modules/type/reg-exp/is.js +%%DATADIR%%/resources/app/apm/node_modules/ext/node_modules/type/safe-integer/coerce.js +%%DATADIR%%/resources/app/apm/node_modules/ext/node_modules/type/safe-integer/ensure.js +%%DATADIR%%/resources/app/apm/node_modules/ext/node_modules/type/string/coerce.js +%%DATADIR%%/resources/app/apm/node_modules/ext/node_modules/type/string/ensure.js +%%DATADIR%%/resources/app/apm/node_modules/ext/node_modules/type/thenable/ensure.js +%%DATADIR%%/resources/app/apm/node_modules/ext/node_modules/type/thenable/is.js +%%DATADIR%%/resources/app/apm/node_modules/ext/node_modules/type/time-value/coerce.js +%%DATADIR%%/resources/app/apm/node_modules/ext/node_modules/type/time-value/ensure.js +%%DATADIR%%/resources/app/apm/node_modules/ext/node_modules/type/value/ensure.js +%%DATADIR%%/resources/app/apm/node_modules/ext/node_modules/type/value/is.js +%%DATADIR%%/resources/app/apm/node_modules/ext/object/entries/implement.js +%%DATADIR%%/resources/app/apm/node_modules/ext/object/entries/implementation.js +%%DATADIR%%/resources/app/apm/node_modules/ext/object/entries/index.js +%%DATADIR%%/resources/app/apm/node_modules/ext/object/entries/is-implemented.js +%%DATADIR%%/resources/app/apm/node_modules/ext/package.json +%%DATADIR%%/resources/app/apm/node_modules/ext/string/random.js +%%DATADIR%%/resources/app/apm/node_modules/ext/thenable_/finally.js %%DATADIR%%/resources/app/apm/node_modules/extend/.jscs.json %%DATADIR%%/resources/app/apm/node_modules/extend/.travis.yml %%DATADIR%%/resources/app/apm/node_modules/extend/CHANGELOG.md @@ -1239,6 +1318,7 @@ share/applications/atom.desktop %%DATADIR%%/resources/app/apm/node_modules/first-mate/LICENSE.md %%DATADIR%%/resources/app/apm/node_modules/first-mate/README.md %%DATADIR%%/resources/app/apm/node_modules/first-mate/api.json +%%DATADIR%%/resources/app/apm/node_modules/first-mate/appveyor.yml %%DATADIR%%/resources/app/apm/node_modules/first-mate/benchmark/bootstrap.css %%DATADIR%%/resources/app/apm/node_modules/first-mate/benchmark/bootstrap.min.css %%DATADIR%%/resources/app/apm/node_modules/first-mate/benchmark/large.js @@ -1254,13 +1334,18 @@ share/applications/atom.desktop %%DATADIR%%/resources/app/apm/node_modules/first-mate/lib/scope-selector-matchers.js %%DATADIR%%/resources/app/apm/node_modules/first-mate/lib/scope-selector-parser.js %%DATADIR%%/resources/app/apm/node_modules/first-mate/lib/scope-selector.js -%%DATADIR%%/resources/app/apm/node_modules/first-mate/node_modules/.bin/csonc -%%DATADIR%%/resources/app/apm/node_modules/first-mate/node_modules/season/LICENSE.md -%%DATADIR%%/resources/app/apm/node_modules/first-mate/node_modules/season/README.md -%%DATADIR%%/resources/app/apm/node_modules/first-mate/node_modules/season/bin/csonc -%%DATADIR%%/resources/app/apm/node_modules/first-mate/node_modules/season/lib/cson.js -%%DATADIR%%/resources/app/apm/node_modules/first-mate/node_modules/season/lib/csonc.js -%%DATADIR%%/resources/app/apm/node_modules/first-mate/node_modules/season/package.json +%%DATADIR%%/resources/app/apm/node_modules/first-mate/node_modules/async/CHANGELOG.md +%%DATADIR%%/resources/app/apm/node_modules/first-mate/node_modules/async/LICENSE +%%DATADIR%%/resources/app/apm/node_modules/first-mate/node_modules/async/README.md +%%DATADIR%%/resources/app/apm/node_modules/first-mate/node_modules/async/dist/async.js +%%DATADIR%%/resources/app/apm/node_modules/first-mate/node_modules/async/dist/async.min.js +%%DATADIR%%/resources/app/apm/node_modules/first-mate/node_modules/async/lib/async.js +%%DATADIR%%/resources/app/apm/node_modules/first-mate/node_modules/async/package.json +%%DATADIR%%/resources/app/apm/node_modules/first-mate/node_modules/fs-plus/LICENSE.md +%%DATADIR%%/resources/app/apm/node_modules/first-mate/node_modules/fs-plus/README.md +%%DATADIR%%/resources/app/apm/node_modules/first-mate/node_modules/fs-plus/appveyor.yml +%%DATADIR%%/resources/app/apm/node_modules/first-mate/node_modules/fs-plus/lib/fs-plus.js +%%DATADIR%%/resources/app/apm/node_modules/first-mate/node_modules/fs-plus/package.json %%DATADIR%%/resources/app/apm/node_modules/first-mate/package.json %%DATADIR%%/resources/app/apm/node_modules/forever-agent/LICENSE %%DATADIR%%/resources/app/apm/node_modules/forever-agent/README.md @@ -1373,12 +1458,25 @@ share/applications/atom.desktop %%DATADIR%%/resources/app/apm/node_modules/getpass/package.json %%DATADIR%%/resources/app/apm/node_modules/git-utils/LICENSE.md %%DATADIR%%/resources/app/apm/node_modules/git-utils/README.md +%%DATADIR%%/resources/app/apm/node_modules/git-utils/appveyor.yml %%DATADIR%%/resources/app/apm/node_modules/git-utils/build/Release/git.node %%DATADIR%%/resources/app/apm/node_modules/git-utils/build/Release/git2.a %%DATADIR%%/resources/app/apm/node_modules/git-utils/build/Release/http_parser.a %%DATADIR%%/resources/app/apm/node_modules/git-utils/build/Release/zlib.a -%%DATADIR%%/resources/app/apm/node_modules/git-utils/lib/git.js +%%DATADIR%%/resources/app/apm/node_modules/git-utils/node_modules/async/CHANGELOG.md +%%DATADIR%%/resources/app/apm/node_modules/git-utils/node_modules/async/LICENSE +%%DATADIR%%/resources/app/apm/node_modules/git-utils/node_modules/async/README.md +%%DATADIR%%/resources/app/apm/node_modules/git-utils/node_modules/async/dist/async.js +%%DATADIR%%/resources/app/apm/node_modules/git-utils/node_modules/async/dist/async.min.js +%%DATADIR%%/resources/app/apm/node_modules/git-utils/node_modules/async/lib/async.js +%%DATADIR%%/resources/app/apm/node_modules/git-utils/node_modules/async/package.json +%%DATADIR%%/resources/app/apm/node_modules/git-utils/node_modules/fs-plus/LICENSE.md +%%DATADIR%%/resources/app/apm/node_modules/git-utils/node_modules/fs-plus/README.md +%%DATADIR%%/resources/app/apm/node_modules/git-utils/node_modules/fs-plus/appveyor.yml +%%DATADIR%%/resources/app/apm/node_modules/git-utils/node_modules/fs-plus/lib/fs-plus.js +%%DATADIR%%/resources/app/apm/node_modules/git-utils/node_modules/fs-plus/package.json %%DATADIR%%/resources/app/apm/node_modules/git-utils/package.json +%%DATADIR%%/resources/app/apm/node_modules/git-utils/src/git.js %%DATADIR%%/resources/app/apm/node_modules/github-from-package/.travis.yml %%DATADIR%%/resources/app/apm/node_modules/github-from-package/LICENSE %%DATADIR%%/resources/app/apm/node_modules/github-from-package/index.js @@ -1399,6 +1497,7 @@ share/applications/atom.desktop %%DATADIR%%/resources/app/apm/node_modules/graceful-fs/polyfills.js %%DATADIR%%/resources/app/apm/node_modules/grim/LICENSE.md %%DATADIR%%/resources/app/apm/node_modules/grim/README.md +%%DATADIR%%/resources/app/apm/node_modules/grim/appveyor.yml %%DATADIR%%/resources/app/apm/node_modules/grim/lib/deprecation.js %%DATADIR%%/resources/app/apm/node_modules/grim/lib/grim.js %%DATADIR%%/resources/app/apm/node_modules/grim/package.json @@ -4692,11 +4791,6 @@ share/applications/atom.desktop %%DATADIR%%/resources/app/apm/node_modules/open/lib/open.js %%DATADIR%%/resources/app/apm/node_modules/open/package.json %%DATADIR%%/resources/app/apm/node_modules/open/vendor/xdg-open -%%DATADIR%%/resources/app/apm/node_modules/optimist/.travis.yml -%%DATADIR%%/resources/app/apm/node_modules/optimist/LICENSE -%%DATADIR%%/resources/app/apm/node_modules/optimist/index.js -%%DATADIR%%/resources/app/apm/node_modules/optimist/package.json -%%DATADIR%%/resources/app/apm/node_modules/optimist/readme.markdown %%DATADIR%%/resources/app/apm/node_modules/os-homedir/index.js %%DATADIR%%/resources/app/apm/node_modules/os-homedir/license %%DATADIR%%/resources/app/apm/node_modules/os-homedir/package.json @@ -4749,18 +4843,14 @@ share/applications/atom.desktop %%DATADIR%%/resources/app/apm/node_modules/property-accessors/README.md %%DATADIR%%/resources/app/apm/node_modules/property-accessors/lib/property-accessors.js %%DATADIR%%/resources/app/apm/node_modules/property-accessors/package.json -%%DATADIR%%/resources/app/apm/node_modules/psl/.eslintignore -%%DATADIR%%/resources/app/apm/node_modules/psl/.travis.yml %%DATADIR%%/resources/app/apm/node_modules/psl/LICENSE %%DATADIR%%/resources/app/apm/node_modules/psl/README.md +%%DATADIR%%/resources/app/apm/node_modules/psl/browserstack-logo.svg %%DATADIR%%/resources/app/apm/node_modules/psl/data/rules.json %%DATADIR%%/resources/app/apm/node_modules/psl/dist/psl.js %%DATADIR%%/resources/app/apm/node_modules/psl/dist/psl.min.js %%DATADIR%%/resources/app/apm/node_modules/psl/index.js -%%DATADIR%%/resources/app/apm/node_modules/psl/karma.conf.js %%DATADIR%%/resources/app/apm/node_modules/psl/package.json -%%DATADIR%%/resources/app/apm/node_modules/psl/scripts/ci-build.sh -%%DATADIR%%/resources/app/apm/node_modules/psl/scripts/update-rules.js %%DATADIR%%/resources/app/apm/node_modules/pump/.travis.yml %%DATADIR%%/resources/app/apm/node_modules/pump/LICENSE %%DATADIR%%/resources/app/apm/node_modules/pump/README.md @@ -4869,8 +4959,6 @@ share/applications/atom.desktop %%DATADIR%%/resources/app/apm/node_modules/season/bin/csonc %%DATADIR%%/resources/app/apm/node_modules/season/lib/cson.js %%DATADIR%%/resources/app/apm/node_modules/season/lib/csonc.js -%%DATADIR%%/resources/app/apm/node_modules/season/node_modules/.bin/cake -%%DATADIR%%/resources/app/apm/node_modules/season/node_modules/.bin/coffee %%DATADIR%%/resources/app/apm/node_modules/season/node_modules/async/CHANGELOG.md %%DATADIR%%/resources/app/apm/node_modules/season/node_modules/async/LICENSE %%DATADIR%%/resources/app/apm/node_modules/season/node_modules/async/README.md @@ -4878,36 +4966,6 @@ share/applications/atom.desktop %%DATADIR%%/resources/app/apm/node_modules/season/node_modules/async/dist/async.min.js %%DATADIR%%/resources/app/apm/node_modules/season/node_modules/async/lib/async.js %%DATADIR%%/resources/app/apm/node_modules/season/node_modules/async/package.json -%%DATADIR%%/resources/app/apm/node_modules/season/node_modules/coffee-script/LICENSE -%%DATADIR%%/resources/app/apm/node_modules/season/node_modules/coffee-script/README.md -%%DATADIR%%/resources/app/apm/node_modules/season/node_modules/coffee-script/bin/cake -%%DATADIR%%/resources/app/apm/node_modules/season/node_modules/coffee-script/bin/coffee -%%DATADIR%%/resources/app/apm/node_modules/season/node_modules/coffee-script/lib/coffee-script/browser.js -%%DATADIR%%/resources/app/apm/node_modules/season/node_modules/coffee-script/lib/coffee-script/cake.js -%%DATADIR%%/resources/app/apm/node_modules/season/node_modules/coffee-script/lib/coffee-script/coffee-script.js -%%DATADIR%%/resources/app/apm/node_modules/season/node_modules/coffee-script/lib/coffee-script/command.js -%%DATADIR%%/resources/app/apm/node_modules/season/node_modules/coffee-script/lib/coffee-script/grammar.js -%%DATADIR%%/resources/app/apm/node_modules/season/node_modules/coffee-script/lib/coffee-script/helpers.js -%%DATADIR%%/resources/app/apm/node_modules/season/node_modules/coffee-script/lib/coffee-script/index.js -%%DATADIR%%/resources/app/apm/node_modules/season/node_modules/coffee-script/lib/coffee-script/lexer.js -%%DATADIR%%/resources/app/apm/node_modules/season/node_modules/coffee-script/lib/coffee-script/nodes.js -%%DATADIR%%/resources/app/apm/node_modules/season/node_modules/coffee-script/lib/coffee-script/optparse.js -%%DATADIR%%/resources/app/apm/node_modules/season/node_modules/coffee-script/lib/coffee-script/parser.js -%%DATADIR%%/resources/app/apm/node_modules/season/node_modules/coffee-script/lib/coffee-script/register.js -%%DATADIR%%/resources/app/apm/node_modules/season/node_modules/coffee-script/lib/coffee-script/repl.js -%%DATADIR%%/resources/app/apm/node_modules/season/node_modules/coffee-script/lib/coffee-script/rewriter.js -%%DATADIR%%/resources/app/apm/node_modules/season/node_modules/coffee-script/lib/coffee-script/scope.js -%%DATADIR%%/resources/app/apm/node_modules/season/node_modules/coffee-script/lib/coffee-script/sourcemap.js -%%DATADIR%%/resources/app/apm/node_modules/season/node_modules/coffee-script/package.json -%%DATADIR%%/resources/app/apm/node_modules/season/node_modules/coffee-script/register.js -%%DATADIR%%/resources/app/apm/node_modules/season/node_modules/coffee-script/repl.js -%%DATADIR%%/resources/app/apm/node_modules/season/node_modules/cson-parser/CHANGELOG.md -%%DATADIR%%/resources/app/apm/node_modules/season/node_modules/cson-parser/LICENSE -%%DATADIR%%/resources/app/apm/node_modules/season/node_modules/cson-parser/README.md -%%DATADIR%%/resources/app/apm/node_modules/season/node_modules/cson-parser/lib/cson-parser.js -%%DATADIR%%/resources/app/apm/node_modules/season/node_modules/cson-parser/lib/parse.js -%%DATADIR%%/resources/app/apm/node_modules/season/node_modules/cson-parser/lib/stringify.js -%%DATADIR%%/resources/app/apm/node_modules/season/node_modules/cson-parser/package.json %%DATADIR%%/resources/app/apm/node_modules/season/node_modules/fs-plus/LICENSE.md %%DATADIR%%/resources/app/apm/node_modules/season/node_modules/fs-plus/README.md %%DATADIR%%/resources/app/apm/node_modules/season/node_modules/fs-plus/appveyor.yml @@ -5119,15 +5177,17 @@ share/applications/atom.desktop %%DATADIR%%/resources/app/apm/node_modules/tar/lib/parse.js %%DATADIR%%/resources/app/apm/node_modules/tar/package.json %%DATADIR%%/resources/app/apm/node_modules/tar/tar.js -%%DATADIR%%/resources/app/apm/node_modules/temp/.travis.yml %%DATADIR%%/resources/app/apm/node_modules/temp/LICENSE %%DATADIR%%/resources/app/apm/node_modules/temp/README.md %%DATADIR%%/resources/app/apm/node_modules/temp/lib/temp.js -%%DATADIR%%/resources/app/apm/node_modules/temp/no_cleanup.js -%%DATADIR%%/resources/app/apm/node_modules/temp/no_cleanup_on_exit.js -%%DATADIR%%/resources/app/apm/node_modules/temp/no_cleanup_on_exit.spec.js %%DATADIR%%/resources/app/apm/node_modules/temp/node_modules/.bin/rimraf -%%DATADIR%%/resources/app/apm/node_modules/temp/node_modules/rimraf/AUTHORS +%%DATADIR%%/resources/app/apm/node_modules/temp/node_modules/glob/LICENSE +%%DATADIR%%/resources/app/apm/node_modules/temp/node_modules/glob/README.md +%%DATADIR%%/resources/app/apm/node_modules/temp/node_modules/glob/changelog.md +%%DATADIR%%/resources/app/apm/node_modules/temp/node_modules/glob/common.js +%%DATADIR%%/resources/app/apm/node_modules/temp/node_modules/glob/glob.js +%%DATADIR%%/resources/app/apm/node_modules/temp/node_modules/glob/package.json +%%DATADIR%%/resources/app/apm/node_modules/temp/node_modules/glob/sync.js %%DATADIR%%/resources/app/apm/node_modules/temp/node_modules/rimraf/LICENSE %%DATADIR%%/resources/app/apm/node_modules/temp/node_modules/rimraf/README.md %%DATADIR%%/resources/app/apm/node_modules/temp/node_modules/rimraf/bin.js @@ -5189,8 +5249,8 @@ share/applications/atom.desktop %%DATADIR%%/resources/app/apm/node_modules/tweetnacl/nacl.js %%DATADIR%%/resources/app/apm/node_modules/tweetnacl/nacl.min.js %%DATADIR%%/resources/app/apm/node_modules/tweetnacl/package.json -%%DATADIR%%/resources/app/apm/node_modules/type/.prettierrc.js %%DATADIR%%/resources/app/apm/node_modules/type/CHANGELOG.md +%%DATADIR%%/resources/app/apm/node_modules/type/LICENSE %%DATADIR%%/resources/app/apm/node_modules/type/README.md %%DATADIR%%/resources/app/apm/node_modules/type/array-length/coerce.js %%DATADIR%%/resources/app/apm/node_modules/type/array-length/ensure.js @@ -5288,7 +5348,6 @@ share/applications/atom.desktop %%DATADIR%%/resources/app/apm/node_modules/uuid/CHANGELOG.md %%DATADIR%%/resources/app/apm/node_modules/uuid/LICENSE.md %%DATADIR%%/resources/app/apm/node_modules/uuid/README.md -%%DATADIR%%/resources/app/apm/node_modules/uuid/README_js.md %%DATADIR%%/resources/app/apm/node_modules/uuid/bin/uuid %%DATADIR%%/resources/app/apm/node_modules/uuid/index.js %%DATADIR%%/resources/app/apm/node_modules/uuid/lib/bytesToUuid.js @@ -5561,38 +5620,82 @@ share/icons/hicolor/64x64/apps/atom.png @dir %%DATADIR%%/resources/app/apm/node_modules/es6-iterator/test/# @dir %%DATADIR%%/resources/app/apm/node_modules/es6-symbol/test @dir %%DATADIR%%/resources/app/apm/node_modules/es6-weak-map/test +@dir %%DATADIR%%/resources/app/apm/node_modules/ext/node_modules/type/test/_lib +@dir %%DATADIR%%/resources/app/apm/node_modules/ext/node_modules/type/test/array +@dir %%DATADIR%%/resources/app/apm/node_modules/ext/node_modules/type/test/array-length +@dir %%DATADIR%%/resources/app/apm/node_modules/ext/node_modules/type/test/array-like +@dir %%DATADIR%%/resources/app/apm/node_modules/ext/node_modules/type/test/date +@dir %%DATADIR%%/resources/app/apm/node_modules/ext/node_modules/type/test/error +@dir %%DATADIR%%/resources/app/apm/node_modules/ext/node_modules/type/test/finite +@dir %%DATADIR%%/resources/app/apm/node_modules/ext/node_modules/type/test/function +@dir %%DATADIR%%/resources/app/apm/node_modules/ext/node_modules/type/test/integer +@dir %%DATADIR%%/resources/app/apm/node_modules/ext/node_modules/type/test/iterable +@dir %%DATADIR%%/resources/app/apm/node_modules/ext/node_modules/type/test/lib +@dir %%DATADIR%%/resources/app/apm/node_modules/ext/node_modules/type/test/natural-number +@dir %%DATADIR%%/resources/app/apm/node_modules/ext/node_modules/type/test/number +@dir %%DATADIR%%/resources/app/apm/node_modules/ext/node_modules/type/test/object +@dir %%DATADIR%%/resources/app/apm/node_modules/ext/node_modules/type/test/plain-function +@dir %%DATADIR%%/resources/app/apm/node_modules/ext/node_modules/type/test/plain-object +@dir %%DATADIR%%/resources/app/apm/node_modules/ext/node_modules/type/test/promise +@dir %%DATADIR%%/resources/app/apm/node_modules/ext/node_modules/type/test/prototype +@dir %%DATADIR%%/resources/app/apm/node_modules/ext/node_modules/type/test/reg-exp +@dir %%DATADIR%%/resources/app/apm/node_modules/ext/node_modules/type/test/safe-integer +@dir %%DATADIR%%/resources/app/apm/node_modules/ext/node_modules/type/test/string +@dir %%DATADIR%%/resources/app/apm/node_modules/ext/node_modules/type/test/thenable +@dir %%DATADIR%%/resources/app/apm/node_modules/ext/node_modules/type/test/time-value +@dir %%DATADIR%%/resources/app/apm/node_modules/ext/node_modules/type/test/value +@dir %%DATADIR%%/resources/app/apm/node_modules/ext/test/function +@dir %%DATADIR%%/resources/app/apm/node_modules/ext/test/global-this +@dir %%DATADIR%%/resources/app/apm/node_modules/ext/test/math +@dir %%DATADIR%%/resources/app/apm/node_modules/ext/test/object/entries +@dir %%DATADIR%%/resources/app/apm/node_modules/ext/test/string +@dir %%DATADIR%%/resources/app/apm/node_modules/ext/test/thenable_ @dir %%DATADIR%%/resources/app/apm/node_modules/fast-json-stable-stringify/example @dir %%DATADIR%%/resources/app/apm/node_modules/fast-json-stable-stringify/test @dir %%DATADIR%%/resources/app/apm/node_modules/fstream/examples @dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/build/Release/.deps/Release/obj.target/git/src @dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/build/Release/.deps/Release/obj.target/http_parser/deps/libgit2/deps/http-parser +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/build/Release/.deps/Release/obj.target/libgit2/deps/libgit2/src/allocators @dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/build/Release/.deps/Release/obj.target/libgit2/deps/libgit2/src/hash +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/build/Release/.deps/Release/obj.target/libgit2/deps/libgit2/src/streams @dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/build/Release/.deps/Release/obj.target/libgit2/deps/libgit2/src/transports @dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/build/Release/.deps/Release/obj.target/libgit2/deps/libgit2/src/unix @dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/build/Release/.deps/Release/obj.target/libgit2/deps/libgit2/src/xdiff @dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/build/Release/.deps/Release/obj.target/zlib/deps/libgit2/deps/zlib @dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/build/Release/obj.target/git/src @dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/build/Release/obj.target/http_parser/deps/libgit2/deps/http-parser +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/build/Release/obj.target/libgit2/deps/libgit2/src/allocators @dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/build/Release/obj.target/libgit2/deps/libgit2/src/hash +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/build/Release/obj.target/libgit2/deps/libgit2/src/streams @dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/build/Release/obj.target/libgit2/deps/libgit2/src/transports @dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/build/Release/obj.target/libgit2/deps/libgit2/src/unix @dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/build/Release/obj.target/libgit2/deps/libgit2/src/xdiff @dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/build/Release/obj.target/zlib/deps/libgit2/deps/zlib +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/.github +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/azure-pipelines +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/ci @dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/cmake/Modules @dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/deps/http-parser -@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/deps/regex +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/deps/ntlmclient +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/deps/pcre/cmake @dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/deps/winhttp @dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/deps/zlib @dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/docs -@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/examples/network -@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/examples/test +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/examples +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/fuzzers/corpora/config_file +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/fuzzers/corpora/download_refs +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/fuzzers/corpora/objects +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/fuzzers/corpora/packfile @dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/include/git2/sys @dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/script -@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/src/hash +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/src/allocators +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/src/hash/sha1dc +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/src/streams @dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/src/transports @dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/src/unix @dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/src/win32 @dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/src/xdiff +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/apply @dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/attr @dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/blame @dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/buf @@ -5604,14 +5707,19 @@ share/icons/hicolor/64x64/apps/atom.png @dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/config @dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/core @dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/date +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/delta @dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/describe @dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/diff @dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/fetchhead @dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/filter @dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/graph +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/ignore @dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/index +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/iterator +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/mailmap @dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/merge/trees @dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/merge/workdir +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/message @dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/network/remote @dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/notes @dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/object/blob @@ -5622,6 +5730,7 @@ share/icons/hicolor/64x64/apps/atom.png @dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/odb/backend @dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/online @dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/pack +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/patch @dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/path @dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/perf @dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/rebase @@ -5848,78 +5957,294 @@ share/icons/hicolor/64x64/apps/atom.png @dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf/.gitted/objects/f4 @dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf/.gitted/objects/fe @dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf/.gitted/refs/heads -@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/posix/autocrlf_false -@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/posix/autocrlf_false,-crlf -@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/posix/autocrlf_false,-text -@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/posix/autocrlf_false,crlf -@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/posix/autocrlf_false,eol_crlf -@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/posix/autocrlf_false,eol_lf -@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/posix/autocrlf_false,text -@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/posix/autocrlf_false,text,eol_crlf -@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/posix/autocrlf_false,text,eol_lf -@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/posix/autocrlf_false,text_auto -@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/posix/autocrlf_false,text_auto,eol_crlf -@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/posix/autocrlf_false,text_auto,eol_lf -@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/posix/autocrlf_input -@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/posix/autocrlf_input,-crlf -@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/posix/autocrlf_input,-text -@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/posix/autocrlf_input,crlf -@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/posix/autocrlf_input,eol_crlf -@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/posix/autocrlf_input,eol_lf -@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/posix/autocrlf_input,text -@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/posix/autocrlf_input,text,eol_crlf -@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/posix/autocrlf_input,text,eol_lf -@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/posix/autocrlf_input,text_auto -@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/posix/autocrlf_input,text_auto,eol_crlf -@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/posix/autocrlf_input,text_auto,eol_lf -@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/posix/autocrlf_true -@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/posix/autocrlf_true,-crlf -@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/posix/autocrlf_true,-text -@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/posix/autocrlf_true,crlf -@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/posix/autocrlf_true,eol_crlf -@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/posix/autocrlf_true,eol_lf -@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/posix/autocrlf_true,text -@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/posix/autocrlf_true,text,eol_crlf -@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/posix/autocrlf_true,text,eol_lf -@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/posix/autocrlf_true,text_auto -@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/posix/autocrlf_true,text_auto,eol_crlf -@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/posix/autocrlf_true,text_auto,eol_lf -@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/windows/autocrlf_false -@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/windows/autocrlf_false,-crlf -@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/windows/autocrlf_false,-text -@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/windows/autocrlf_false,crlf -@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/windows/autocrlf_false,eol_crlf -@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/windows/autocrlf_false,eol_lf -@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/windows/autocrlf_false,text -@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/windows/autocrlf_false,text,eol_crlf -@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/windows/autocrlf_false,text,eol_lf -@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/windows/autocrlf_false,text_auto -@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/windows/autocrlf_false,text_auto,eol_crlf -@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/windows/autocrlf_false,text_auto,eol_lf -@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/windows/autocrlf_input -@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/windows/autocrlf_input,-crlf -@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/windows/autocrlf_input,-text -@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/windows/autocrlf_input,crlf -@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/windows/autocrlf_input,eol_crlf -@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/windows/autocrlf_input,eol_lf -@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/windows/autocrlf_input,text -@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/windows/autocrlf_input,text,eol_crlf -@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/windows/autocrlf_input,text,eol_lf -@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/windows/autocrlf_input,text_auto -@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/windows/autocrlf_input,text_auto,eol_crlf -@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/windows/autocrlf_input,text_auto,eol_lf -@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/windows/autocrlf_true -@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/windows/autocrlf_true,-crlf -@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/windows/autocrlf_true,-text -@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/windows/autocrlf_true,crlf -@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/windows/autocrlf_true,eol_crlf -@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/windows/autocrlf_true,eol_lf -@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/windows/autocrlf_true,text -@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/windows/autocrlf_true,text,eol_crlf -@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/windows/autocrlf_true,text,eol_lf -@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/windows/autocrlf_true,text_auto -@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/windows/autocrlf_true,text_auto,eol_crlf -@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/windows/autocrlf_true,text_auto,eol_lf +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/posix_to_odb/autocrlf_false,safecrlf_false +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/posix_to_odb/autocrlf_false,safecrlf_false,-crlf +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/posix_to_odb/autocrlf_false,safecrlf_false,-text +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/posix_to_odb/autocrlf_false,safecrlf_false,crlf +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/posix_to_odb/autocrlf_false,safecrlf_false,eol_crlf +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/posix_to_odb/autocrlf_false,safecrlf_false,eol_lf +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/posix_to_odb/autocrlf_false,safecrlf_false,text +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/posix_to_odb/autocrlf_false,safecrlf_false,text,eol_crlf +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/posix_to_odb/autocrlf_false,safecrlf_false,text,eol_lf +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/posix_to_odb/autocrlf_false,safecrlf_false,text_auto +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/posix_to_odb/autocrlf_false,safecrlf_false,text_auto,eol_crlf +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/posix_to_odb/autocrlf_false,safecrlf_false,text_auto,eol_lf +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/posix_to_odb/autocrlf_false,safecrlf_true +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/posix_to_odb/autocrlf_false,safecrlf_true,-crlf +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/posix_to_odb/autocrlf_false,safecrlf_true,-text +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/posix_to_odb/autocrlf_false,safecrlf_true,crlf +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/posix_to_odb/autocrlf_false,safecrlf_true,eol_crlf +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/posix_to_odb/autocrlf_false,safecrlf_true,eol_lf +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/posix_to_odb/autocrlf_false,safecrlf_true,text +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/posix_to_odb/autocrlf_false,safecrlf_true,text,eol_crlf +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/posix_to_odb/autocrlf_false,safecrlf_true,text,eol_lf +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/posix_to_odb/autocrlf_false,safecrlf_true,text_auto +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/posix_to_odb/autocrlf_false,safecrlf_true,text_auto,eol_crlf +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/posix_to_odb/autocrlf_false,safecrlf_true,text_auto,eol_lf +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/posix_to_odb/autocrlf_false,safecrlf_warn +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/posix_to_odb/autocrlf_false,safecrlf_warn,-crlf +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/posix_to_odb/autocrlf_false,safecrlf_warn,-text +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/posix_to_odb/autocrlf_false,safecrlf_warn,crlf +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/posix_to_odb/autocrlf_false,safecrlf_warn,eol_crlf +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/posix_to_odb/autocrlf_false,safecrlf_warn,eol_lf +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/posix_to_odb/autocrlf_false,safecrlf_warn,text +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/posix_to_odb/autocrlf_false,safecrlf_warn,text,eol_crlf +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/posix_to_odb/autocrlf_false,safecrlf_warn,text,eol_lf +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/posix_to_odb/autocrlf_false,safecrlf_warn,text_auto +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/posix_to_odb/autocrlf_false,safecrlf_warn,text_auto,eol_crlf +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/posix_to_odb/autocrlf_false,safecrlf_warn,text_auto,eol_lf +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/posix_to_odb/autocrlf_input,safecrlf_false +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/posix_to_odb/autocrlf_input,safecrlf_false,-crlf +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/posix_to_odb/autocrlf_input,safecrlf_false,-text +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/posix_to_odb/autocrlf_input,safecrlf_false,crlf +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/posix_to_odb/autocrlf_input,safecrlf_false,eol_crlf +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/posix_to_odb/autocrlf_input,safecrlf_false,eol_lf +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/posix_to_odb/autocrlf_input,safecrlf_false,text +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/posix_to_odb/autocrlf_input,safecrlf_false,text,eol_crlf +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/posix_to_odb/autocrlf_input,safecrlf_false,text,eol_lf +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/posix_to_odb/autocrlf_input,safecrlf_false,text_auto +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/posix_to_odb/autocrlf_input,safecrlf_false,text_auto,eol_crlf +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/posix_to_odb/autocrlf_input,safecrlf_false,text_auto,eol_lf +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/posix_to_odb/autocrlf_input,safecrlf_true +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/posix_to_odb/autocrlf_input,safecrlf_true,-crlf +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/posix_to_odb/autocrlf_input,safecrlf_true,-text +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/posix_to_odb/autocrlf_input,safecrlf_true,crlf +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/posix_to_odb/autocrlf_input,safecrlf_true,eol_crlf +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/posix_to_odb/autocrlf_input,safecrlf_true,eol_lf +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/posix_to_odb/autocrlf_input,safecrlf_true,text +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/posix_to_odb/autocrlf_input,safecrlf_true,text,eol_crlf +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/posix_to_odb/autocrlf_input,safecrlf_true,text,eol_lf +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/posix_to_odb/autocrlf_input,safecrlf_true,text_auto +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/posix_to_odb/autocrlf_input,safecrlf_true,text_auto,eol_crlf +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/posix_to_odb/autocrlf_input,safecrlf_true,text_auto,eol_lf +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/posix_to_odb/autocrlf_input,safecrlf_warn +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/posix_to_odb/autocrlf_input,safecrlf_warn,-crlf +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/posix_to_odb/autocrlf_input,safecrlf_warn,-text +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/posix_to_odb/autocrlf_input,safecrlf_warn,crlf +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/posix_to_odb/autocrlf_input,safecrlf_warn,eol_crlf +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/posix_to_odb/autocrlf_input,safecrlf_warn,eol_lf +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/posix_to_odb/autocrlf_input,safecrlf_warn,text +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/posix_to_odb/autocrlf_input,safecrlf_warn,text,eol_crlf +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/posix_to_odb/autocrlf_input,safecrlf_warn,text,eol_lf +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/posix_to_odb/autocrlf_input,safecrlf_warn,text_auto +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/posix_to_odb/autocrlf_input,safecrlf_warn,text_auto,eol_crlf +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/posix_to_odb/autocrlf_input,safecrlf_warn,text_auto,eol_lf +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/posix_to_odb/autocrlf_true,safecrlf_false +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/posix_to_odb/autocrlf_true,safecrlf_false,-crlf +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/posix_to_odb/autocrlf_true,safecrlf_false,-text +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/posix_to_odb/autocrlf_true,safecrlf_false,crlf +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/posix_to_odb/autocrlf_true,safecrlf_false,eol_crlf +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/posix_to_odb/autocrlf_true,safecrlf_false,eol_lf +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/posix_to_odb/autocrlf_true,safecrlf_false,text +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/posix_to_odb/autocrlf_true,safecrlf_false,text,eol_crlf +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/posix_to_odb/autocrlf_true,safecrlf_false,text,eol_lf +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/posix_to_odb/autocrlf_true,safecrlf_false,text_auto +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/posix_to_odb/autocrlf_true,safecrlf_false,text_auto,eol_crlf +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/posix_to_odb/autocrlf_true,safecrlf_false,text_auto,eol_lf +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/posix_to_odb/autocrlf_true,safecrlf_true +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/posix_to_odb/autocrlf_true,safecrlf_true,-crlf +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/posix_to_odb/autocrlf_true,safecrlf_true,-text +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/posix_to_odb/autocrlf_true,safecrlf_true,crlf +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/posix_to_odb/autocrlf_true,safecrlf_true,eol_crlf +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/posix_to_odb/autocrlf_true,safecrlf_true,eol_lf +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/posix_to_odb/autocrlf_true,safecrlf_true,text +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/posix_to_odb/autocrlf_true,safecrlf_true,text,eol_crlf +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/posix_to_odb/autocrlf_true,safecrlf_true,text,eol_lf +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/posix_to_odb/autocrlf_true,safecrlf_true,text_auto +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/posix_to_odb/autocrlf_true,safecrlf_true,text_auto,eol_crlf +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/posix_to_odb/autocrlf_true,safecrlf_true,text_auto,eol_lf +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/posix_to_odb/autocrlf_true,safecrlf_warn +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/posix_to_odb/autocrlf_true,safecrlf_warn,-crlf +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/posix_to_odb/autocrlf_true,safecrlf_warn,-text +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/posix_to_odb/autocrlf_true,safecrlf_warn,crlf +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/posix_to_odb/autocrlf_true,safecrlf_warn,eol_crlf +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/posix_to_odb/autocrlf_true,safecrlf_warn,eol_lf +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/posix_to_odb/autocrlf_true,safecrlf_warn,text +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/posix_to_odb/autocrlf_true,safecrlf_warn,text,eol_crlf +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/posix_to_odb/autocrlf_true,safecrlf_warn,text,eol_lf +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/posix_to_odb/autocrlf_true,safecrlf_warn,text_auto +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/posix_to_odb/autocrlf_true,safecrlf_warn,text_auto,eol_crlf +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/posix_to_odb/autocrlf_true,safecrlf_warn,text_auto,eol_lf +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/posix_to_workdir/autocrlf_false +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/posix_to_workdir/autocrlf_false,-crlf +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/posix_to_workdir/autocrlf_false,-text +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/posix_to_workdir/autocrlf_false,crlf +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/posix_to_workdir/autocrlf_false,eol_crlf +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/posix_to_workdir/autocrlf_false,eol_lf +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/posix_to_workdir/autocrlf_false,text +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/posix_to_workdir/autocrlf_false,text,eol_crlf +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/posix_to_workdir/autocrlf_false,text,eol_lf +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/posix_to_workdir/autocrlf_false,text_auto +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/posix_to_workdir/autocrlf_false,text_auto,eol_crlf +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/posix_to_workdir/autocrlf_false,text_auto,eol_lf +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/posix_to_workdir/autocrlf_input +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/posix_to_workdir/autocrlf_input,-crlf +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/posix_to_workdir/autocrlf_input,-text +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/posix_to_workdir/autocrlf_input,crlf +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/posix_to_workdir/autocrlf_input,eol_crlf +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/posix_to_workdir/autocrlf_input,eol_lf +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/posix_to_workdir/autocrlf_input,text +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/posix_to_workdir/autocrlf_input,text,eol_crlf +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/posix_to_workdir/autocrlf_input,text,eol_lf +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/posix_to_workdir/autocrlf_input,text_auto +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/posix_to_workdir/autocrlf_input,text_auto,eol_crlf +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/posix_to_workdir/autocrlf_input,text_auto,eol_lf +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/posix_to_workdir/autocrlf_true +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/posix_to_workdir/autocrlf_true,-crlf +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/posix_to_workdir/autocrlf_true,-text +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/posix_to_workdir/autocrlf_true,crlf +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/posix_to_workdir/autocrlf_true,eol_crlf +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/posix_to_workdir/autocrlf_true,eol_lf +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/posix_to_workdir/autocrlf_true,text +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/posix_to_workdir/autocrlf_true,text,eol_crlf +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/posix_to_workdir/autocrlf_true,text,eol_lf +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/posix_to_workdir/autocrlf_true,text_auto +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/posix_to_workdir/autocrlf_true,text_auto,eol_crlf +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/posix_to_workdir/autocrlf_true,text_auto,eol_lf +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/windows_to_odb/autocrlf_false,safecrlf_false +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/windows_to_odb/autocrlf_false,safecrlf_false,-crlf +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/windows_to_odb/autocrlf_false,safecrlf_false,-text +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/windows_to_odb/autocrlf_false,safecrlf_false,crlf +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/windows_to_odb/autocrlf_false,safecrlf_false,eol_crlf +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/windows_to_odb/autocrlf_false,safecrlf_false,eol_lf +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/windows_to_odb/autocrlf_false,safecrlf_false,text +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/windows_to_odb/autocrlf_false,safecrlf_false,text,eol_crlf +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/windows_to_odb/autocrlf_false,safecrlf_false,text,eol_lf +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/windows_to_odb/autocrlf_false,safecrlf_false,text_auto +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/windows_to_odb/autocrlf_false,safecrlf_false,text_auto,eol_crlf +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/windows_to_odb/autocrlf_false,safecrlf_false,text_auto,eol_lf +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/windows_to_odb/autocrlf_false,safecrlf_true +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/windows_to_odb/autocrlf_false,safecrlf_true,-crlf +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/windows_to_odb/autocrlf_false,safecrlf_true,-text +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/windows_to_odb/autocrlf_false,safecrlf_true,crlf +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/windows_to_odb/autocrlf_false,safecrlf_true,eol_crlf +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/windows_to_odb/autocrlf_false,safecrlf_true,eol_lf +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/windows_to_odb/autocrlf_false,safecrlf_true,text +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/windows_to_odb/autocrlf_false,safecrlf_true,text,eol_crlf +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/windows_to_odb/autocrlf_false,safecrlf_true,text,eol_lf +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/windows_to_odb/autocrlf_false,safecrlf_true,text_auto +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/windows_to_odb/autocrlf_false,safecrlf_true,text_auto,eol_crlf +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/windows_to_odb/autocrlf_false,safecrlf_true,text_auto,eol_lf +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/windows_to_odb/autocrlf_false,safecrlf_warn +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/windows_to_odb/autocrlf_false,safecrlf_warn,-crlf +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/windows_to_odb/autocrlf_false,safecrlf_warn,-text +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/windows_to_odb/autocrlf_false,safecrlf_warn,crlf +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/windows_to_odb/autocrlf_false,safecrlf_warn,eol_crlf +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/windows_to_odb/autocrlf_false,safecrlf_warn,eol_lf +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/windows_to_odb/autocrlf_false,safecrlf_warn,text +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/windows_to_odb/autocrlf_false,safecrlf_warn,text,eol_crlf +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/windows_to_odb/autocrlf_false,safecrlf_warn,text,eol_lf +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/windows_to_odb/autocrlf_false,safecrlf_warn,text_auto +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/windows_to_odb/autocrlf_false,safecrlf_warn,text_auto,eol_crlf +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/windows_to_odb/autocrlf_false,safecrlf_warn,text_auto,eol_lf +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/windows_to_odb/autocrlf_input,safecrlf_false +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/windows_to_odb/autocrlf_input,safecrlf_false,-crlf +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/windows_to_odb/autocrlf_input,safecrlf_false,-text +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/windows_to_odb/autocrlf_input,safecrlf_false,crlf +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/windows_to_odb/autocrlf_input,safecrlf_false,eol_crlf +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/windows_to_odb/autocrlf_input,safecrlf_false,eol_lf +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/windows_to_odb/autocrlf_input,safecrlf_false,text +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/windows_to_odb/autocrlf_input,safecrlf_false,text,eol_crlf +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/windows_to_odb/autocrlf_input,safecrlf_false,text,eol_lf +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/windows_to_odb/autocrlf_input,safecrlf_false,text_auto +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/windows_to_odb/autocrlf_input,safecrlf_false,text_auto,eol_crlf +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/windows_to_odb/autocrlf_input,safecrlf_false,text_auto,eol_lf +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/windows_to_odb/autocrlf_input,safecrlf_true +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/windows_to_odb/autocrlf_input,safecrlf_true,-crlf +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/windows_to_odb/autocrlf_input,safecrlf_true,-text +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/windows_to_odb/autocrlf_input,safecrlf_true,crlf +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/windows_to_odb/autocrlf_input,safecrlf_true,eol_crlf +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/windows_to_odb/autocrlf_input,safecrlf_true,eol_lf +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/windows_to_odb/autocrlf_input,safecrlf_true,text +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/windows_to_odb/autocrlf_input,safecrlf_true,text,eol_crlf +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/windows_to_odb/autocrlf_input,safecrlf_true,text,eol_lf +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/windows_to_odb/autocrlf_input,safecrlf_true,text_auto +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/windows_to_odb/autocrlf_input,safecrlf_true,text_auto,eol_crlf +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/windows_to_odb/autocrlf_input,safecrlf_true,text_auto,eol_lf +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/windows_to_odb/autocrlf_input,safecrlf_warn +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/windows_to_odb/autocrlf_input,safecrlf_warn,-crlf +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/windows_to_odb/autocrlf_input,safecrlf_warn,-text +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/windows_to_odb/autocrlf_input,safecrlf_warn,crlf +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/windows_to_odb/autocrlf_input,safecrlf_warn,eol_crlf +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/windows_to_odb/autocrlf_input,safecrlf_warn,eol_lf +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/windows_to_odb/autocrlf_input,safecrlf_warn,text +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/windows_to_odb/autocrlf_input,safecrlf_warn,text,eol_crlf +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/windows_to_odb/autocrlf_input,safecrlf_warn,text,eol_lf +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/windows_to_odb/autocrlf_input,safecrlf_warn,text_auto +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/windows_to_odb/autocrlf_input,safecrlf_warn,text_auto,eol_crlf +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/windows_to_odb/autocrlf_input,safecrlf_warn,text_auto,eol_lf +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/windows_to_odb/autocrlf_true,safecrlf_false +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/windows_to_odb/autocrlf_true,safecrlf_false,-crlf +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/windows_to_odb/autocrlf_true,safecrlf_false,-text +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/windows_to_odb/autocrlf_true,safecrlf_false,crlf +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/windows_to_odb/autocrlf_true,safecrlf_false,eol_crlf +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/windows_to_odb/autocrlf_true,safecrlf_false,eol_lf +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/windows_to_odb/autocrlf_true,safecrlf_false,text +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/windows_to_odb/autocrlf_true,safecrlf_false,text,eol_crlf +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/windows_to_odb/autocrlf_true,safecrlf_false,text,eol_lf +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/windows_to_odb/autocrlf_true,safecrlf_false,text_auto +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/windows_to_odb/autocrlf_true,safecrlf_false,text_auto,eol_crlf +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/windows_to_odb/autocrlf_true,safecrlf_false,text_auto,eol_lf +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/windows_to_odb/autocrlf_true,safecrlf_true +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/windows_to_odb/autocrlf_true,safecrlf_true,-crlf +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/windows_to_odb/autocrlf_true,safecrlf_true,-text +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/windows_to_odb/autocrlf_true,safecrlf_true,crlf +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/windows_to_odb/autocrlf_true,safecrlf_true,eol_crlf +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/windows_to_odb/autocrlf_true,safecrlf_true,eol_lf +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/windows_to_odb/autocrlf_true,safecrlf_true,text +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/windows_to_odb/autocrlf_true,safecrlf_true,text,eol_crlf +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/windows_to_odb/autocrlf_true,safecrlf_true,text,eol_lf +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/windows_to_odb/autocrlf_true,safecrlf_true,text_auto +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/windows_to_odb/autocrlf_true,safecrlf_true,text_auto,eol_crlf +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/windows_to_odb/autocrlf_true,safecrlf_true,text_auto,eol_lf +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/windows_to_odb/autocrlf_true,safecrlf_warn +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/windows_to_odb/autocrlf_true,safecrlf_warn,-crlf +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/windows_to_odb/autocrlf_true,safecrlf_warn,-text +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/windows_to_odb/autocrlf_true,safecrlf_warn,crlf +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/windows_to_odb/autocrlf_true,safecrlf_warn,eol_crlf +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/windows_to_odb/autocrlf_true,safecrlf_warn,eol_lf +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/windows_to_odb/autocrlf_true,safecrlf_warn,text +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/windows_to_odb/autocrlf_true,safecrlf_warn,text,eol_crlf +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/windows_to_odb/autocrlf_true,safecrlf_warn,text,eol_lf +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/windows_to_odb/autocrlf_true,safecrlf_warn,text_auto +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/windows_to_odb/autocrlf_true,safecrlf_warn,text_auto,eol_crlf +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/windows_to_odb/autocrlf_true,safecrlf_warn,text_auto,eol_lf +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/windows_to_workdir/autocrlf_false +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/windows_to_workdir/autocrlf_false,-crlf +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/windows_to_workdir/autocrlf_false,-text +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/windows_to_workdir/autocrlf_false,crlf +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/windows_to_workdir/autocrlf_false,eol_crlf +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/windows_to_workdir/autocrlf_false,eol_lf +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/windows_to_workdir/autocrlf_false,text +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/windows_to_workdir/autocrlf_false,text,eol_crlf +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/windows_to_workdir/autocrlf_false,text,eol_lf +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/windows_to_workdir/autocrlf_false,text_auto +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/windows_to_workdir/autocrlf_false,text_auto,eol_crlf +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/windows_to_workdir/autocrlf_false,text_auto,eol_lf +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/windows_to_workdir/autocrlf_input +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/windows_to_workdir/autocrlf_input,-crlf +@dir %%DATADIR%%/resources/app/apm/node_modules/git-utils/deps/libgit2/tests/resources/crlf_data/windows_to_workdir/autocrlf_input,-text *** DIFF OUTPUT TRUNCATED AT 1000 LINES ***