Move estimate_bisect_steps to libgit.a
commitc43cb38612192fa45bf7ed981a98bc4ddb86ce75
authorNguyễn Thái Ngọc Duy <pclouds@gmail.com>
Fri, 26 Oct 2012 15:53:50 +0000 (26 22:53 +0700)
committerJeff King <peff@peff.net>
Mon, 29 Oct 2012 07:08:30 +0000 (29 03:08 -0400)
tree14cbc3466675241765085081a5370b56e8ec9ca0
parentdb699a8a1f2c8063620efae41e66786c11a31d8f
Move estimate_bisect_steps to libgit.a

This function is used by bisect.c, part of libgit.a while
estimate_bisect_steps stays in builtin/rev-list.c. Move it to bisect.a
so we won't have undefine reference if a standalone program that uses
libgit.a happens to pull it in.

Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
Signed-off-by: Jeff King <peff@peff.net>
bisect.c
builtin/rev-list.c