summaryrefslogtreecommitdiff
path: root/help.c
AgeCommit message (Expand)AuthorFilesLines
2007-12-08Let git-help prefer man-pages installed with this version of gitLibravatar Sergei Organov1-0/+22
2007-12-03git-help: add -i|--info option to display info page.Libravatar Christian Couder1-8/+27
2007-12-01Merge branch 'tt/help'Libravatar Junio C Hamano1-1/+0
2007-11-14Move #include <sys/select.h> and <sys/ioctl.h> to git-compat-util.h.Libravatar Johannes Sixt1-1/+0
2007-11-14Remove hint to use "git help -a"Libravatar Theodore Ts'o1-1/+0
2007-11-08Style: place opening brace of a function definition at column 1Libravatar Junio C Hamano1-1/+2
2007-10-29include $PATH in generating list of commands for "help -a"Libravatar Scott R Parish1-37/+120
2007-10-29list_commands(): simplify code by using chdir()Libravatar Scott R Parish1-15/+3
2007-10-29remove unused/unneeded "pattern" argument of list_commandsLibravatar Scott R Parish1-6/+8
2007-10-29"git" returns 1; "git help" and "git help -a" return 0Libravatar Scott R Parish1-3/+3
2007-10-26help: remove extra blank line after "See 'git --help'" messageLibravatar Junio C Hamano1-1/+1
2007-10-22On error, do not list all commands, but point to --help optionLibravatar Jari Aalto1-2/+1
2007-06-07War on whitespaceLibravatar Junio C Hamano1-2/+0
2007-03-27use xrealloc in help.cLibravatar James Bowes1-11/+1
2007-03-25use xmalloc in git.c and help.cLibravatar James Bowes1-1/+1
2007-02-20Mechanical conversion to use prefixcmp()Libravatar Junio C Hamano1-2/+2
2007-02-11Avoid ugly linewrap in git helpLibravatar Ren,bi(B Scharfe1-2/+2
2006-12-20simplify inclusion of system header files.Libravatar Junio C Hamano1-2/+1
2006-08-31Use xmalloc instead of mallocLibravatar Jonas Fonseca1-1/+1
2006-08-15remove unnecessary initializationsLibravatar David Rientjes1-1/+1
2006-08-12Merge branch 'mk/rename'Libravatar Junio C Hamano1-0/+234
2006-08-10Merge branch 'master' into mk/renameLibravatar Junio C Hamano1-1/+1
2006-08-04builtins: Makefile clean-upLibravatar Junio C Hamano1-0/+234