Staging
v0.5.1
https://github.com/git/git
Raw File
Tip revision: 3b9e3c2cede15057af3ff8076c45ad5f33829436 authored by Junio C Hamano on 02 February 2017, 21:21:27 UTC
Git 2.11.1
Tip revision: 3b9e3c2
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