Revision afd647c55f19b34c1c605f099720dcec49c4e24a authored by Junio C Hamano on 16 June 2015, 21:33:49 UTC, committed by Junio C Hamano on 16 June 2015, 21:33:49 UTC
Doc grammar fix.

* mc/commit-doc-grammofix:
  Documentation/git-commit: grammofix
2 parent s dfb6759 + 5c2a581
Raw File
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