summaryrefslogtreecommitdiff
path: root/sequencer.h
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2021-10-06 20:40:12 (GMT)
committerJunio C Hamano <gitster@pobox.com>2021-10-06 20:40:12 (GMT)
commit5a5ea9763c9fcce82e60a2183e8ffc4989a291d5 (patch)
tree75f25f598171e5d0f20478953be176926f7b9950 /sequencer.h
parentb39b0e1a829fc085c779f39f53d974b619494f8a (diff)
parent2b88fe0603a93314b96f94b22e197b7b1b838c80 (diff)
downloadgit-5a5ea9763c9fcce82e60a2183e8ffc4989a291d5.zip
git-5a5ea9763c9fcce82e60a2183e8ffc4989a291d5.tar.gz
git-5a5ea9763c9fcce82e60a2183e8ffc4989a291d5.tar.bz2
Merge branch 'pw/rebase-reread-todo-after-editing'
The code to re-read the edited todo list in "git rebase -i" was made more robust. * pw/rebase-reread-todo-after-editing: rebase: fix todo-list rereading sequencer.c: factor out a function
Diffstat (limited to 'sequencer.h')
-rw-r--r--sequencer.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sequencer.h b/sequencer.h
index 2088344..b4d0305 100644
--- a/sequencer.h
+++ b/sequencer.h
@@ -116,7 +116,6 @@ struct todo_list {
struct todo_item *items;
int nr, alloc, current;
int done_nr, total_nr;
- struct stat_data stat;
};
#define TODO_LIST_INIT { STRBUF_INIT }