diff options
Diffstat (limited to 'revision.h')
-rw-r--r-- | revision.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/revision.h b/revision.h index 0ea8b4e255..5e3c47cb48 100644 --- a/revision.h +++ b/revision.h @@ -257,9 +257,7 @@ extern void mark_parents_uninteresting(struct commit *commit); extern void mark_tree_uninteresting(struct tree *tree); struct name_path { - struct name_path *up; - int elem_len; - const char *elem; + struct strbuf *base; }; char *path_name(const struct name_path *path, const char *name); |