On Thu, 2010-02-11 at 15:51 -0800, Karl Schultz wrote: 
> Module: Mesa
> Branch: master
> Commit: 92098438784887fd6005918794476cfbbeac5035
> URL:    
> http://cgit.freedesktop.org/mesa/mesa/commit/?id=92098438784887fd6005918794476cfbbeac5035
> 
> Author: Karl Schultz <karl.w.schu...@gmail.com>
> Date:   Thu Feb 11 16:49:41 2010 -0700
> 
> main: Fix compiler warning.  No need to convert/store depthScale as GLfloat 
> just to convert it back to GLuint to call unpack_depth_span.
> Also removes a difference between the 24/8 and 8/24 texstore routines.

Karl,

Git has a simple convention for the formatting of commit messages: First
a single line with a short summary of the change, then (if necessary) a
more verbose description with arbitrary formatting.

The first line is used as a short description of the change for various
things like git shortlog etc. For the change above,

git shortlog 
92098438784887fd6005918794476cfbbeac5035^..92098438784887fd6005918794476cfbbeac5035

gives

Karl Schultz (1):
      main: Fix compiler warning.  No need to convert/store depthScale as 
GLfloat just to convert it back to GLuint to call unpack_depth_span.     Also 
removes a difference between the 24/8 and 8/24 texstore routines.

Which doesn't fit well with the conventional shortlog entries.

In this particular case, it probably would have been sufficient to just
insert two newlines between the first and second sentence.


-- 
Earthling Michel Dänzer           |                http://www.vmware.com
Libre software enthusiast         |          Debian, X and DRI developer

------------------------------------------------------------------------------
SOLARIS 10 is the OS for Data Centers - provides features such as DTrace,
Predictive Self Healing and Award Winning ZFS. Get Solaris 10 NOW
http://p.sf.net/sfu/solaris-dev2dev
_______________________________________________
Mesa3d-dev mailing list
Mesa3d-dev@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mesa3d-dev

Reply via email to