This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
**** Logging started Tue Aug 19 2014 19:00:56 **** | |
Channel modes: [+cnt] | |
Channel created: Thu May 08 2014 18:46:09 | |
Users: [Total: 5, Normal: 5] | |
<johnhaley81> Hola | |
<tbranyen> hey johnhaley81 | |
<tbranyen> just unloaded a bunch of information on maxkorp | |
<johnhaley81> Nice :) | |
Quit: maxkorp [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"GIT_EXTERN(": { | |
"js": "GIT_EXTERN(" | |
}, | |
"char": { | |
"js": "String", | |
"cpp": "String" | |
}, | |
"char *": { | |
"js": "String", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// This is a generated file, modify: generate/templates/struct_content.cc. | |
#include <nan.h> | |
#include <string.h> | |
#include <chrono> | |
#include <thread> | |
#include <execinfo.h> | |
#include <signal.h> | |
#include <stdlib.h> | |
#include <unistd.h> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
johnhosx :: ~/Development/nodegit ‹untracked*› » npm test | |
> [email protected] test /Users/johnh/Development/nodegit | |
> npm run lint && npm run cov | |
> [email protected] lint /Users/johnh/Development/nodegit | |
> jshint lib test/tests examples lifecycleScripts | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
struct TransferProgressBaton { | |
const git_transfer_progress * stats; | |
void * payload; | |
uv_work_t req; | |
int result; | |
Persistent<Object> promise; | |
bool done; | |
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#ifndef PAYLOAD_WRAPPER_H | |
#define PAYLOAD_WRAPPER_H | |
#include <v8.h> | |
#include <node.h> | |
#include "nan.h" | |
using namespace v8; | |
using namespace node; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// This is a generated file, modify: generate/templates/struct_content.cc. | |
#include <nan.h> | |
#include <string.h> | |
#include <chrono> | |
#include <thread> | |
extern "C" { | |
#include <git2.h> | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
johnhosx-2 :: ~/Development/gaston ‹new-gaston*› » npm install | |
> [email protected] install /Users/johnh/Development/gaston/node_modules/watchify/node_modules/chokidar/node_modules/fsevents | |
> node-gyp rebuild | |
SOLINK_MODULE(target) Release/.node | |
SOLINK_MODULE(target) Release/.node: Finished | |
CXX(target) Release/obj.target/fse/fsevents.o | |
SOLINK_MODULE(target) Release/fse.node | |
SOLINK_MODULE(target) Release/fse.node: Finished |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@ECHO OFF | |
REM Set default sock file | |
SET SSH_AUTH_SOCK=/tmp/ssh-agent.sock | |
REM Check socket is available | |
IF NOT EXIST "%TMP%\ssh-agent.sock" GOTO:RUNAGENT | |
REM Check if an ssh-agent is running | |
FOR /f "tokens=*" %%I IN ('ps ^| grep ssh-agent ^| sed "s/^ *\([0-9]\+\) .*/\1/"') DO SET VAR=%%I |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
linux-vdso.so.1 => (0x00007fff5b0d2000) | |
libstdc++.so.6 => /usr/lib/x86_64-linux-gnu/libstdc++.so.6 (0x00007fd860d17000) | |
libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x00007fd860a1b000) | |
libgcc_s.so.1 => /lib/x86_64-linux-gnu/libgcc_s.so.1 (0x00007fd860804000) | |
libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0 (0x00007fd8605e7000) | |
libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007fd860229000) | |
/lib64/ld-linux-x86-64.so.2 (0x00007fd861713000) | |
Version information: | |
dist.prebuilt/GitKraken/resources/app.asar.unpacked/node_modules/nodegit/build/Release/nodegit.node: |
OlderNewer