[bind10-dev] BIND 10 master, updated. ddd815eb743887a54500fdd839e2de17571b1bf1 [master] fix clang static analyzer issue

Robert Edmonds edmonds at isc.org
Wed Dec 19 01:16:06 UTC 2012


Jeremy C. Reed wrote:
> On Tue, 18 Dec 2012, BIND 10 source code commits wrote:
> 
> > - Log -----------------------------------------------------------------
> > commit ddd815eb743887a54500fdd839e2de17571b1bf1
> > Author: JINMEI Tatuya <jinmei at isc.org>
> 
> I committed this (using commit --author) but not sure why this doesn't 
> indicate the Committer. (The Author is correct.)  Any git suggestions on 
> how to fix it?  And how can I do correctly next time?  My git config 
> settings do have  my user.email and user.name set. I do not have 
> GIT_COMMITTER_NAME nor GIT_COMMITTER_EMAIL set in environment but I 
> didn't think I needed to.

the default git log format doesn't include the committer.

    $ git show ddd815eb743887a54500fdd839e2de17571b1bf1 | head
    commit ddd815eb743887a54500fdd839e2de17571b1bf1
    Author: JINMEI Tatuya <jinmei at isc.org>
    Date:   Tue Dec 18 17:32:11 2012 -0600

        [master] fix clang static analyzer issue
        
        Value stored to 'opt_len' during its initialization is never read
        
        discussed via jabber
        
    $ git show --format=fuller ddd815eb743887a54500fdd839e2de17571b1bf1 | head
    commit ddd815eb743887a54500fdd839e2de17571b1bf1
    Author:     JINMEI Tatuya <jinmei at isc.org>
    AuthorDate: Tue Dec 18 17:32:11 2012 -0600
    Commit:     Jeremy C. Reed <jreed at isc.org>
    CommitDate: Tue Dec 18 17:32:11 2012 -0600

        [master] fix clang static analyzer issue
        
        Value stored to 'opt_len' during its initialization is never read

    $

-- 
Robert Edmonds
edmonds at isc.org


More information about the bind10-dev mailing list