[Webkit-unassigned] [Bug 48527] commit-log-editor uses full paths for section headers when using msysgit's Perl and multiple ChangeLogs have been edited

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 28 15:04:19 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=48527





--- Comment #4 from David Kilzer (ddkilzer) <ddkilzer at webkit.org>  2010-10-28 15:04:19 PST ---
(In reply to comment #3)
> When I run this script:
> 
> perl -e 'use File::Spec; print File::Spec->rel2abs("WebKit2/ChangeLog"), "\n";'
> 
> I get:
> 
> /h/cyghome/dev/WebKit/OpenSource/WebKit2/ChangeLog
> 
> which is an msys-style path, not a Windows-style-with-forward-slashes path like is appearing in the commit log. The same thing happens if I tell perl to print that to a file instead of to stdout.

What are $changeLog and $topLevel set to when this line of code is run?

    $changeLog = File::Spec->abs2rel(File::Spec->rel2abs($changeLog), $topLevel);

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



More information about the webkit-unassigned mailing list