[vtk-developers] VTK commits mailing list
Brad King
brad.king at kitware.com
Fri Sep 26 14:02:56 EDT 2014
On 09/26/2014 12:01 PM, Sean McBride wrote:
> It's decent, but I find the subject line really not useful.
> They are always of the form:
>
> [Vtk-commit] Visualization Toolkit branch, master, updated. v6.1.0-1718-g5ad494c
>
> Much more useful would be something like on the clang commits list, ex:
>
> r218482 - Fix PR20886 - enforce CUDA target match in method calls
We're just using the contrib/hooks/post-receive-email script from
the upstream git.git repository. The difference is that our Git
repository notifications are per-push, not per-commit. One push
can contain many commits, and for us almost always contains at
least 2. There is no good way to generate a subject line that
summarizes more than one commit.
It is possible to generate one message per commit, but that will
take further investigation someday.
-Brad
More information about the vtk-developers
mailing list