git: treat "git -C '<path>'" as a no-op when <path> is empty
[git.git] / trailer.h
blob8eb25d565e284f54d32b1840ceeb45872dc6efb9
1 #ifndef TRAILER_H
2 #define TRAILER_H
4 void process_trailers(const char *file, int trim_empty, struct string_list *trailers);
6 #endif /* TRAILER_H */