Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Split up builtin commands into separate files from git.c | Linus Torvalds | 2006-04-21 |
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> |