X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;ds=sidebyside;f=line-log.h;h=82ae8d98a403bb644eede373a8def1a37a811fdd;hb=a78305ffbca58e49a7cdad901df0ae779bbed8fb;hp=8ee7a2bd4a1866be85d1cbe412be83fcbc5cc42a;hpb=2d29e070a20e1dc9129eaaa0a308f5db609b2e3a;p=platform%2Fupstream%2Fgit.git diff --git a/line-log.h b/line-log.h index 8ee7a2b..82ae8d9 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);