summaryrefslogtreecommitdiff
path: root/help.c
Commit message (Expand)AuthorAgeFilesLines
...
* help: Add a missing OPT_END().Christian Couder2008-04-011-0/+1
* help: warn if specified 'man.viewer' is unsupported, instead of erroring outChristian Couder2008-03-121-1/+1
* help: implement multi-valued "man.viewer" config optionChristian Couder2008-03-111-78/+113
* help: add "man.viewer" config var to use "woman" or "konqueror"Christian Couder2008-03-111-1/+80
* help: respect aliasesJeff King2008-02-241-1/+32
* help: use parseoptJeff King2008-02-241-64/+59
* help.c: use 'git_config_string' to get 'help_default_format'.Christian Couder2008-02-171-6/+2
* Merge branch 'cc/browser'Junio C Hamano2008-02-161-1/+17
|\
| * Rename 'git-help--browse.sh' to 'git-web--browse.sh'.Christian Couder2008-02-051-1/+1
| * help--browse: add '--config' option to check a config option for a browser.Christian Couder2008-02-051-1/+1
| * help: make 'git-help--browse' usable outside 'git-help'.Christian Couder2008-02-051-1/+17
* | help.c: guard config parser from value=NULLJunio C Hamano2008-02-111-0/+2
|/
* rename git-browse--help to git-help--browseJeff King2007-12-161-1/+1
* Rename git-browse-help helper to git-browse--helpJunio C Hamano2007-12-141-1/+1
* git-help: add "help.format" config variable.Christian Couder2007-12-141-2/+62
* git-help -i: show info documentation from matching version of gitJunio C Hamano2007-12-101-0/+1
* git-help -i: invoke info with document and node nameJunio C Hamano2007-12-101-1/+1
* Merge branch 'master' into cc/helpJunio C Hamano2007-12-101-0/+22
|\
| * Let git-help prefer man-pages installed with this version of gitSergei Organov2007-12-081-0/+22
* | git-help: add -w|--web option to display html man page in a browser.Christian Couder2007-12-091-15/+19
* | git-help: add -i|--info option to display info page.Christian Couder2007-12-031-8/+27
|/
* Merge branch 'tt/help'Junio C Hamano2007-12-011-1/+0
|\
| * Remove hint to use "git help -a"Theodore Ts'o2007-11-141-1/+0
* | Move #include <sys/select.h> and <sys/ioctl.h> to git-compat-util.h.Johannes Sixt2007-11-141-1/+0
|/
* Style: place opening brace of a function definition at column 1Junio C Hamano2007-11-081-1/+2
* include $PATH in generating list of commands for "help -a"Scott R Parish2007-10-291-37/+120
* list_commands(): simplify code by using chdir()Scott R Parish2007-10-291-15/+3
* remove unused/unneeded "pattern" argument of list_commandsScott R Parish2007-10-291-6/+8
* "git" returns 1; "git help" and "git help -a" return 0Scott R Parish2007-10-291-3/+3
* help: remove extra blank line after "See 'git --help'" messageJunio C Hamano2007-10-261-1/+1
* On error, do not list all commands, but point to --help optionJari Aalto2007-10-221-2/+1
* War on whitespaceJunio C Hamano2007-06-071-2/+0
* use xrealloc in help.cJames Bowes2007-03-271-11/+1
* use xmalloc in git.c and help.cJames Bowes2007-03-251-1/+1
* Mechanical conversion to use prefixcmp()Junio C Hamano2007-02-201-2/+2
* Avoid ugly linewrap in git helpRen,bi(B Scharfe2007-02-111-2/+2
* simplify inclusion of system header files.Junio C Hamano2006-12-201-2/+1
* Use xmalloc instead of mallocJonas Fonseca2006-08-311-1/+1
* remove unnecessary initializationsDavid Rientjes2006-08-151-1/+1
* Merge branch 'mk/rename'Junio C Hamano2006-08-121-1/+1
* Merge branch 'master' into mk/renameJunio C Hamano2006-08-101-1/+1
* builtins: Makefile clean-upJunio C Hamano2006-08-041-0/+234