/*! Inspired by: http://aboutcode.net/2010/11/11/list-github-projects-using-javascript.html */jQuery.fn.listCommits=function(e,t,n){function i(e){var t=e.indexOf("\n");return t>-1?e.slice(0,t):e}this.html("Querying GitHub for recent commits…");var r=this;$.getJSON("https://api.github.com/repos/"+e+"/"+t+"/commits?sha="+n+"&callback=?",function(n){var s=n.data,o=$('