| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix a bunch of pointer declarations (codestyle) | Felipe Contreras | 2009-05-01 | 1 | -3/+3 |
* | builtin-help: silently tolerate unknown keys | Johannes Sixt | 2009-04-24 | 1 | -2/+1 |
* | Move computation of absolute paths from Makefile to runtime (in preparation f... | Steffen Prohaska | 2009-01-26 | 1 | -2/+2 |
* | Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializer | Brandon Casey | 2008-10-12 | 1 | -3/+1 |
* | builtin-help: fallback to GIT_MAN_VIEWER before man | Romain Francoise | 2008-08-29 | 1 | -0/+3 |
* | Make main_cmds and other_cmds local to builtin-help.c | Alex Riesen | 2008-08-28 | 1 | -1/+1 |
* | Remove calculation of the longest command name from where it is not used | Alex Riesen | 2008-08-28 | 1 | -2/+2 |
* | Builtin git-help. | Miklos Vajna | 2008-08-02 | 1 | -0/+462 |
* | builtins: Makefile clean-up | Junio C Hamano | 2006-08-04 | 1 | -234/+0 |
* | Remove cmd_usage() routine and re-organize the help/usage code. | Ramsay Allan Jones | 2006-08-02 | 1 | -31/+23 |
* | Call setup_git_directory() much earlier | Linus Torvalds | 2006-07-29 | 1 | -2/+2 |
* | git wrapper: add --git-dir=<path> and --bare options | Johannes Schindelin | 2006-07-25 | 1 | -1/+1 |
* | Fix more typos, primarily in the code | Pavel Roskin | 2006-07-10 | 1 | -1/+1 |
* | Fix "git help -a" terminal autosizing | Linus Torvalds | 2006-04-27 | 1 | -0/+1 |
* | Split up builtin commands into separate files from git.c | Linus Torvalds | 2006-04-21 | 1 | -0/+241 |