Re: [PATCH 0/3] Turn git-rebase--*.sh to external helpers

2016-02-17 Thread Duy Nguyen
On Wed, Feb 17, 2016 at 9:22 PM, Johannes Schindelin wrote: > I already started a different route locally (nothing to show yet, mostly > because I have to write emails and try to triage the bug tracker instead > of doing real work *grmbl*): add a rebase--helper and off-load heavy-duty > work from

Re: [PATCH 0/3] Turn git-rebase--*.sh to external helpers

2016-02-17 Thread Johannes Schindelin
Hi, On Wed, 17 Feb 2016, Nguyễn Thái Ngọc Duy wrote: > We do want to turn all these scripts to C in the end, regardless if the > conversion is part of any GSoC. So I dug up my code and prepared this. > Now we need people to convert any git-rebase*.sh to C :) While I would love to see all these s

[PATCH 0/3] Turn git-rebase--*.sh to external helpers

2016-02-17 Thread Nguyễn Thái Ngọc Duy
On Wed, Feb 17, 2016 at 5:34 PM, Matthieu Moy wrote: > There's a funny exercice there: the git-rebase--$type.sh scripts are not > called as external helpers, but like this: > > run_specific_rebase () { >         if [ "$interactive_rebase" = implied ]; then >                 GIT_EDITOR=: >