aboutsummaryrefslogtreecommitdiffstats
path: root/builtin-help.c
AgeCommit message (Expand)AuthorFilesLines
2010-02-22Move 'builtin-*' into a 'builtin/' subdirectoryLinus Torvalds1-466/+0
2010-01-09help: fix configured help format taking over command line oneChristian Couder1-1/+8
2009-12-01help: Do not unnecessarily look for a repositoryDavid Aguilar1-3/+3
2009-10-28help -a: do not unnecessarily look for a repositoryJohannes Schindelin1-3/+3
2009-10-27help -i: properly error out if no info viewer can be foundGerrit Pape1-0/+1
2009-06-20Fix various sparse warnings in the git source codeLinus Torvalds1-1/+1
2009-06-09Simplify some 'fprintf(stderr); return -1;' by using 'return error()'Johannes Sixt1-10/+6
2009-05-25parse-opts: prepare for OPT_FILENAMEStephen Boyd1-1/+1
2009-05-01Fix a bunch of pointer declarations (codestyle)Felipe Contreras1-3/+3
2009-04-24builtin-help: silently tolerate unknown keysJohannes Sixt1-2/+1
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