Re: [PATCH v2 14/21] bisect: extract get_distance() function from code duplication

2016-04-15 Thread Junio C Hamano
Stephan Beyer writes: > Signed-off-by: Stephan Beyer > --- > bisect.c | 16 ++-- > 1 file changed, 10 insertions(+), 6 deletions(-) Nice. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majord...@vger.kernel.org More majordomo info at

[PATCH v2 14/21] bisect: extract get_distance() function from code duplication

2016-04-10 Thread Stephan Beyer
Signed-off-by: Stephan Beyer --- bisect.c | 16 ++-- 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/bisect.c b/bisect.c index 2c1102f..cfd406c 100644 --- a/bisect.c +++ b/bisect.c @@ -38,6 +38,14 @@ static inline struct node_data *node_data(struct commit *elem)