https://github.com/git/git
Raw File
Tip revision: bdfc6b364a51b19efbacbd46fcef5be41a5db50e authored by Junio C Hamano on 08 December 2015, 22:07:30 UTC
Git 2.6.4
Tip revision: bdfc6b3
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