[Webkit-unassigned] [Bug 15201] Enhancement for prepare-ChangeLog script

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Sep 13 00:01:07 PDT 2007


http://bugs.webkit.org/show_bug.cgi?id=15201





------- Comment #2 from aroben at apple.com  2007-09-13 00:01 PDT -------
(From update of attachment 16276)
+    my $_name = `$GIT config user.name`;
+    chomp $_name;
+    $name = $_name if $_name;

I'm not sure it's right for a git config variable to override the REAL_NAME and
EMAIL_ADDRESS environment variables. Perhaps we should try to check this
information before checking the environment variables?


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list