X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=notes.h;h=76337f2384723dbce79e437aa6aaa3ba7e9901a4;hb=fb9d7431cf4c4d4d90ad2d2904c7feb19dfb2f8f;hp=414bc6855ad1593fb281f6a829797b34f3fb2e12;hpb=590e5b88ece260559b3489321040e4bbbb0f878b;p=thirdparty%2Fgit.git diff --git a/notes.h b/notes.h index 414bc6855a..76337f2384 100644 --- a/notes.h +++ b/notes.h @@ -276,12 +276,10 @@ void init_display_notes(struct display_notes_opt *opt); /* * Append notes for the given 'object_sha1' from all trees set up by - * init_display_notes() to 'sb'. The 'flags' are a bitwise - * combination of + * init_display_notes() to 'sb'. * - * - NOTES_SHOW_HEADER: add a 'Notes (refname):' header - * - * - NOTES_INDENT: indent the notes by 4 places + * If 'raw' is false the note will be indented by 4 places and + * a 'Notes (refname):' header added. * * You *must* call init_display_notes() before using this function. */