aboutsummaryrefslogtreecommitdiff
path: root/builtin-help.c
Commit message (Expand)AuthorAge
* help: Do not unnecessarily look for a repositoryDavid Aguilar2009-12-01
* help -a: do not unnecessarily look for a repositoryJohannes Schindelin2009-10-28
* help -i: properly error out if no info viewer can be foundGerrit Pape2009-10-27
* Fix various sparse warnings in the git source codeLinus Torvalds2009-06-20
* Simplify some 'fprintf(stderr); return -1;' by using 'return error()'Johannes Sixt2009-06-09
* parse-opts: prepare for OPT_FILENAMEStephen Boyd2009-05-25
* Fix a bunch of pointer declarations (codestyle)Felipe Contreras2009-05-01
* builtin-help: silently tolerate unknown keysJohannes Sixt2009-04-24
* Move computation of absolute paths from Makefile to runtime (in preparation f...Steffen Prohaska2009-01-26
* Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializerBrandon Casey2008-10-12
* builtin-help: fallback to GIT_MAN_VIEWER before manRomain Francoise2008-08-29
* Make main_cmds and other_cmds local to builtin-help.cAlex Riesen2008-08-28
* Remove calculation of the longest command name from where it is not usedAlex Riesen2008-08-28
* Builtin git-help.Miklos Vajna2008-08-02
* builtins: Makefile clean-upJunio C Hamano2006-08-04
* Remove cmd_usage() routine and re-organize the help/usage code.Ramsay Allan Jones2006-08-02
* Call setup_git_directory() much earlierLinus Torvalds2006-07-29
* git wrapper: add --git-dir=<path> and --bare optionsJohannes Schindelin2006-07-25
* Fix more typos, primarily in the codePavel Roskin2006-07-10
* Fix "git help -a" terminal autosizingLinus Torvalds2006-04-27
* Split up builtin commands into separate files from git.cLinus Torvalds2006-04-21