diff options
author | Alban Gruin <alban.gruin@gmail.com> | 2018-08-28 14:10:40 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2018-08-29 13:38:18 -0700 |
commit | 65850686cf072d6de88880247adb7113db8a52f2 (patch) | |
tree | 5fbea0be6ec16fe712d62503ed6a885b804bc9c8 /Documentation/RelNotes | |
parent | rebase -i: rewrite the rest of init_revisions_and_shortrevisions() in C (diff) | |
download | tgif-65850686cf072d6de88880247adb7113db8a52f2.tar.xz |
rebase -i: rewrite write_basic_state() in C
This rewrites write_basic_state() from git-rebase.sh in C. This is the
first step in the conversion of init_basic_state(), hence the mode in
rebase--helper.c is called INIT_BASIC_STATE. init_basic_state() will be
converted in the next commit.
The part of read_strategy_opts() that parses the stategy options is
moved to a new function to allow its use in rebase--helper.c.
Finally, the call to write_basic_state() is removed from
git-rebase--interactive.sh, replaced by a call to `--init-basic-state`.
Signed-off-by: Alban Gruin <alban.gruin@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/RelNotes')
0 files changed, 0 insertions, 0 deletions