[Webkit-unassigned] [Bug 28725] resolve-ChangeLogs: determineVCSRoot() returns incorrect repository root during git filter-branch
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Aug 26 05:11:53 PDT 2009
https://bugs.webkit.org/show_bug.cgi?id=28725
--- Comment #2 from David Kilzer (ddkilzer) <ddkilzer at webkit.org> 2009-08-26 05:11:53 PDT ---
(In reply to comment #1)
> I had never heard of git-filter-branch until now. :) Should I be using it for
> some magic?
It's a low-level "plumbing" command, so it depends on what you want to do. I'd
read the man page before trying to use it--it was very tricky to get right in
the resolve-ChangeLogs command.
To reiterate, "resolve-ChangeLogs -f master" would rewrite all commits on the
current branch to make sure ChangeLog entries are applied to the top of each
file for every commit on the branch. Sometimes, a rebase operation can leave
ChangeLog entries merged into the middle of a file.
--
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