aboutsummaryrefslogtreecommitdiffstats
path: root/builtin-help.c
AgeCommit message (Expand)AuthorFilesLines
2009-01-26Move computation of absolute paths from Makefile to runtime (in preparation f...Steffen Prohaska1-2/+2
2008-10-12Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializerBrandon Casey1-3/+1
2008-08-29builtin-help: fallback to GIT_MAN_VIEWER before manRomain Francoise1-0/+3
2008-08-28Make main_cmds and other_cmds local to builtin-help.cAlex Riesen1-1/+1
2008-08-28Remove calculation of the longest command name from where it is not usedAlex Riesen1-2/+2
2008-08-02Builtin git-help.Miklos Vajna1-0/+462
2006-08-04builtins: Makefile clean-upJunio C Hamano1-234/+0
2006-08-02Remove cmd_usage() routine and re-organize the help/usage code.Ramsay Allan Jones1-31/+23
2006-07-29Call setup_git_directory() much earlierLinus Torvalds1-2/+2
2006-07-25git wrapper: add --git-dir=<path> and --bare optionsJohannes Schindelin1-1/+1
2006-07-10Fix more typos, primarily in the codePavel Roskin1-1/+1
2006-04-27Fix "git help -a" terminal autosizingLinus Torvalds1-0/+1
2006-04-21Split up builtin commands into separate files from git.cLinus Torvalds1-0/+241