| 45 | }; |
| 46 | |
| 47 | static inline int is_from_cherry_pick(enum commit_whence whence) |
| 48 | { |
| 49 | return whence == FROM_CHERRY_PICK_SINGLE || |
| 50 | whence == FROM_CHERRY_PICK_MULTI; |
| 51 | } |
| 52 | |
| 53 | static inline int is_from_rebase(enum commit_whence whence) |
| 54 | { |
no outgoing calls
no test coverage detected