Skip to content

Instantly share code, notes, and snippets.

View Cramill's full-sized avatar

Craig Millett Cramill

  • Phoenix, AZ
View GitHub Profile
@Cramill
Cramill / GetCommits.js
Last active August 29, 2015 14:04 — forked from jkrehm/GetCommits.js
/*jshint browser:true, devel:true*/
/*global $*/
$(document).on('click', '#dvcs-commits-tabpanel', function () {
// Wait for the commits to load...
setTimeout(function () {
var commits = {};
$('.CommitHeader > a').each(function() {
var $this = $(this);