| Age | Commit message (Expand) | Author | Files | Lines |
| 2010-02-22 | Move 'builtin-*' into a 'builtin/' subdirectory | Linus Torvalds | 1 | -466/+0 |
| 2010-01-09 | help: fix configured help format taking over command line one | Christian Couder | 1 | -1/+8 |
| 2009-12-01 | help: Do not unnecessarily look for a repository | David Aguilar | 1 | -3/+3 |
| 2009-10-28 | help -a: do not unnecessarily look for a repository | Johannes Schindelin | 1 | -3/+3 |
| 2009-10-27 | help -i: properly error out if no info viewer can be found | Gerrit Pape | 1 | -0/+1 |
| 2009-06-20 | Fix various sparse warnings in the git source code | Linus Torvalds | 1 | -1/+1 |
| 2009-06-09 | Simplify some 'fprintf(stderr); return -1;' by using 'return error()' | Johannes Sixt | 1 | -10/+6 |
| 2009-05-25 | parse-opts: prepare for OPT_FILENAME | Stephen Boyd | 1 | -1/+1 |
| 2009-05-01 | Fix a bunch of pointer declarations (codestyle) | Felipe Contreras | 1 | -3/+3 |
| 2009-04-24 | builtin-help: silently tolerate unknown keys | Johannes Sixt | 1 | -2/+1 |
| 2009-01-26 | Move computation of absolute paths from Makefile to runtime (in preparation f... | Steffen Prohaska | 1 | -2/+2 |
| 2008-10-12 | Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializer | Brandon Casey | 1 | -3/+1 |
| 2008-08-29 | builtin-help: fallback to GIT_MAN_VIEWER before man | Romain Francoise | 1 | -0/+3 |
| 2008-08-28 | Make main_cmds and other_cmds local to builtin-help.c | Alex Riesen | 1 | -1/+1 |
| 2008-08-28 | Remove calculation of the longest command name from where it is not used | Alex Riesen | 1 | -2/+2 |
| 2008-08-02 | Builtin git-help. | Miklos Vajna | 1 | -0/+462 |
| 2006-08-04 | builtins: Makefile clean-up | Junio C Hamano | 1 | -234/+0 |
| 2006-08-02 | Remove cmd_usage() routine and re-organize the help/usage code. | Ramsay Allan Jones | 1 | -31/+23 |
| 2006-07-29 | Call setup_git_directory() much earlier | Linus Torvalds | 1 | -2/+2 |
| 2006-07-25 | git wrapper: add --git-dir=<path> and --bare options | Johannes Schindelin | 1 | -1/+1 |
| 2006-07-10 | Fix more typos, primarily in the code | Pavel Roskin | 1 | -1/+1 |
| 2006-04-27 | Fix "git help -a" terminal autosizing | Linus Torvalds | 1 | -0/+1 |
| 2006-04-21 | Split up builtin commands into separate files from git.c | Linus Torvalds | 1 | -0/+241 |