[Webkit-unassigned] [Bug 26830] svn-apply can not handle git binary diffs

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Oct 23 15:04:01 PDT 2009


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


Shinichiro Hamaji <hamaji at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |hamaji at chromium.org




--- Comment #2 from Shinichiro Hamaji <hamaji at chromium.org>  2009-10-23 15:04:00 PDT ---
I'm interested in fixing git issues in svn-apply. I think we may be able to
handle the git-style binary patches (base85 & zlib) and actually I could write
base85 decoder in perl. However, I think the better way is just using
git-apply(1) instead of patch(1) for git binary patches, of course, we still
need to call svn add and rm after patching though. In this way we don't need to
maintain the code to handle git patches. What do you think? If this plan
sounds, I'm happy to work on this.

-- 
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