From: Miklos Vajna Date: Sat, 2 Aug 2008 08:08:38 +0000 (+0200) Subject: Builtin git-help. X-Git-Tag: v1.6.1-rc1~294^2~3 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/3d78d1f18f211fd3d3e95977dee85a17a2aeb16c?hp=3d78d1f18f211fd3d3e95977dee85a17a2aeb16c Builtin git-help. This patch splits out git-help's functions to builtin-help.c and leaves only functions used by other builtins in help.c. First this removes git-help's functions from libgit which are not interesting for other builtins, second this makes 'git help help' work again. Signed-off-by: Miklos Vajna Signed-off-by: Junio C Hamano ---