Staging
v0.5.1
Revision 4133fd25525022f99d2c7ba339618433bdd919fe authored by Junio C Hamano on 10 February 2010, 21:44:11 UTC, committed by Junio C Hamano on 10 February 2010, 21:44:11 UTC
Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent 216d2e0
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