]> git.ipfire.org Git - thirdparty/git.git/blobdiff - notes.h
Merge branch 'dl/format-patch-notes-config-fixup'
[thirdparty/git.git] / notes.h
diff --git a/notes.h b/notes.h
index bbab1961caf12b13bfa40ef347d7b9b3687d18c1..c1682c39a97bf6d84940b64b353286dfb91282a3 100644 (file)
--- a/notes.h
+++ b/notes.h
@@ -296,12 +296,10 @@ void load_display_notes(struct display_notes_opt *opt);
 
 /*
  * Append notes for the given 'object_sha1' from all trees set up by
- * load_display_notes() to 'sb'.  The 'flags' are a bitwise
- * combination of
+ * load_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 load_display_notes() before using this function.
  */