summaryrefslogtreecommitdiff
path: root/builtin-help.c
AgeCommit message (Expand)Author
2009-01-26Move computation of absolute paths from Makefile to runtime (in preparation f...Steffen Prohaska
2008-10-12Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializerBrandon Casey
2008-08-30builtin-help: fallback to GIT_MAN_VIEWER before manRomain Francoise
2008-08-29Make main_cmds and other_cmds local to builtin-help.cAlex Riesen
2008-08-29Remove calculation of the longest command name from where it is not usedAlex Riesen
2008-08-03Builtin git-help.Miklos Vajna
2006-08-04builtins: Makefile clean-upJunio C Hamano
2006-08-02Remove cmd_usage() routine and re-organize the help/usage code.Ramsay Allan Jones
2006-07-29Call setup_git_directory() much earlierLinus Torvalds
2006-07-25git wrapper: add --git-dir=<path> and --bare optionsJohannes Schindelin
2006-07-10Fix more typos, primarily in the codePavel Roskin
2006-04-27Fix "git help -a" terminal autosizingLinus Torvalds
2006-04-21Split up builtin commands into separate files from git.cLinus Torvalds