[vlc-devel] commit: Fix missing declaration (supposedly crash on amd64) ( Rémi Denis-Courmont )
Pierre d'Herbemont
pdherbemont at free.fr
Tue Oct 7 00:01:17 CEST 2008
On Oct 6, 2008, at 10:43 PM, Christophe Mutricy wrote:
>> Anyway, the commit log clearly states that Derk-Jan backported your
>> commit:
>
> The e-mail does. but not git log doesn't.
> Gitweb does.
See the git config format.pretty option. You can specify what you want
in git log, git show etc...
For instance:
$ git config --global format.pretty full
$ git show 057a9633ab17888a9f157ebab7a1f1e4bed1450a
commit 057a9633ab17888a9f157ebab7a1f1e4bed1450a
Author: Laurent Aimar <fenrir at videolan.org>
Commit: Laurent Aimar <fenrir at videolan.org>
Pause vout on decoder pause.
This provides a pause with a maximal latency of one call
to pf_demux from the demuxer.
Pierre.
More information about the vlc-devel
mailing list