Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'notes.h')
-rw-r--r--notes.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/notes.h b/notes.h
index bbab1961ca..c1682c39a9 100644
--- 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.
*/