So, a couple more thoughts for consideration as we move to git.
Opinions, thoughts, etc appreciated
* Get rid of the ChangeLog. We have the information in the commit
history and git makes it nice and easy to get that. If we want to still
have a ChangeLog in the tarball, we could generate one when creating the
archive. Doing this leads to a need to ensure we have good commit
messages, but that's largely the case already
* Don't carry the RPM spec file in the repository; have it just in the
packaging repo instead.
Jeremy