]> git.ipfire.org Git - thirdparty/git.git/blobdiff - revision.h
notes: break set_display_notes() into smaller functions
[thirdparty/git.git] / revision.h
index 4134dc6029c40f39659b39927ba239aed845673b..72520780f4522681862385fc033d8ec878cd59f3 100644 (file)
@@ -177,10 +177,10 @@ struct rev_info {
                        always_show_header:1;
 
        /* Format info */
+       int             show_notes;
        unsigned int    shown_one:1,
                        shown_dashes:1,
                        show_merge:1,
-                       show_notes:1,
                        show_notes_given:1,
                        show_signature:1,
                        pretty_given:1,