25 oct 14 - MeetupJS Singapore
Joshua Koo
Zopim / Zendesk
SuperHappyDevHouse
maybe, Tree Sauce?
rgc() {
git commit -m"`curl -s http://whatthecommit.com/index.txt`"
}
For more: http://www.commitlogsfromlastnight.com/
Our CTO has discovered an incredible way of making developers read his commit messages. You won’t even believe how he did it!
http://www.commitstrip.com/en/2014/08/07/
Twitter Code Swarm
var exec = require('child_process').exec;
exec(GIT_LOG_CMD, {
cwd: cwd,
maxBuffer: 1024 * 1024 * 200 // abuse memory up to 200MB ;P
}, function (error, stdout, stderr) {
// handle and parse stdout here
})
);
fs.writeFileSync(OUTPUT_JSON_FILE, json, 'utf8');
git log --raw -m --pretty=format:"bla" --encoding=UTF-8
Where "bla" = pretty format placeholders
git log --help
Pretty Git Log Viewer
git ls-tree -r COMMIT
Cache directory filenames
npm install do.js
var Do = require('do.js');
var onFire = new Do();
onFire.do(something)
onFire.fire('bla');
suggestions, ideas, comments
Shameless Plug: