aboutsummaryrefslogtreecommitdiff
path: root/help.c
Commit message (Expand)AuthorAge
* help.c: guard config parser from value=NULLJunio C Hamano2008-02-11
* rename git-browse--help to git-help--browseJeff King2007-12-16
* Rename git-browse-help helper to git-browse--helpJunio C Hamano2007-12-14
* git-help: add "help.format" config variable.Christian Couder2007-12-14
* git-help -i: show info documentation from matching version of gitJunio C Hamano2007-12-10
* git-help -i: invoke info with document and node nameJunio C Hamano2007-12-10
* Merge branch 'master' into cc/helpJunio C Hamano2007-12-10
|\
| * Let git-help prefer man-pages installed with this version of gitSergei Organov2007-12-08
* | git-help: add -w|--web option to display html man page in a browser.Christian Couder2007-12-09
* | git-help: add -i|--info option to display info page.Christian Couder2007-12-03
|/
* Merge branch 'tt/help'Junio C Hamano2007-12-01
|\
| * Remove hint to use "git help -a"Theodore Ts'o2007-11-14
* | Move #include <sys/select.h> and <sys/ioctl.h> to git-compat-util.h.Johannes Sixt2007-11-14
|/
* Style: place opening brace of a function definition at column 1Junio C Hamano2007-11-08
* include $PATH in generating list of commands for "help -a"Scott R Parish2007-10-29
* list_commands(): simplify code by using chdir()Scott R Parish2007-10-29
* remove unused/unneeded "pattern" argument of list_commandsScott R Parish2007-10-29
* "git" returns 1; "git help" and "git help -a" return 0Scott R Parish2007-10-29
* help: remove extra blank line after "See 'git --help'" messageJunio C Hamano2007-10-26
* On error, do not list all commands, but point to --help optionJari Aalto2007-10-22
* War on whitespaceJunio C Hamano2007-06-07
* use xrealloc in help.cJames Bowes2007-03-27
* use xmalloc in git.c and help.cJames Bowes2007-03-25
* Mechanical conversion to use prefixcmp()Junio C Hamano2007-02-20
* Avoid ugly linewrap in git helpRen,bi(B Scharfe2007-02-11
* simplify inclusion of system header files.Junio C Hamano2006-12-20
* Use xmalloc instead of mallocJonas Fonseca2006-08-31
* remove unnecessary initializationsDavid Rientjes2006-08-15
* Merge branch 'mk/rename'Junio C Hamano2006-08-12
* Merge branch 'master' into mk/renameJunio C Hamano2006-08-10
* builtins: Makefile clean-upJunio C Hamano2006-08-04