X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=revision.h;h=a14deefc252bd641fba5e16f7859b4a985a72578;hb=767f8b31cb3becbe303eb50a3faf3b4753fbaddd;hp=d368003159738570220c0e4713efd91f83303339;hpb=529f8c6ea6c13d85178d4ed10ed60ed8fd6f6c19;p=git.git diff --git a/revision.h b/revision.h index d36800315..a14deefc2 100644 --- a/revision.h +++ b/revision.h @@ -80,6 +80,9 @@ struct rev_info { /* Format info */ unsigned int shown_one:1, show_merge:1, + show_notes:1, + show_notes_given:1, + pretty_given:1, abbrev_commit:1, use_terminator:1, missing_newline:1,