Revision dd0c5133c6994d2930485c579e701d79df632ded authored by Junio C Hamano on 23 April 2010, 05:29:07 UTC, committed by Junio C Hamano on 23 April 2010, 05:29:07 UTC
* da/maint-python-startup:
  Makefile: Remove usage of deprecated Python "has_key" method
2 parent s f9dae0d + 0ae0840
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