Staging
v0.5.1
Revision b809d9cd0787e68f442c6795ec76580bb37d1a00 authored by Junio C Hamano on 02 December 2009, 18:50:17 UTC, committed by Junio C Hamano on 02 December 2009, 18:50:17 UTC
Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent c0ecb07
Raw File
notes.h
#ifndef NOTES_H
#define NOTES_H

/* Free (and de-initialize) the internal notes tree structure */
void free_notes(void);

#define NOTES_SHOW_HEADER 1
#define NOTES_INDENT 2

void get_commit_notes(const struct commit *commit, struct strbuf *sb,
		const char *output_encoding, int flags);

#endif
back to top