We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b3e0981 + d490772 commit 521d3efCopy full SHA for 521d3ef
notes.h
@@ -276,12 +276,10 @@ void init_display_notes(struct display_notes_opt *opt);
276
277
/*
278
* Append notes for the given 'object_sha1' from all trees set up by
279
- * init_display_notes() to 'sb'. The 'flags' are a bitwise
280
- * combination of
+ * init_display_notes() to 'sb'.
281
*
282
- * - NOTES_SHOW_HEADER: add a 'Notes (refname):' header
283
- *
284
- * - 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.
285
286
* You *must* call init_display_notes() before using this function.
287
*/
0 commit comments