diff options
| author | Junio C Hamano <gitster@pobox.com> | 2019-05-19 16:45:32 +0900 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2019-05-19 16:45:32 +0900 |
| commit | 521d3ef38a17917ad10e71a398e82a13fa1178b5 (patch) | |
| tree | a780a11c2866c89fe788b851a700f9405d6eba68 /notes.h | |
| parent | b3e0981f2865660bfff1172a8f9940b2157ce233 (diff) | |
| parent | d4907720a2fc2d096fa0d904f7ee92b0fbc302bf (diff) | |
| download | git-521d3ef38a17917ad10e71a398e82a13fa1178b5.tar.gz | |
Merge branch 'cm/notes-comment-fix'
A stale in-code comment has been updated.
* cm/notes-comment-fix:
notes: correct documentation of format_display_notes()
Diffstat (limited to 'notes.h')
| -rw-r--r-- | notes.h | 8 |
1 files changed, 3 insertions, 5 deletions
@@ -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. */ |
