On Tue, 08 Mar 2011, Peter J. Halliday wrote: > When I have a large differing modules that were affected by a fix, how > do I rectify the commit message standards?
Often we select the leading module to be the one that has the most changes inside, for example see `git show 5f8ad505 --stat'. Alternatively, and just as often, we select the module that has the most visible impact on user-seen functionality, e.g. `git show df65e0b6 --stat'. For wider changes of infrastructure like nature, we often use `global:' prefix, e.g. `git show 08160858 --stat'. So for your Detailed record URI changes, either `WebSearch' or `global' would seem the most appropriate. Best regards -- Tibor Simko
