On Thu, Jun 28, 2018 at 9:46 AM, Pratik Karki <predatoramigo@xxxxxxxxx> 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). > are defined.