Split up builtin commands into separate files from git.c
authorLinus Torvalds <torvalds@osdl.org>
Fri, 21 Apr 2006 17:27:34 +0000 (10:27 -0700)
committerJunio C Hamano <junkio@cox.net>
Fri, 21 Apr 2006 20:14:41 +0000 (13:14 -0700)
Right now it split it into "builtin-log.c" for log-related commands
("log", "show" and "whatchanged"), and "builtin-help.c" for the
informational commands (usage printing and "help" and "version").

This just makes things easier to read, I find.

Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>

No differences found