summaryrefslogtreecommitdiff
path: root/builtin-help.c
Commit message (Expand)AuthorAgeFilesLines
* Fix various sparse warnings in the git source codeLinus Torvalds2009-06-201-1/+1
* Simplify some 'fprintf(stderr); return -1;' by using 'return error()'Johannes Sixt2009-06-091-10/+6
* parse-opts: prepare for OPT_FILENAMEStephen Boyd2009-05-251-1/+1
* Fix a bunch of pointer declarations (codestyle)Felipe Contreras2009-05-011-3/+3
* builtin-help: silently tolerate unknown keysJohannes Sixt2009-04-241-2/+1
* Move computation of absolute paths from Makefile to runtime (in preparation f...Steffen Prohaska2009-01-261-2/+2
* Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializerBrandon Casey2008-10-121-3/+1
* builtin-help: fallback to GIT_MAN_VIEWER before manRomain Francoise2008-08-291-0/+3
* Make main_cmds and other_cmds local to builtin-help.cAlex Riesen2008-08-281-1/+1
* Remove calculation of the longest command name from where it is not usedAlex Riesen2008-08-281-2/+2
* Builtin git-help.Miklos Vajna2008-08-021-0/+462
* builtins: Makefile clean-upJunio C Hamano2006-08-041-234/+0
* Remove cmd_usage() routine and re-organize the help/usage code.Ramsay Allan Jones2006-08-021-31/+23
* Call setup_git_directory() much earlierLinus Torvalds2006-07-291-2/+2
* git wrapper: add --git-dir=<path> and --bare optionsJohannes Schindelin2006-07-251-1/+1
* Fix more typos, primarily in the codePavel Roskin2006-07-101-1/+1
* Fix "git help -a" terminal autosizingLinus Torvalds2006-04-271-0/+1
* Split up builtin commands into separate files from git.cLinus Torvalds2006-04-211-0/+241