| Commit message (Expand) | Author | Age |
* | Builtin git-init-db | Timo Hirvonen | 2006-05-19 |
* | Make git-check-format-ref a builtin. | Lukas Sandström | 2006-05-18 |
* | Make "git rev-list" be a builtin | Linus Torvalds | 2006-05-18 |
* | Merge branch 'jc/grep' | Junio C Hamano | 2006-05-15 |
|\ |
|
| * | built-in "git grep" | Junio C Hamano | 2006-05-01 |
* | | Merge branch 'jc/diff' | Junio C Hamano | 2006-05-03 |
|\ \ |
|
| * | | builtin-diff: call it "git-diff", really. | Junio C Hamano | 2006-05-01 |
| * | | built-in diff. | Junio C Hamano | 2006-04-28 |
| |/ |
|
* | | Merge branch 'jc/count' | Junio C Hamano | 2006-05-03 |
|\ \ |
|
| * | | built-in count-objects. | Junio C Hamano | 2006-04-27 |
| |/ |
|
* | | git builtin "push" | Linus Torvalds | 2006-04-30 |
|/ |
|
* | Fix "git help -a" terminal autosizing | Linus Torvalds | 2006-04-27 |
* | Split up builtin commands into separate files from git.c | Linus Torvalds | 2006-04-21 |
* | git log: don't do merge diffs by default | Linus Torvalds | 2006-04-19 |
* | git.c: LOGSIZE is unused after log printing cleanup. | Junio C Hamano | 2006-04-17 |
* | Log message printout cleanups | Linus Torvalds | 2006-04-17 |
* | Fixes for option parsing | Linus Torvalds | 2006-04-16 |
* | log/whatchanged/show - log formatting cleanup. | Junio C Hamano | 2006-04-16 |
* | Simplify common default options setup for built-in log family. | Junio C Hamano | 2006-04-16 |
* | Merge branch 'master' into lt/logopt | Junio C Hamano | 2006-04-16 |
|\ |
|
| * | Support "git cmd --help" syntax | Linus Torvalds | 2006-04-15 |
| * | diff --stat: do not do its own three-dashes. | Junio C Hamano | 2006-04-15 |
* | | Tentative built-in "git show" | Linus Torvalds | 2006-04-16 |
* | | Built-in git-whatchanged. | Junio C Hamano | 2006-04-16 |
* | | Split init_revisions() out of setup_revisions() | Junio C Hamano | 2006-04-15 |
* | | Fix up default abbrev in setup_revisions() argument parser. | Junio C Hamano | 2006-04-14 |
* | | Common option parsing for "git log --diff" and friends | Linus Torvalds | 2006-04-14 |
|/ |
|
* | Use less memory in "git log" | Linus Torvalds | 2006-04-13 |
* | git-log: do not output excess blank line between commits | Junio C Hamano | 2006-04-13 |
* | blame and friends: adjust to multiple pathspec change. | Junio C Hamano | 2006-04-10 |
* | git log --full-diff | Junio C Hamano | 2006-04-10 |
* | git log [diff-tree options]... | Junio C Hamano | 2006-04-09 |
* | git-log: match rev-list --abbrev and --abbrev-commit | Junio C Hamano | 2006-04-08 |
* | Fix sparse warnings about non-ANSI function prototypes | Rene Scharfe | 2006-04-02 |
* | Move "--parent" parsing into generic revision.c library code | Linus Torvalds | 2006-03-31 |
* | Nicer output from 'git' | Fredrik Kuivinen | 2006-03-09 |
* | Use #define ARRAY_SIZE(x) (sizeof(x)/sizeof(x[0])) | Junio C Hamano | 2006-03-09 |
* | Const tightening. | Junio C Hamano | 2006-03-05 |
* | setup_revisions(): handle -n<n> and -<n> internally. | Junio C Hamano | 2006-03-02 |
* | git-log (internal): more options. | Junio C Hamano | 2006-03-01 |
* | Tie it all together: "git log" | Linus Torvalds | 2006-02-28 |
* | Teach the "git" command to handle some commands internally | Linus Torvalds | 2006-02-26 |
* | Exec git programs without using PATH. | Michal Ostrowski | 2006-01-13 |
* | git: grok 'help' to mean '--help'. | Andreas Ericsson | 2006-01-05 |
* | \n usage in stderr output | Alex Riesen | 2005-12-21 |
* | Make "git help" sort git commands in columns | Linus Torvalds | 2005-12-18 |
* | Make "git help" react to window size correctly | Linus Torvalds | 2005-12-18 |
* | Clean up compatibility definitions. | Junio C Hamano | 2005-12-05 |
* | git.c: remove excess output for debugging when command is too long. | Junio C Hamano | 2005-12-04 |
* | git.c: two fixes, gitsetenv type and off-by-one error. | Junio C Hamano | 2005-12-04 |