Git Static. Serve website files from different points in your Git history.

github.com/mbostock/git-static

Vaya's read on this project

Problem, audience, market, and the verdict — sign in to see it.

Updates

March 2015
  • Bump.
  • Merge pull request #4 from gka/patch-1
  • added author and commit message to listAllCommits
July 2014
  • Bump version.
  • Merge pull request #2 from giratikanon/master
  • Add listTree
May 2014
  • Bump version.
February 2014
  • getCommit now accepts sha.
  • Add listAllCommits.
  • Better errors.
  • Return sha and date in listCommits.
  • Add listCommits.
  • Sort by descending author date.
  • Add getBranchCommits.
  • Add some error checking.
  • Allow getCommit to be called without a revision.
August 2013
  • Enable basic caching.
May 2013
  • Add getCommit.
February 2013
  • Replace name restrictions with proper quoting.
  • Tweaks to allowed characters.