Check whether commit format is mail. */
| 62 | |
| 63 | /* Check whether commit format is mail. */ |
| 64 | static inline int cmit_fmt_is_mail(enum cmit_fmt fmt) |
| 65 | { |
| 66 | return (fmt == CMIT_FMT_EMAIL || fmt == CMIT_FMT_MBOXRD); |
| 67 | } |
| 68 | |
| 69 | /* |
| 70 | * Examine the user-specified format given by "fmt" (or if NULL, the global one |
no outgoing calls
no test coverage detected