You are writing a comment about Intro to Unintrusive JavaScript with Django, here is a quick summary:
The steps of the novice web developer are fraught with peril. They begin with HTML, then move onto CSS. They learn a web framework or two, and they finally start to wrangle with JavaScript. This tutorial aims to help the developer who has taken their first steps with Django, and wants to begin experimenting with adding JavaScript and Ajax to their webapps.
You are responding to this comment written by albino on July 1st 2009, 21:30.
git log -p will display each log entry, followed by the diff committed by that entry, which is much easier and nicer than having to diff the sha1 hashes by hand.
one could also run git rebase -i [put sha1 of first commit here] and change all of the 'pick's to 'edit's, and then you can step through revision by revision ( by running git rebase --continue) and actually see all of the files in the working directory.
Please be aware that comment forms go stale after one hour.
Comments may make use of LifeFlow MarkDown. Raw html will be escaped.
Quick Introduction to LifeFlow MarkDown Syntax
A highlighted code block:
Other common languages work as well: scheme, python, java, html, etc.
Other markdown syntax: