diff options
author | Alban Gruin <alban.gruin@gmail.com> | 2019-03-05 20:18:01 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2019-03-07 09:17:57 +0900 |
commit | ddb81e50724002645d7ec7d9ffdb714d02a47759 (patch) | |
tree | a7ab39d1ae267659d0ebabdd8f55977242fe4c20 /attr.h | |
parent | sequencer: refactor skip_unnecessary_picks() to work on a todo_list (diff) | |
download | tgif-ddb81e50724002645d7ec7d9ffdb714d02a47759.tar.xz |
rebase-interactive: use todo_list_write_to_file() in edit_todo_list()
Just like complete_action(), edit_todo_list() used a
function (transform_todo_file()) that read the todo list from the disk
and wrote it back, resulting in useless disk accesses.
This changes edit_todo_list() to call directly todo_list_write_to_file()
instead.
Signed-off-by: Alban Gruin <alban.gruin@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'attr.h')
0 files changed, 0 insertions, 0 deletions