| Commit message (Expand) | Author | Age | Files | Lines |
* | Const tightening. | Junio C Hamano | 2006-03-05 | 1 | -16/+16 |
* | setup_revisions(): handle -n<n> and -<n> internally. | Junio C Hamano | 2006-03-02 | 1 | -14/+1 |
* | git-log (internal): more options. | Junio C Hamano | 2006-03-01 | 1 | -1/+69 |
* | Tie it all together: "git log" | Linus Torvalds | 2006-02-28 | 1 | -0/+24 |
* | Teach the "git" command to handle some commands internally | Linus Torvalds | 2006-02-26 | 1 | -37/+116 |
* | Exec git programs without using PATH. | Michal Ostrowski | 2006-01-13 | 1 | -39/+11 |
* | git: grok 'help' to mean '--help'. | Andreas Ericsson | 2006-01-05 | 1 | -0/+5 |
* | \n usage in stderr output | Alex Riesen | 2005-12-21 | 1 | -1/+1 |
* | Make "git help" sort git commands in columns | Linus Torvalds | 2005-12-18 | 1 | -9/+12 |
* | Make "git help" react to window size correctly | Linus Torvalds | 2005-12-18 | 1 | -0/+11 |
* | Clean up compatibility definitions. | Junio C Hamano | 2005-12-05 | 1 | -9/+6 |
* | git.c: remove excess output for debugging when command is too long. | Junio C Hamano | 2005-12-04 | 1 | -1/+1 |
* | git.c: two fixes, gitsetenv type and off-by-one error. | Junio C Hamano | 2005-12-04 | 1 | -2/+1 |
* | Add compat/setenv.c, use in git.c. | Jason Riedy | 2005-12-03 | 1 | -0/+4 |
* | git wrapper: more careful argument stuffing | Alex Riesen | 2005-12-01 | 1 | -7/+12 |
* | Fix a warning about unused value. | YOSHIFUJI Hideaki / 吉藤英明 | 2005-11-25 | 1 | -1/+1 |
* | Do not show .exe in git command list. | Junio C Hamano | 2005-11-18 | 1 | -1/+4 |
* | git wrapper: basic fixes. | Junio C Hamano | 2005-11-15 | 1 | -56/+98 |
* | git --help COMMAND brings up the git-COMMAND man-page. | Andreas Ericsson | 2005-11-15 | 1 | -2/+26 |
* | C implementation of the 'git' program, take two. | Andreas Ericsson | 2005-11-15 | 1 | -0/+229 |