diff options
Diffstat (limited to 'third_party/git/line-log.h')
-rw-r--r-- | third_party/git/line-log.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/third_party/git/line-log.h b/third_party/git/line-log.h index 8ee7a2bd4a18..82ae8d98a403 100644 --- a/third_party/git/line-log.h +++ b/third_party/git/line-log.h @@ -46,10 +46,7 @@ void sort_and_merge_range_set(struct range_set *); struct line_log_data { struct line_log_data *next; char *path; - char status; struct range_set ranges; - int arg_alloc, arg_nr; - const char **args; struct diff_filepair *pair; struct diff_ranges diff; }; @@ -57,6 +54,8 @@ struct line_log_data { void line_log_init(struct rev_info *rev, const char *prefix, struct string_list *args); int line_log_filter(struct rev_info *rev); +int line_log_process_ranges_arbitrary_commit(struct rev_info *rev, + struct commit *commit); int line_log_print(struct rev_info *rev, struct commit *commit); |