Re: [PATCH 2/3] commit.c: add is_scissors_line

2017-05-12 Thread Jeff King
On Thu, May 11, 2017 at 10:03:46PM -0700, Brian Malehorn wrote: > Move is_scissors_line to commit.c and expose it through commit.h. > This is needed in commit.c, and mailinfo.c shouldn't really own it. It was fine for mailinfo to own it until now, since it was the only user. :) I think there are

[PATCH 2/3] commit.c: add is_scissors_line

2017-05-11 Thread Brian Malehorn
Move is_scissors_line to commit.c and expose it through commit.h. This is needed in commit.c, and mailinfo.c shouldn't really own it. --- commit.c | 52 commit.h | 1 + mailinfo.c | 53 +