1:: Verify that there aren't unexpected commits or commits that are only 1/2 committed.
 
+1:: Verify that the name and email address of the person doing the commit (probably you) is correct when you do a =git log=.  It could show up as =unknown= if, for instance, you never told git your name and email address via =git config=.... did you do all the "Preliminary Setup" steps on {wiki: ManagingCondorSourceTreesWithGit this page} ?
+
 1: Run 'git diff' and verify that the diffs are correct.
 
 1: If you added new files, did you