https://github.com/git/git
Raw File
Tip revision: 9a3d637541a5b6fcd84b6f5fa057e597d1696460 authored by Junio C Hamano on 11 May 2015, 21:36:31 UTC
Git 2.3.8
Tip revision: 9a3d637
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