summaryrefslogtreecommitdiff
path: root/src/revwalk.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/revwalk.h')
-rw-r--r--src/revwalk.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/revwalk.h b/src/revwalk.h
index d81f97c01..05a7a4223 100644
--- a/src/revwalk.h
+++ b/src/revwalk.h
@@ -35,9 +35,8 @@ struct git_revwalk {
first_parent: 1;
unsigned int sorting;
- /* merge base calculation */
- git_commit_list_node *one;
- git_vector twos;
+ /* the pushes and hides */
+ git_commit_list *user_input;
/* hide callback */
git_revwalk_hide_cb hide_cb;