X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=revision.h;h=568f1c98de844dbadcebf1d583bffc24e6daa677;hb=53dfac44c93d5861f0ab60fc38e1a2d3b67e8c62;hp=ceae4cae74da38860ab3adcea39385e7f3f6a1fd;hpb=b44900599710c700c1bf164d3753eb7f8eb6c18a;p=git.git diff --git a/revision.h b/revision.h index ceae4cae7..568f1c98d 100644 --- a/revision.h +++ b/revision.h @@ -3,6 +3,7 @@ #include "parse-options.h" #include "grep.h" +#include "notes.h" #define SEEN (1u<<0) #define UNINTERESTING (1u<<1) @@ -20,6 +21,7 @@ struct rev_info; struct log_info; +struct string_list; struct rev_info { /* Starting list */ @@ -126,6 +128,9 @@ struct rev_info { struct reflog_walk_info *reflog_info; struct decoration children; struct decoration merge_simplification; + + /* notes-specific options: which refs to show */ + struct display_notes_opt notes_opt; }; #define REV_TREE_SAME 0