author | Miklos Vajna <vmiklos@frugalware.org> | |
Sat, 2 Aug 2008 08:08:38 +0000 (10:08 +0200) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Sun, 3 Aug 2008 01:06:37 +0000 (18:06 -0700) | ||
commit | 3d78d1f18f211fd3d3e95977dee85a17a2aeb16c | |
tree | 5a58c16c81385bdd0e52af453a26538d22faa831 | tree | snapshot |
parent | 6e4a86d2ed2d798c5462e5e324fefb8614be52a8 | commit | diff |
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 <vmiklos@frugalware.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
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 <vmiklos@frugalware.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Makefile | diff | blob | history | |
builtin-help.c | [new file with mode: 0644] | blob |
help.c | diff | blob | history | |
help.h | diff | blob | history |