summaryrefslogtreecommitdiff
path: root/help.c
AgeCommit message (Expand)Author
2007-12-16rename git-browse--help to git-help--browseJeff King
2007-12-15Rename git-browse-help helper to git-browse--helpJunio C Hamano
2007-12-15git-help: add "help.format" config variable.Christian Couder
2007-12-10git-help -i: show info documentation from matching version of gitJunio C Hamano
2007-12-10git-help -i: invoke info with document and node nameJunio C Hamano
2007-12-10Merge branch 'master' into cc/helpJunio C Hamano
2007-12-09git-help: add -w|--web option to display html man page in a browser.Christian Couder
2007-12-08Let git-help prefer man-pages installed with this version of gitSergei Organov
2007-12-04git-help: add -i|--info option to display info page.Christian Couder
2007-12-02Merge branch 'tt/help'Junio C Hamano
2007-11-14Move #include <sys/select.h> and <sys/ioctl.h> to git-compat-util.h.Johannes Sixt
2007-11-14Remove hint to use "git help -a"Theodore Ts'o
2007-11-08Style: place opening brace of a function definition at column 1Junio C Hamano
2007-10-30include $PATH in generating list of commands for "help -a"Scott R Parish
2007-10-30list_commands(): simplify code by using chdir()Scott R Parish
2007-10-30remove unused/unneeded "pattern" argument of list_commandsScott R Parish
2007-10-30"git" returns 1; "git help" and "git help -a" return 0Scott R Parish
2007-10-27help: remove extra blank line after "See 'git --help'" messageJunio C Hamano
2007-10-22On error, do not list all commands, but point to --help optionJari Aalto
2007-06-07War on whitespaceJunio C Hamano
2007-03-27use xrealloc in help.cJames Bowes
2007-03-26use xmalloc in git.c and help.cJames Bowes
2007-02-21Mechanical conversion to use prefixcmp()Junio C Hamano
2007-02-11Avoid ugly linewrap in git helpRen,bi(B Scharfe
2006-12-20simplify inclusion of system header files.Junio C Hamano
2006-08-31Use xmalloc instead of mallocJonas Fonseca
2006-08-16remove unnecessary initializationsDavid Rientjes
2006-08-13Merge branch 'mk/rename'Junio C Hamano
2006-08-10Merge branch 'master' into mk/renameJunio C Hamano
2006-08-04builtins: Makefile clean-upJunio C Hamano