Staging
v0.5.1
https://github.com/git/git
Raw File
Tip revision: addfb21a94fb4e6b9d07b270f7bb3748767a8f38 authored by Junio C Hamano on 12 January 2015, 22:12:42 UTC
Git 2.3.0-rc0
Tip revision: addfb21
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