change comment
This commit is contained in:
parent
a36e008967
commit
b4b3679f18
|
@ -1,4 +1,4 @@
|
||||||
// Inspired by: http://aboutcode.net/2010/11/11/list-github-projects-using-javascript.html
|
/*! Inspired by: http://aboutcode.net/2010/11/11/list-github-projects-using-javascript.html */
|
||||||
|
|
||||||
jQuery.fn.listCommits = function(username, repository, branch) {
|
jQuery.fn.listCommits = function(username, repository, branch) {
|
||||||
this.html('<span>Querying GitHub for recent commits…</span>');
|
this.html('<span>Querying GitHub for recent commits…</span>');
|
||||||
|
|
|
@ -1,2 +1 @@
|
||||||
// Inspired by: http://aboutcode.net/2010/11/11/list-github-projects-using-javascript.html
|
/*! 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("<span>Querying GitHub for recent commits…</span>");var r=this;$.getJSON("https://api.github.com/repos/"+e+"/"+t+"/commits?sha="+n+"&callback=?",function(n){var s=n.data,o=$('<ul class="rssfeeditems"/>');r.empty().append(o),$(s).each(function(n){var r="https://github.com/"+e+"/"+t+"/commit/"+this.sha,s=i(this.commit.message),u=this.author.login;u==""&&(u=this.author.name),o.append('<li><a href="'+r+'">'+s+"</a> <em>by <strong>"+u+"</strong></em></li>");if(n==9)return!1})})};
|
||||||
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("<span>Querying GitHub for recent commits…</span>");var r=this;$.getJSON("https://api.github.com/repos/"+e+"/"+t+"/commits?sha="+n+"&callback=?",function(n){var s=n.data,o=$('<ul class="rssfeeditems"/>');r.empty().append(o),$(s).each(function(n){var r="https://github.com/"+e+"/"+t+"/commit/"+this.sha,s=i(this.commit.message),u=this.author.login;u==""&&(u=this.author.name),o.append('<li><a href="'+r+'">'+s+"</a> <em>by <strong>"+u+"</strong></em></li>");if(n==9)return!1})})};
|
|
Loading…
Reference in New Issue