When you look at app/etc/config.php you see all the modules that are installed. However, whenever a new module is installed or upgraded, the sort order of this file is scrambled. I don't know if this is necessary or not, but it sure as hell makes version control a nightmare:
Is it possible to always make sure that this list is ordered alphabetically? It makes resolving merging issues a whole lot easier.