X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=commit.h;h=3cf51665816abb5e5855c036f102019eded23bd6;hb=6448e0ce44295c5168628a658614f2915cc3cd1f;hp=e5332efcfc9449e0f3af4d6c49be63adfeb138b1;hpb=ce67b3eed896e0884ca4cdc2edce9a032cefe45a;p=git.git diff --git a/commit.h b/commit.h index e5332efcf..3cf516658 100644 --- a/commit.h +++ b/commit.h @@ -70,10 +70,10 @@ struct pretty_print_context const char *after_subject; enum date_mode date_mode; int need_8bit_cte; + int show_notes; struct reflog_walk_info *reflog_info; }; -extern int non_ascii(int); extern int has_non_ascii(const char *text); struct rev_info; /* in revision.h, it circularly uses enum cmit_fmt */ extern char *reencode_commit_message(const struct commit *commit,