Re: [PATCH] Move all dashed form git commands to libexecdir
From: Junio C Hamano <hidden>
Date: 2016-06-15 22:43:54
Johannes Schindelin [off-list ref] writes:
The fundamental problem is that we cannot move handle_internal_command() into libgit.a, because it has pointers to all builtin cmd_*() functions.
What's wrong with having cmd_* functions in the library to begin with?