summaryrefslogtreecommitdiffstats
path: root/help.c
AgeCommit message (Expand)AuthorLines
2008-08-21Fix 'git help help'Miklos Vajna-1/+2
2008-07-27Avoid chdir() in list_commands_in_dir()Johannes Schindelin-2/+10
2008-07-16Merge branch 'sb/dashless'Junio C Hamano-1/+1
2008-07-13help (Windows): Display HTML in default browser using Windows' shell APISteffen Prohaska-1/+13
2008-07-13help.c: Add support for htmldir relative to git_exec_path()Steffen Prohaska-3/+5
2008-07-13Make usage strings dash-lessStephan Beyer-1/+1
2008-07-02Merge branch 'j6t/mingw'Junio C Hamano-5/+28
2008-06-27help: check early if we have a command, if not try a documentation topicChristian Couder-8/+14
2008-06-26Windows: Make 'git help -a' work.Johannes Sixt-5/+28
2008-06-06Print info about "git help COMMAND" on git's main usage pagesTeemu Likonen-0/+2
2008-05-14Provide git_config with a callback-data parameterJohannes Schindelin-3/+3
2008-04-26help: use "man.<tool>.cmd" as custom man viewer commandChristian Couder-18/+40
2008-04-26help: use man viewer path from "man.<tool>.path" config varChristian Couder-19/+124
2008-04-01help: Add a missing OPT_END().Christian Couder-0/+1
2008-03-12help: warn if specified 'man.viewer' is unsupported, instead of erroring outChristian Couder-1/+1
2008-03-11help: implement multi-valued "man.viewer" config optionChristian Couder-78/+113
2008-03-11help: add "man.viewer" config var to use "woman" or "konqueror"Christian Couder-1/+80
2008-02-24help: respect aliasesJeff King-1/+32
2008-02-24help: use parseoptJeff King-64/+59
2008-02-17help.c: use 'git_config_string' to get 'help_default_format'.Christian Couder-6/+2
2008-02-16Merge branch 'cc/browser'Junio C Hamano-1/+17
2008-02-11help.c: guard config parser from value=NULLJunio C Hamano-0/+2
2008-02-05Rename 'git-help--browse.sh' to 'git-web--browse.sh'.Christian Couder-1/+1
2008-02-05help--browse: add '--config' option to check a config option for a browser.Christian Couder-1/+1
2008-02-05help: make 'git-help--browse' usable outside 'git-help'.Christian Couder-1/+17
2007-12-16rename git-browse--help to git-help--browseJeff King-1/+1
2007-12-14Rename git-browse-help helper to git-browse--helpJunio C Hamano-1/+1
2007-12-14git-help: add "help.format" config variable.Christian Couder-2/+62
2007-12-10git-help -i: show info documentation from matching version of gitJunio C Hamano-0/+1
2007-12-10git-help -i: invoke info with document and node nameJunio C Hamano-1/+1
2007-12-10Merge branch 'master' into cc/helpJunio C Hamano-0/+22
2007-12-09git-help: add -w|--web option to display html man page in a browser.Christian Couder-15/+19
2007-12-08Let git-help prefer man-pages installed with this version of gitSergei Organov-0/+22
2007-12-03git-help: add -i|--info option to display info page.Christian Couder-8/+27
2007-12-01Merge branch 'tt/help'Junio C Hamano-1/+0
2007-11-14Move #include <sys/select.h> and <sys/ioctl.h> to git-compat-util.h.Johannes Sixt-1/+0
2007-11-14Remove hint to use "git help -a"Theodore Ts'o-1/+0
2007-11-08Style: place opening brace of a function definition at column 1Junio C Hamano-1/+2
2007-10-29include $PATH in generating list of commands for "help -a"Scott R Parish-37/+120
2007-10-29list_commands(): simplify code by using chdir()Scott R Parish-15/+3
2007-10-29remove unused/unneeded "pattern" argument of list_commandsScott R Parish-6/+8
2007-10-29"git" returns 1; "git help" and "git help -a" return 0Scott R Parish-3/+3
2007-10-26help: remove extra blank line after "See 'git --help'" messageJunio C Hamano-1/+1
2007-10-22On error, do not list all commands, but point to --help optionJari Aalto-2/+1
2007-06-07War on whitespaceJunio C Hamano-2/+0
2007-03-27use xrealloc in help.cJames Bowes-11/+1
2007-03-25use xmalloc in git.c and help.cJames Bowes-1/+1
2007-02-20Mechanical conversion to use prefixcmp()Junio C Hamano-2/+2
2007-02-11Avoid ugly linewrap in git helpRen,bi(B Scharfe-2/+2
2006-12-20simplify inclusion of system header files.Junio C Hamano-2/+1