summaryrefslogtreecommitdiff
path: root/builtin-help.c
AgeCommit message (Expand)AuthorFilesLines
2009-05-01Fix a bunch of pointer declarations (codestyle)Libravatar Felipe Contreras1-3/+3
2009-04-24builtin-help: silently tolerate unknown keysLibravatar Johannes Sixt1-2/+1
2009-01-26Move computation of absolute paths from Makefile to runtime (in preparation f...Libravatar Steffen Prohaska1-2/+2
2008-10-12Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializerLibravatar Brandon Casey1-3/+1
2008-08-29builtin-help: fallback to GIT_MAN_VIEWER before manLibravatar Romain Francoise1-0/+3
2008-08-28Make main_cmds and other_cmds local to builtin-help.cLibravatar Alex Riesen1-1/+1
2008-08-28Remove calculation of the longest command name from where it is not usedLibravatar Alex Riesen1-2/+2
2008-08-02Builtin git-help.Libravatar Miklos Vajna1-0/+462
2006-08-04builtins: Makefile clean-upLibravatar Junio C Hamano1-234/+0
2006-08-02Remove cmd_usage() routine and re-organize the help/usage code.Libravatar Ramsay Allan Jones1-31/+23
2006-07-29Call setup_git_directory() much earlierLibravatar Linus Torvalds1-2/+2
2006-07-25git wrapper: add --git-dir=<path> and --bare optionsLibravatar Johannes Schindelin1-1/+1
2006-07-10Fix more typos, primarily in the codeLibravatar Pavel Roskin1-1/+1
2006-04-27Fix "git help -a" terminal autosizingLibravatar Linus Torvalds1-0/+1
2006-04-21Split up builtin commands into separate files from git.cLibravatar Linus Torvalds1-0/+241