Staging
v0.5.1
https://github.com/git/git
Revision 765428699a5381f113d19974720bc91b5bfeaf1d authored by Junio C Hamano on 17 March 2016, 17:00:44 UTC, committed by Junio C Hamano on 17 March 2016, 18:23:05 UTC
Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent 32c6dca
Raw File
Tip revision: 765428699a5381f113d19974720bc91b5bfeaf1d authored by Junio C Hamano on 17 March 2016, 17:00:44 UTC
Git 2.4.11
Tip revision: 7654286
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