1191cb012ddd2b8e57a0b8a1686769ffac3422cb
galt
  Thu Mar 4 03:15:37 2010 -0800
changed from git show to git diff to have more control over output options like suppressing whitespace. Also in order to get the diff for a deleted file, I had to change it to dump the entire diff for the commit and then parse it into parts
diff --git makefile makefile
index d593855..806c158 100644
--- makefile
+++ makefile
@@ -25,6 +25,7 @@
 
 test: $(EXE)
 	$(EXE) v223_branch v224_branch 2010-01-05 2010-01-19 v224 /cluster/bin/build/buildrepo /cluster/home/galt/public_html/git-reports review
+	#$(EXE) -verbose=2 v223_branch v224_branch 2010-01-05 2010-01-19 v224 /cluster/bin/build/buildrepo /cluster/home/galt/public_html/git-reports review
 	# note can use -verbose=2
 
 backup: