Re: [PATCH v4 00/44] Make git-am a builtin

2015-06-29 Thread Stefan Beller
On Sun, Jun 28, 2015 at 10:01 PM, Stefan Beller wrote: >> This is a re-roll of [WIP v3]. This patch series is now out of WIP, as ... > >> This WIP patch series rewrites git-am.sh into optimized C builtin/am.c, and >> is >> part of my GSoC project to rewrite git-pull and git-am into C builtins[1].

Re: [PATCH v4 00/44] Make git-am a builtin

2015-06-28 Thread Stefan Beller
> This is a re-roll of [WIP v3]. This patch series is now out of WIP, as ... > This WIP patch series rewrites git-am.sh into optimized C builtin/am.c, and is > part of my GSoC project to rewrite git-pull and git-am into C builtins[1]. > I assume the later is just a left over from an old cover let

[PATCH v4 00/44] Make git-am a builtin

2015-06-28 Thread Paul Tan
This patch series depends on pt/pull-builtin. This is a re-roll of [WIP v3]. This patch series is now out of WIP, as the git-am feature set is complete. I've marked out some features which lack tests though, which I'm working on fixing. Thanks Junio, Stefan, Johannes for the reviews last round.