On 9/26/2017 10:55 AM, Jeff Hostetler wrote:
On 9/22/2017 8:39 PM, Jonathan Tan wrote:
On Fri, 22 Sep 2017 20:26:19 +0000
Jeff Hostetler <git@xxxxxxxxxxxxxxxxx> wrote:
...
I tried applying your patches and it doesn't apply cleanly on master.
Could you try rebasing? In particular, the code references
get_sha1_with_context(), which no longer exists (it was replaced with
get_oid_with_context()).
I usually build and submit patches relative to the latest
available tag (v2.14.1) rather than a moving target, but
yeah I'll look thru the other comments and rebase it forward.
https://github.com/jeffhostetler/git/tree/core/rev_list_filtering
I rebased this branch onto a current master and fixed
the get_sha1_with_context() problems.
Let me know if you have problems with it (or would prefer that I
send it to the mailing list).
Jeff