aboutsummaryrefslogtreecommitdiffstats
path: root/help.c
AgeCommit message (Expand)AuthorFilesLines
2008-09-11git wrapper: also use aliases to correct mistyped commandsPieter de Bie1-8/+24
2008-09-07Merge branch 'ar/autospell'Junio C Hamano1-1/+88
2008-08-31Add help.autocorrect to enable/disable autocorrectingAlex Riesen1-1/+18
2008-08-31git wrapper: DWIM mistyped commandsJohannes Schindelin1-1/+71
2008-08-28list_commands: only call git_exec_path if it is neededAlex Riesen1-1/+1
2008-08-28Allow git help work without PATH setAlex Riesen1-23/+20
2008-08-28Remove calculation of the longest command name from where it is not usedAlex Riesen1-19/+15
2008-08-02Builtin git-help.Miklos Vajna1-464/+0
2008-07-30builtin-help: always load_command_list() in cmd_help()Miklos Vajna1-1/+1
2008-07-29builtin-help: make some internal functions available to other builtinsMiklos Vajna1-38/+39
2008-07-27Avoid chdir() in list_commands_in_dir()Johannes Schindelin1-2/+10
2008-07-16Merge branch 'sb/dashless'Junio C Hamano1-1/+1
2008-07-13help (Windows): Display HTML in default browser using Windows' shell APISteffen Prohaska1-1/+13
2008-07-13help.c: Add support for htmldir relative to git_exec_path()Steffen Prohaska1-3/+5
2008-07-13Make usage strings dash-lessStephan Beyer1-1/+1
2008-07-02Merge branch 'j6t/mingw'Junio C Hamano1-5/+28
2008-06-27help: check early if we have a command, if not try a documentation topicChristian Couder1-8/+14
2008-06-26Windows: Make 'git help -a' work.Johannes Sixt1-5/+28
2008-06-06Print info about "git help COMMAND" on git's main usage pagesTeemu Likonen1-0/+2
2008-05-14Provide git_config with a callback-data parameterJohannes Schindelin1-3/+3
2008-04-26help: use "man.<tool>.cmd" as custom man viewer commandChristian Couder1-18/+40
2008-04-26help: use man viewer path from "man.<tool>.path" config varChristian Couder1-19/+124
2008-04-01help: Add a missing OPT_END().Christian Couder1-0/+1
2008-03-12help: warn if specified 'man.viewer' is unsupported, instead of erroring outChristian Couder1-1/+1
2008-03-11help: implement multi-valued "man.viewer" config optionChristian Couder1-78/+113
2008-03-11help: add "man.viewer" config var to use "woman" or "konqueror"Christian Couder1-1/+80
2008-02-24help: respect aliasesJeff King1-1/+32
2008-02-24help: use parseoptJeff King1-64/+59
2008-02-17help.c: use 'git_config_string' to get 'help_default_format'.Christian Couder1-6/+2
2008-02-16Merge branch 'cc/browser'Junio C Hamano1-1/+17
2008-02-11help.c: guard config parser from value=NULLJunio C Hamano1-0/+2
2008-02-05Rename 'git-help--browse.sh' to 'git-web--browse.sh'.Christian Couder1-1/+1
2008-02-05help--browse: add '--config' option to check a config option for a browser.Christian Couder1-1/+1
2008-02-05help: make 'git-help--browse' usable outside 'git-help'.Christian Couder1-1/+17
2007-12-16rename git-browse--help to git-help--browseJeff King1-1/+1
2007-12-14Rename git-browse-help helper to git-browse--helpJunio C Hamano1-1/+1
2007-12-14git-help: add "help.format" config variable.Christian Couder1-2/+62
2007-12-10git-help -i: show info documentation from matching version of gitJunio C Hamano1-0/+1
2007-12-10git-help -i: invoke info with document and node nameJunio C Hamano1-1/+1
2007-12-10Merge branch 'master' into cc/helpJunio C Hamano1-0/+22
2007-12-09git-help: add -w|--web option to display html man page in a browser.Christian Couder1-15/+19
2007-12-08Let git-help prefer man-pages installed with this version of gitSergei Organov1-0/+22
2007-12-03git-help: add -i|--info option to display info page.Christian Couder1-8/+27
2007-12-01Merge branch 'tt/help'Junio C Hamano1-1/+0
2007-11-14Move #include <sys/select.h> and <sys/ioctl.h> to git-compat-util.h.Johannes Sixt1-1/+0
2007-11-14Remove hint to use "git help -a"Theodore Ts'o1-1/+0
2007-11-08Style: place opening brace of a function definition at column 1Junio C Hamano1-1/+2
2007-10-29include $PATH in generating list of commands for "help -a"Scott R Parish1-37/+120
2007-10-29list_commands(): simplify code by using chdir()Scott R Parish1-15/+3
2007-10-29remove unused/unneeded "pattern" argument of list_commandsScott R Parish1-6/+8
2007-10-29"git" returns 1; "git help" and "git help -a" return 0Scott R Parish1-3/+3
2007-10-26help: remove extra blank line after "See 'git --help'" messageJunio C Hamano1-1/+1
2007-10-22On error, do not list all commands, but point to --help optionJari Aalto1-2/+1
2007-06-07War on whitespaceJunio C Hamano1-2/+0
2007-03-27use xrealloc in help.cJames Bowes1-11/+1
2007-03-25use xmalloc in git.c and help.cJames Bowes1-1/+1
2007-02-20Mechanical conversion to use prefixcmp()Junio C Hamano1-2/+2
2007-02-11Avoid ugly linewrap in git helpRen,bi(B Scharfe1-2/+2
2006-12-20simplify inclusion of system header files.Junio C Hamano1-2/+1
2006-08-31Use xmalloc instead of mallocJonas Fonseca1-1/+1
2006-08-15remove unnecessary initializationsDavid Rientjes1-1/+1
2006-08-12Merge branch 'mk/rename'Junio C Hamano1-0/+234
2006-08-10Merge branch 'master' into mk/renameJunio C Hamano1-1/+1
2006-08-04builtins: Makefile clean-upJunio C Hamano1-0/+234