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: 79d21b65f56d2374aed14e58810d1b7c58fafb8a (plain)
1
2
3
4
5
6
7
#ifndef NOTES_H
#define NOTES_H

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

#endif