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