Revision 3a79d4251b65548a446dfd88fcfa43234e9c5f66 authored by Junio C Hamano on 30 May 2016, 01:06:42 UTC, committed by Junio C Hamano on 30 May 2016, 01:06:42 UTC
Give hints to GMail users with two-factor auth enabled that
they need app-specific-password when using send-email.

* mr/send-email-doc-gmail-2fa:
  Documentation: add instructions to help setup gmail 2FA
2 parent s 07ffe87 + 6640988
Raw File
trailer.h
#ifndef TRAILER_H
#define TRAILER_H

void process_trailers(const char *file, int in_place, int trim_empty,
		      struct string_list *trailers);

#endif /* TRAILER_H */
back to top