Staging
v0.5.1
https://github.com/git/git
Raw File
Tip revision: 554f6e41067b9e3e565b6988a8294fac1cb78f4b authored by Junio C Hamano on 22 December 2015, 22:46:01 UTC
Git 2.7-rc2
Tip revision: 554f6e4
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