aboutsummaryrefslogtreecommitdiff
path: root/builtin-help.c
Commit message (Expand)AuthorAge
* 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