master
jonschlinkert 10 years ago
parent 4a45540faa
commit f2b689f578

@ -63,4 +63,9 @@ function resolve(options) {
var cwd = options.cwd ? path.resolve(options.cwd) : process.cwd();
return path.resolve(cwd, options.path || '.git/config');
}
/**
* Expose `resolve`
*/
module.exports.resolve = resolve;

@ -7,7 +7,8 @@
'use strict';
var should = require('should');
/* deps:mocha */
require('should');
var git = require('./');

Loading…
Cancel
Save