Code

Documentation: move away misplaced 'push --upstream' description
[git.git] / commit.h
index e5332efcfc9449e0f3af4d6c49be63adfeb138b1..3cf51665816abb5e5855c036f102019eded23bd6 100644 (file)
--- 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,