Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jgit-dev] Binary files in ApplyCommand

On Tue, Aug 2, 2016 at 1:07 PM, Nadav Cohen <nadavcoh@xxxxxxxxx> wrote:
> Hi JGit team,
>
> As part of our work on gradle-lint-plugin[1] at Netflix, we needed to patch
> JGit to allow applying binary patches - or more specifically - apply new and
> *literal* binary patches. This work includes an implementation of of Git's
> custom base85 encoding/decoding engine, zip support, and the glue code to
> apply the right type of patch in `ApplyCommand`. There is no support for
> binary deltas yet, but most of the foundation is there.
>
> I'd love to contribute this code back to JGit, so any feedback/guidance is
> highly appreciated.
>
> The PR has been pushed to https://git.eclipse.org/r/#/c/78350/

Thank you for sending this; I'll take a look.

>
> Thanks,
> Nadav
>
> [1]: https://github.com/nebula-plugins/gradle-lint-plugin
>
>
> _______________________________________________
> jgit-dev mailing list
> jgit-dev@xxxxxxxxxxx
> To change your delivery options, retrieve your password, or unsubscribe from
> this list, visit
> https://dev.eclipse.org/mailman/listinfo/jgit-dev


Back to the top