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

notes.h - git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 7f3eed4384208a6cff16aac08d64a9dfb2dafe57 (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef NOTES_H
#define NOTES_H

#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