Hi, On Mon, 4 Feb 2008, Daniel Barkalow wrote: > You can also create branches, in exactly the same way, with checkout -b. > > Signed-off-by: Daniel Barkalow <barkalow@xxxxxxxxxxxx> > --- > builtin-branch.c | 4 ++-- > cache.h | 4 ++++ Note that builtin-branch.c is not part of libgit.a, so you are only moving the declaration into the "libgit" part. Maybe it would be better to move this function, say, into refs.c? Ciao, Dscho - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html