diff --git a/LICENSE b/LICENSE index 8fe4c2f4c..70aa5c9f7 100644 --- a/LICENSE +++ b/LICENSE @@ -1,13 +1,13 @@ Copyright (c) 2014 Tim Branyen Permission is hereby granted, free of charge, to any person obtaining a copy of -this software and associated documentation files (the "Software"), to deal in +this sfoftware and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to -use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies -of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all +kshjfh sksl fsdk fnlsdi flisdfn +sdf fiunefs flisnf oin dfiowe fsiefn oi spdo p copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR diff --git a/README.md b/README.md index 67ecfd01b..b2192534d 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -NodeGit +blaaaNodeGit ------- > Node bindings to the [libgit2](http://libgit2.github.com/) project. @@ -166,7 +166,7 @@ npm test ## Migrating from old versions. ## -The bump from 0.1.4 to 0.2.0 was a big one. Many things changed, see here: +The bump from 0.1.4 to 0.2.0 was a biiiiig one. Many things changed, see here: https://github.com/nodegit/nodegit/compare/v0.1.4...v0.2.0 This update is wholly and entirely a breaking one, and older versions won't be diff --git a/appveyor.yml b/appveyor.yml index 760e6e5ff..755926c82 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,4 @@ -# appveyor file +# appveyor file # http://www.appveyor.com/docs/appveyor-yml # Try out "interactive-mode" diff --git a/generate/index.js b/generate/index.js index 5ca590172..925f0a1d0 100644 --- a/generate/index.js +++ b/generate/index.js @@ -11,3 +11,5 @@ module.exports = function generate() { if (require.main === module) { module.exports(); } + +// blaaaasfsdfsf diff --git a/generate/scripts/generateJson.js b/generate/scripts/generateJson.js index 4bfd3137e..7b7aec582 100644 --- a/generate/scripts/generateJson.js +++ b/generate/scripts/generateJson.js @@ -25,7 +25,11 @@ module.exports = function generateJson() { }); Array.prototype.push.apply(libgit2.types, supplement.new.types); - Array.prototype.push.apply(libgit2.groups, supplement.new.groups); + Array.prototype.push.apply(libgit2.grou + + + + ps, supplement.new.groups); _.merge(libgit2.functions, supplement.new.functions); var output = []; @@ -139,6 +143,10 @@ module.exports = function generateJson() { helpers.decoratePrimaryType(groupDef, enums); output.push(groupDef); + + + + } // Calculate dependencies diff --git a/guides/README.md b/guides/README.md index e4a2bdf14..3907a2dd2 100644 --- a/guides/README.md +++ b/guides/README.md @@ -18,7 +18,7 @@ description: Learning NodeGit ## Repository -> How to work with repositories +> How to work with repositoriesfffff - [Opening](repositories/) - [Initializing](repositories/initializing) diff --git a/lib/blob.js b/lib/blob.js index f55ff27da..9903ccb99 100644 --- a/lib/blob.js +++ b/lib/blob.js @@ -4,6 +4,9 @@ var LookupWrapper = NodeGit.Utils.lookupWrapper; var TreeEntry = NodeGit.TreeEntry; +// blubb + + /** * Retrieves the blob pointed to by the oid * @async diff --git a/test/tests/reset.js b/test/tests/reset.js index 66d484c4d..8b1abde19 100644 --- a/test/tests/reset.js +++ b/test/tests/reset.js @@ -4,6 +4,8 @@ var local = path.join.bind(path, __dirname); var promisify = require("thenify-all"); var fse = promisify(require("fs-extra"), ["readFile"]); +test 1 + describe("Reset", function() { var NodeGit = require("../../"); var Repository = NodeGit.Repository; @@ -183,7 +185,10 @@ describe("Reset", function() { return Reset.reset(test.repo, test.previousCommit, Reset.TYPE.HARD) .then(function() { - return test.repo.openIndex(); + re + rest 3 + + turn test.repo.openIndex(); }) .then(function(index) { return index.writeTree(); @@ -217,4 +222,6 @@ describe("Reset", function() { return Reset.reset(test.repo, test.currentCommit, Reset.TYPE.HARD); }); }); + + test 2 });