X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=line-log.h;h=82ae8d98a403bb644eede373a8def1a37a811fdd;hb=45f83df1b502e5a2c7e07b1c11ec1f16f34b49d5;hp=8ee7a2bd4a1866be85d1cbe412be83fcbc5cc42a;hpb=98cedd0233ee88e69711f79d1126b6bd772ff5bd;p=thirdparty%2Fgit.git diff --git a/line-log.h b/line-log.h index 8ee7a2bd4a..82ae8d98a4 100644 --- a/line-log.h +++ b/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);