Staging
v0.5.1
https://github.com/git/git
Raw File
Tip revision: 6ebdac1bab966b720d776aa43ca188fe378b1f4b authored by Junio C Hamano on 02 September 2016, 16:05:47 UTC
Git 2.10
Tip revision: 6ebdac1
trailer.h
#ifndef TRAILER_H
#define TRAILER_H

void process_trailers(const char *file, int in_place, int trim_empty,
		      struct string_list *trailers);

#endif /* TRAILER_H */
back to top