X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;ds=sidebyside;f=revision.h;h=568f1c98de844dbadcebf1d583bffc24e6daa677;hb=a86ed83cce0fc0b9a9fe4e17ac1bf4f719028d20;hp=ceae4cae74da38860ab3adcea39385e7f3f6a1fd;hpb=b6a7a06aa6f083f21b0fca2558c737324eda1602;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