release	/Users/joshaber/Documents/Development/GitHub/git-utils/lib/git.js	/^  Repository.prototype.release = function() {$/;"	function	line:38
Repository	/Users/joshaber/Documents/Development/GitHub/git-utils/lib/git.js	/^  indexStatusFlags = statusIndexNew | statusIndexModified | statusIndexDeleted | statusIndexRenamed | statusIndexTypeChange;$/;"	class	line:36
Repository.release	/Users/joshaber/Documents/Development/GitHub/git-utils/lib/git.js	/^  Repository.prototype.release = function() {$/;"	method	line:38
getWorkingDirectory	/Users/joshaber/Documents/Development/GitHub/git-utils/lib/git.js	/^  Repository.prototype.getWorkingDirectory = function() {$/;"	function	line:50
Repository.getWorkingDirectory	/Users/joshaber/Documents/Development/GitHub/git-utils/lib/git.js	/^  Repository.prototype.getWorkingDirectory = function() {$/;"	method	line:50
getShortHead	/Users/joshaber/Documents/Development/GitHub/git-utils/lib/git.js	/^  Repository.prototype.getShortHead = function() {$/;"	function	line:55
Repository.getShortHead	/Users/joshaber/Documents/Development/GitHub/git-utils/lib/git.js	/^  Repository.prototype.getShortHead = function() {$/;"	method	line:55
isStatusModified	/Users/joshaber/Documents/Development/GitHub/git-utils/lib/git.js	/^  Repository.prototype.isStatusModified = function(status) {$/;"	function	line:76
Repository.isStatusModified	/Users/joshaber/Documents/Development/GitHub/git-utils/lib/git.js	/^  Repository.prototype.isStatusModified = function(status) {$/;"	method	line:76
isPathModified	/Users/joshaber/Documents/Development/GitHub/git-utils/lib/git.js	/^  Repository.prototype.isPathModified = function(path) {$/;"	function	line:83
Repository.isPathModified	/Users/joshaber/Documents/Development/GitHub/git-utils/lib/git.js	/^  Repository.prototype.isPathModified = function(path) {$/;"	method	line:83
isStatusNew	/Users/joshaber/Documents/Development/GitHub/git-utils/lib/git.js	/^  Repository.prototype.isStatusNew = function(status) {$/;"	function	line:87
Repository.isStatusNew	/Users/joshaber/Documents/Development/GitHub/git-utils/lib/git.js	/^  Repository.prototype.isStatusNew = function(status) {$/;"	method	line:87
isPathNew	/Users/joshaber/Documents/Development/GitHub/git-utils/lib/git.js	/^  Repository.prototype.isPathNew = function(path) {$/;"	function	line:94
Repository.isPathNew	/Users/joshaber/Documents/Development/GitHub/git-utils/lib/git.js	/^  Repository.prototype.isPathNew = function(path) {$/;"	method	line:94
isStatusDeleted	/Users/joshaber/Documents/Development/GitHub/git-utils/lib/git.js	/^  Repository.prototype.isStatusDeleted = function(status) {$/;"	function	line:98
Repository.isStatusDeleted	/Users/joshaber/Documents/Development/GitHub/git-utils/lib/git.js	/^  Repository.prototype.isStatusDeleted = function(status) {$/;"	method	line:98
isPathDeleted	/Users/joshaber/Documents/Development/GitHub/git-utils/lib/git.js	/^  Repository.prototype.isPathDeleted = function(path) {$/;"	function	line:105
Repository.isPathDeleted	/Users/joshaber/Documents/Development/GitHub/git-utils/lib/git.js	/^  Repository.prototype.isPathDeleted = function(path) {$/;"	method	line:105
isPathStaged	/Users/joshaber/Documents/Development/GitHub/git-utils/lib/git.js	/^  Repository.prototype.isPathStaged = function(path) {$/;"	function	line:109
Repository.isPathStaged	/Users/joshaber/Documents/Development/GitHub/git-utils/lib/git.js	/^  Repository.prototype.isPathStaged = function(path) {$/;"	method	line:109
isStatusIgnored	/Users/joshaber/Documents/Development/GitHub/git-utils/lib/git.js	/^  Repository.prototype.isStatusIgnored = function(status) {$/;"	function	line:113
Repository.isStatusIgnored	/Users/joshaber/Documents/Development/GitHub/git-utils/lib/git.js	/^  Repository.prototype.isStatusIgnored = function(status) {$/;"	method	line:113
isStatusStaged	/Users/joshaber/Documents/Development/GitHub/git-utils/lib/git.js	/^  Repository.prototype.isStatusStaged = function(status) {$/;"	function	line:120
Repository.isStatusStaged	/Users/joshaber/Documents/Development/GitHub/git-utils/lib/git.js	/^  Repository.prototype.isStatusStaged = function(status) {$/;"	method	line:120
getUpstreamBranch	/Users/joshaber/Documents/Development/GitHub/git-utils/lib/git.js	/^  Repository.prototype.getUpstreamBranch = function(branch) {$/;"	function	line:127
Repository.getUpstreamBranch	/Users/joshaber/Documents/Development/GitHub/git-utils/lib/git.js	/^  Repository.prototype.getUpstreamBranch = function(branch) {$/;"	method	line:127
getAheadBehindCount	/Users/joshaber/Documents/Development/GitHub/git-utils/lib/git.js	/^  Repository.prototype.getAheadBehindCount = function(branch) {$/;"	function	line:153
Repository.getAheadBehindCount	/Users/joshaber/Documents/Development/GitHub/git-utils/lib/git.js	/^  Repository.prototype.getAheadBehindCount = function(branch) {$/;"	method	line:153
counts.ahead	/Users/joshaber/Documents/Development/GitHub/git-utils/lib/git.js	/^    counts = {$/;"	property	line:161
counts.behind	/Users/joshaber/Documents/Development/GitHub/git-utils/lib/git.js	/^      ahead: 0,$/;"	property	line:162
checkoutReference	/Users/joshaber/Documents/Development/GitHub/git-utils/lib/git.js	/^  Repository.prototype.checkoutReference = function(branch, create) {$/;"	function	line:186
Repository.checkoutReference	/Users/joshaber/Documents/Development/GitHub/git-utils/lib/git.js	/^  Repository.prototype.checkoutReference = function(branch, create) {$/;"	method	line:186
relativize	/Users/joshaber/Documents/Development/GitHub/git-utils/lib/git.js	/^  Repository.prototype.relativize = function(path) {$/;"	function	line:193
Repository.relativize	/Users/joshaber/Documents/Development/GitHub/git-utils/lib/git.js	/^  Repository.prototype.relativize = function(path) {$/;"	method	line:193
submoduleForPath	/Users/joshaber/Documents/Development/GitHub/git-utils/lib/git.js	/^  Repository.prototype.submoduleForPath = function(path) {$/;"	function	line:244
Repository.submoduleForPath	/Users/joshaber/Documents/Development/GitHub/git-utils/lib/git.js	/^  Repository.prototype.submoduleForPath = function(path) {$/;"	method	line:244
isWorkingDirectory	/Users/joshaber/Documents/Development/GitHub/git-utils/lib/git.js	/^  Repository.prototype.isWorkingDirectory = function(path) {$/;"	function	line:263
Repository.isWorkingDirectory	/Users/joshaber/Documents/Development/GitHub/git-utils/lib/git.js	/^  Repository.prototype.isWorkingDirectory = function(path) {$/;"	method	line:263
realpath	/Users/joshaber/Documents/Development/GitHub/git-utils/lib/git.js	/^  realpath = function(unrealPath) {$/;"	function	line:294
realpath	/Users/joshaber/Documents/Development/GitHub/git-utils/lib/git.js	/^  };$/;"	function	line:292
isRootPath	/Users/joshaber/Documents/Development/GitHub/git-utils/lib/git.js	/^  isRootPath = function(repositoryPath) {$/;"	function	line:304
isRootPath	/Users/joshaber/Documents/Development/GitHub/git-utils/lib/git.js	/^  };$/;"	function	line:302
openRepository	/Users/joshaber/Documents/Development/GitHub/git-utils/lib/git.js	/^  openRepository = function(repositoryPath) {$/;"	function	line:312
openRepository	/Users/joshaber/Documents/Development/GitHub/git-utils/lib/git.js	/^  };$/;"	function	line:310
openSubmodules	/Users/joshaber/Documents/Development/GitHub/git-utils/lib/git.js	/^  openSubmodules = function(repository) {$/;"	function	line:337
openSubmodules	/Users/joshaber/Documents/Development/GitHub/git-utils/lib/git.js	/^  };$/;"	function	line:335
open	/Users/joshaber/Documents/Development/GitHub/git-utils/lib/git.js	/^  exports.open = function(repositoryPath) {$/;"	function	line:362
exports.open	/Users/joshaber/Documents/Development/GitHub/git-utils/lib/git.js	/^  };$/;"	function	line:360
Repository::release	/Users/joshaber/Documents/Development/GitHub/git-utils/src/git.coffee	/^Repository::release = ->$/;"	function	line:28
Repository::getWorkingDirectory	/Users/joshaber/Documents/Development/GitHub/git-utils/src/git.coffee	/^Repository::getWorkingDirectory = ->$/;"	function	line:32
Repository::getShortHead	/Users/joshaber/Documents/Development/GitHub/git-utils/src/git.coffee	/^Repository::getShortHead = ->$/;"	function	line:35
Repository::isStatusModified	/Users/joshaber/Documents/Development/GitHub/git-utils/src/git.coffee	/^Repository::isStatusModified = (status=0) ->$/;"	function	line:44
Repository::isPathModified	/Users/joshaber/Documents/Development/GitHub/git-utils/src/git.coffee	/^Repository::isPathModified = (path) ->$/;"	function	line:47
Repository::isStatusNew	/Users/joshaber/Documents/Development/GitHub/git-utils/src/git.coffee	/^Repository::isStatusNew = (status=0) ->$/;"	function	line:50
Repository::isPathNew	/Users/joshaber/Documents/Development/GitHub/git-utils/src/git.coffee	/^Repository::isPathNew = (path) ->$/;"	function	line:53
Repository::isStatusDeleted	/Users/joshaber/Documents/Development/GitHub/git-utils/src/git.coffee	/^Repository::isStatusDeleted = (status=0) ->$/;"	function	line:56
Repository::isPathDeleted	/Users/joshaber/Documents/Development/GitHub/git-utils/src/git.coffee	/^Repository::isPathDeleted = (path) ->$/;"	function	line:59
Repository::isPathStaged	/Users/joshaber/Documents/Development/GitHub/git-utils/src/git.coffee	/^Repository::isPathStaged = (path) ->$/;"	function	line:62
Repository::isStatusIgnored	/Users/joshaber/Documents/Development/GitHub/git-utils/src/git.coffee	/^Repository::isStatusIgnored = (status=0) ->$/;"	function	line:65
Repository::isStatusStaged	/Users/joshaber/Documents/Development/GitHub/git-utils/src/git.coffee	/^Repository::isStatusStaged = (status=0) ->$/;"	function	line:68
Repository::getUpstreamBranch	/Users/joshaber/Documents/Development/GitHub/git-utils/src/git.coffee	/^Repository::getUpstreamBranch = (branch) ->$/;"	function	line:71
Repository::getAheadBehindCount	/Users/joshaber/Documents/Development/GitHub/git-utils/src/git.coffee	/^Repository::getAheadBehindCount = (branch='HEAD')->$/;"	function	line:87
Repository::checkoutReference	/Users/joshaber/Documents/Development/GitHub/git-utils/src/git.coffee	/^Repository::checkoutReference = (branch, create)->$/;"	function	line:109
Repository::relativize	/Users/joshaber/Documents/Development/GitHub/git-utils/src/git.coffee	/^Repository::relativize = (path) ->$/;"	function	line:115
Repository::submoduleForPath	/Users/joshaber/Documents/Development/GitHub/git-utils/src/git.coffee	/^Repository::submoduleForPath = (path) ->$/;"	function	line:156
Repository::isWorkingDirectory	/Users/joshaber/Documents/Development/GitHub/git-utils/src/git.coffee	/^Repository::isWorkingDirectory = (path) ->$/;"	function	line:170
realpath	/Users/joshaber/Documents/Development/GitHub/git-utils/src/git.coffee	/^realpath = (unrealPath) ->$/;"	function	line:188
isRootPath	/Users/joshaber/Documents/Development/GitHub/git-utils/src/git.coffee	/^isRootPath = (repositoryPath) ->$/;"	function	line:194
openRepository	/Users/joshaber/Documents/Development/GitHub/git-utils/src/git.coffee	/^openRepository = (repositoryPath) ->$/;"	function	line:200
openSubmodules	/Users/joshaber/Documents/Development/GitHub/git-utils/src/git.coffee	/^openSubmodules = (repository) ->$/;"	function	line:218
exports.open	/Users/joshaber/Documents/Development/GitHub/git-utils/src/git.coffee	/^exports.open = (repositoryPath) ->$/;"	function	line:229
Init	/Users/joshaber/Documents/Development/GitHub/git-utils/src/repository.cc	/^void Repository::Init(Local<Object> target) {$/;"	function	line:29	class:Repository	signature:(Local<Object> target)
NAN_METHOD	/Users/joshaber/Documents/Development/GitHub/git-utils/src/repository.cc	/^NAN_METHOD(Repository::New) {$/;"	function	line:71	signature:(Repository::New)
GetRepository	/Users/joshaber/Documents/Development/GitHub/git-utils/src/repository.cc	/^git_repository* Repository::GetRepository(Nan::NAN_METHOD_ARGS_TYPE args) {$/;"	function	line:78	class:Repository	signature:(Nan::NAN_METHOD_ARGS_TYPE args)
GetBlob	/Users/joshaber/Documents/Development/GitHub/git-utils/src/repository.cc	/^int Repository::GetBlob(Nan::NAN_METHOD_ARGS_TYPE args,$/;"	function	line:82	class:Repository	signature:(Nan::NAN_METHOD_ARGS_TYPE args, git_repository* repo, git_blob*& blob)
CreateDefaultGitDiffOptions	/Users/joshaber/Documents/Development/GitHub/git-utils/src/repository.cc	/^git_diff_options Repository::CreateDefaultGitDiffOptions() {$/;"	function	line:148	class:Repository	signature:()
NAN_METHOD	/Users/joshaber/Documents/Development/GitHub/git-utils/src/repository.cc	/^NAN_METHOD(Repository::Exists) {$/;"	function	line:155	signature:(Repository::Exists)
NAN_METHOD	/Users/joshaber/Documents/Development/GitHub/git-utils/src/repository.cc	/^NAN_METHOD(Repository::GetPath) {$/;"	function	line:161	signature:(Repository::GetPath)
NAN_METHOD	/Users/joshaber/Documents/Development/GitHub/git-utils/src/repository.cc	/^NAN_METHOD(Repository::GetWorkingDirectory) {$/;"	function	line:169	signature:(Repository::GetWorkingDirectory)
NAN_METHOD	/Users/joshaber/Documents/Development/GitHub/git-utils/src/repository.cc	/^NAN_METHOD(Repository::GetSubmodulePaths) {$/;"	function	line:176	signature:(Repository::GetSubmodulePaths)
NAN_METHOD	/Users/joshaber/Documents/Development/GitHub/git-utils/src/repository.cc	/^NAN_METHOD(Repository::GetHead) {$/;"	function	line:187	signature:(Repository::GetHead)
NAN_METHOD	/Users/joshaber/Documents/Development/GitHub/git-utils/src/repository.cc	/^NAN_METHOD(Repository::RefreshIndex) {$/;"	function	line:211	signature:(Repository::RefreshIndex)
NAN_METHOD	/Users/joshaber/Documents/Development/GitHub/git-utils/src/repository.cc	/^NAN_METHOD(Repository::IsIgnored) {$/;"	function	line:222	signature:(Repository::IsIgnored)
NAN_METHOD	/Users/joshaber/Documents/Development/GitHub/git-utils/src/repository.cc	/^NAN_METHOD(Repository::IsSubmodule) {$/;"	function	line:238	signature:(Repository::IsSubmodule)
NAN_METHOD	/Users/joshaber/Documents/Development/GitHub/git-utils/src/repository.cc	/^NAN_METHOD(Repository::GetConfigValue) {$/;"	function	line:257	signature:(Repository::GetConfigValue)
NAN_METHOD	/Users/joshaber/Documents/Development/GitHub/git-utils/src/repository.cc	/^NAN_METHOD(Repository::SetConfigValue) {$/;"	function	line:280	signature:(Repository::SetConfigValue)
NAN_METHOD	/Users/joshaber/Documents/Development/GitHub/git-utils/src/repository.cc	/^NAN_METHOD(Repository::GetStatus) {$/;"	function	line:300	signature:(Repository::GetStatus)
NAN_METHOD	/Users/joshaber/Documents/Development/GitHub/git-utils/src/repository.cc	/^NAN_METHOD(Repository::CheckoutHead) {$/;"	function	line:329	signature:(Repository::CheckoutHead)
NAN_METHOD	/Users/joshaber/Documents/Development/GitHub/git-utils/src/repository.cc	/^NAN_METHOD(Repository::GetReferenceTarget) {$/;"	function	line:349	signature:(Repository::GetReferenceTarget)
NAN_METHOD	/Users/joshaber/Documents/Development/GitHub/git-utils/src/repository.cc	/^NAN_METHOD(Repository::GetDiffStats) {$/;"	function	line:367	signature:(Repository::GetDiffStats)
NAN_METHOD	/Users/joshaber/Documents/Development/GitHub/git-utils/src/repository.cc	/^NAN_METHOD(Repository::GetHeadBlob) {$/;"	function	line:455	signature:(Repository::GetHeadBlob)
NAN_METHOD	/Users/joshaber/Documents/Development/GitHub/git-utils/src/repository.cc	/^NAN_METHOD(Repository::GetIndexBlob) {$/;"	function	line:501	signature:(Repository::GetIndexBlob)
StatusCallback	/Users/joshaber/Documents/Development/GitHub/git-utils/src/repository.cc	/^int Repository::StatusCallback($/;"	function	line:534	class:Repository	signature:( const char* path, unsigned int status, void* payload)
SubmoduleCallback	/Users/joshaber/Documents/Development/GitHub/git-utils/src/repository.cc	/^int Repository::SubmoduleCallback($/;"	function	line:542	class:Repository	signature:( git_submodule* submodule, const char* name, void* payload)
NAN_METHOD	/Users/joshaber/Documents/Development/GitHub/git-utils/src/repository.cc	/^NAN_METHOD(Repository::Release) {$/;"	function	line:552	signature:(Repository::Release)
NAN_METHOD	/Users/joshaber/Documents/Development/GitHub/git-utils/src/repository.cc	/^NAN_METHOD(Repository::GetCommitCount) {$/;"	function	line:562	signature:(Repository::GetCommitCount)
NAN_METHOD	/Users/joshaber/Documents/Development/GitHub/git-utils/src/repository.cc	/^NAN_METHOD(Repository::GetMergeBase) {$/;"	function	line:591	signature:(Repository::GetMergeBase)
DiffHunkCallback	/Users/joshaber/Documents/Development/GitHub/git-utils/src/repository.cc	/^int Repository::DiffHunkCallback(const git_diff_delta* delta,$/;"	function	line:618	class:Repository	signature:(const git_diff_delta* delta, const git_diff_hunk* range, void* payload)
NAN_METHOD	/Users/joshaber/Documents/Development/GitHub/git-utils/src/repository.cc	/^NAN_METHOD(Repository::GetLineDiffs) {$/;"	function	line:627	signature:(Repository::GetLineDiffs)
LineDiff	/Users/joshaber/Documents/Development/GitHub/git-utils/src/repository.cc	/^struct LineDiff {$/;"	struct	line:682	file:
hunk	/Users/joshaber/Documents/Development/GitHub/git-utils/src/repository.cc	/^  git_diff_hunk hunk;$/;"	member	line:683	struct:LineDiff	file:
line	/Users/joshaber/Documents/Development/GitHub/git-utils/src/repository.cc	/^  git_diff_line line;$/;"	member	line:684	struct:LineDiff	file:
DiffLineCallback	/Users/joshaber/Documents/Development/GitHub/git-utils/src/repository.cc	/^int Repository::DiffLineCallback(const git_diff_delta* delta,$/;"	function	line:687	class:Repository	signature:(const git_diff_delta* delta, const git_diff_hunk* range, const git_diff_line* line, void* payload)
NAN_METHOD	/Users/joshaber/Documents/Development/GitHub/git-utils/src/repository.cc	/^NAN_METHOD(Repository::GetLineDiffDetails) {$/;"	function	line:700	signature:(Repository::GetLineDiffDetails)
ConvertStringVectorToV8Array	/Users/joshaber/Documents/Development/GitHub/git-utils/src/repository.cc	/^Local<Value> Repository::ConvertStringVectorToV8Array($/;"	function	line:765	class:Repository	signature:( const std::vector<std::string>& vector)
NAN_METHOD	/Users/joshaber/Documents/Development/GitHub/git-utils/src/repository.cc	/^NAN_METHOD(Repository::GetReferences) {$/;"	function	line:775	signature:(Repository::GetReferences)
branch_checkout	/Users/joshaber/Documents/Development/GitHub/git-utils/src/repository.cc	/^int branch_checkout(git_repository* repo, const char* refName) {$/;"	function	line:804	signature:(git_repository* repo, const char* refName)
NAN_METHOD	/Users/joshaber/Documents/Development/GitHub/git-utils/src/repository.cc	/^NAN_METHOD(Repository::CheckoutReference) {$/;"	function	line:824	signature:(Repository::CheckoutReference)
NAN_METHOD	/Users/joshaber/Documents/Development/GitHub/git-utils/src/repository.cc	/^NAN_METHOD(Repository::Add) {$/;"	function	line:877	signature:(Repository::Add)
Repository	/Users/joshaber/Documents/Development/GitHub/git-utils/src/repository.cc	/^Repository::Repository(Local<String> path) {$/;"	function	line:913	class:Repository	signature:(Local<String> path)
~Repository	/Users/joshaber/Documents/Development/GitHub/git-utils/src/repository.cc	/^Repository::~Repository() {$/;"	function	line:921	class:Repository	signature:()
