Re: [PATCH 3/5] rebase: refactor common shell functions into their own file
From: Christian Couder <hidden> Date: 2018-06-28 08:02:58
On Thu, Jun 28, 2018 at 9:46 AM, Pratik Karki [off-list ref] wrote:
The motivation behind this is to call the backend functions
*directly* from C, bypassing `git-rebase.sh`. Therefore those functions
need to live in a separate file: we need to be able to call
`.git-rebase--common` in that script snippet so that those functions
I think it should be `. git-rebase--common` (space missing between .
and git-rebase--common).