]> git.ipfire.org Git - thirdparty/git.git/commit - Makefile
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)
commit70827b15bfb11f7aea52c6995956be9d149233e1
treecf4889fe3ce07829012993b5c7a64f5cd9569113
parent285755127a1ce800ce6a95516a37dd342c57c562
Split up builtin commands into separate files from git.c

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>
Makefile
builtin-help.c [new file with mode: 0644]
builtin-log.c [new file with mode: 0644]
builtin.h [new file with mode: 0644]
git.c