Staging
v0.5.1
https://github.com/git/git
Raw File
Tip revision: 652e759330da379a8e09e03bbf99e03c10c228cc authored by Junio C Hamano on 21 November 2014, 20:10:56 UTC
Git 2.2.0-rc3
Tip revision: 652e759
trailer.h
#ifndef TRAILER_H
#define TRAILER_H

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

#endif /* TRAILER_H */
back to top