| Age | Commit message (Expand) | Author | Files | Lines |
| 2008-07-23 | Allow pager of diff command be enabled/disabled | Alex Riesen | 1 | -0/+1 |
| 2008-07-07 | Build in merge | Miklos Vajna | 1 | -0/+1 |
| 2008-07-06 | git-commit-tree: make it usable from other builtins | Miklos Vajna | 1 | -0/+4 |
| 2008-06-30 | git-fmt-merge-msg: make it usable from other builtins | Miklos Vajna | 1 | -0/+3 |
| 2008-06-06 | Print info about "git help COMMAND" on git's main usage pages | Teemu Likonen | 1 | -0/+1 |
| 2008-05-25 | Merge branch 'js/mailinfo' | Junio C Hamano | 1 | -0/+1 |
| 2008-05-25 | mailsplit and mailinfo: gracefully handle NUL characters | Johannes Schindelin | 1 | -0/+1 |
| 2008-05-04 | Build in clone | Daniel Barkalow | 1 | -0/+1 |
| 2008-03-01 | Make git-remote a builtin | Johannes Schindelin | 1 | -0/+1 |
| 2008-02-27 | Merge branch 'db/checkout' | Junio C Hamano | 1 | -0/+2 |
| 2008-02-16 | Build in checkout | Daniel Barkalow | 1 | -0/+1 |
| 2008-02-09 | Build-in merge-recursive | Daniel Barkalow | 1 | -0/+1 |
| 2008-02-05 | Make error messages from cherry-pick/revert more sensible | Junio C Hamano | 1 | -1/+0 |
| 2007-12-04 | Merge branch 'kh/commit' | Junio C Hamano | 1 | -1/+2 |
| 2007-12-02 | Add 'git fast-export', the sister of 'git fast-import' | Johannes Schindelin | 1 | -0/+1 |
| 2007-11-24 | Merge branch 'jk/send-pack' | Junio C Hamano | 1 | -0/+2 |
| 2007-11-24 | Merge branch 'sb/clean' | Junio C Hamano | 1 | -0/+1 |
| 2007-11-22 | Port git commit to C. | Kristian Høgsberg | 1 | -1/+2 |
| 2007-11-22 | git-merge-ours: make it a builtin. | Thomas Harning | 1 | -0/+1 |
| 2007-11-18 | Make git-clean a builtin | Shawn Bohrer | 1 | -0/+1 |
| 2007-11-05 | Build in ls-remote | Daniel Barkalow | 1 | -1/+1 |
| 2007-11-02 | Build-in send-pack, with an API for other programs to call. | Daniel Barkalow | 1 | -0/+1 |
| 2007-11-02 | Build-in peek-remote, using transport infrastructure. | Daniel Barkalow | 1 | -0/+1 |
| 2007-10-29 | "git" returns 1; "git help" and "git help -a" return 0 | Scott R Parish | 1 | -0/+1 |
| 2007-10-16 | Merge branch 'master' into db/fetch-pack | Shawn O. Pearce | 1 | -1/+0 |
| 2007-09-27 | Clean up stripspace a bit, use strbuf even more. | Kristian Høgsberg | 1 | -1/+0 |
| 2007-09-19 | Make fetch a builtin | Daniel Barkalow | 1 | -0/+1 |
| 2007-09-19 | Make fetch-pack a builtin with an internal API | Daniel Barkalow | 1 | -0/+1 |
| 2007-09-19 | Modularize commit-walker | Daniel Barkalow | 1 | -0/+1 |
| 2007-09-12 | Make "git reset" a builtin. | Carlos Rica | 1 | -0/+1 |
| 2007-07-26 | Make verify-tag a builtin. | Carlos Rica | 1 | -0/+1 |
| 2007-07-20 | Make git tag a builtin. | Carlos Rica | 1 | -0/+1 |
| 2007-07-11 | Function stripspace now gets a buffer instead file descriptors. | Carlos Rica | 1 | -1/+1 |
| 2007-06-26 | Fix git-stripspace to process correctly long lines and spaces. | Carlos Rica | 1 | -0/+1 |
| 2007-06-08 | Even more missing static | Junio C Hamano | 1 | -1/+0 |
| 2007-06-08 | More missing static | Junio C Hamano | 1 | -2/+0 |
| 2007-05-24 | Teach mailsplit about Maildir's | Fernando J. Pereda | 1 | -1/+1 |
| 2007-04-14 | Add basic infrastructure to assign attributes to paths | Junio C Hamano | 1 | -0/+1 |
| 2007-03-17 | Make gc a builtin. | James Bowes | 1 | -0/+1 |
| 2007-03-14 | Merge branch 'jc/fetch' | Junio C Hamano | 1 | -0/+1 |
| 2007-03-03 | Make git-revert & git-cherry-pick a builtin | Johannes Schindelin | 1 | -0/+2 |
| 2007-02-28 | Merge branch 'js/bundle' | Junio C Hamano | 1 | -0/+1 |
| 2007-02-27 | Merge branch 'np/types' into jc/fetch | Junio C Hamano | 1 | -1/+1 |
| 2007-02-22 | Add git-bundle: move objects and references by archive | Johannes Schindelin | 1 | -0/+1 |
| 2007-02-13 | git-fetch--tool: start rewriting parts of git-fetch in C. | Junio C Hamano | 1 | -0/+1 |
| 2007-02-13 | Merge branch 'jc/merge-base' (early part) | Junio C Hamano | 1 | -0/+1 |
| 2007-02-12 | Remove git-diff-stages. | Junio C Hamano | 1 | -1/+0 |
| 2007-02-08 | git reflog show | Linus Torvalds | 1 | -0/+1 |
| 2007-01-29 | Make fsck and fsck-objects be builtins. | Mark Wooding | 1 | -0/+1 |
| 2007-01-28 | [PATCH] Rename git-repo-config to git-config. | Tom Prince | 1 | -1/+1 |
| 2007-01-10 | Make git-describe a builtin. | Shawn O. Pearce | 1 | -0/+1 |
| 2007-01-09 | Make merge-base a built-in. | Junio C Hamano | 1 | -0/+1 |
| 2006-12-26 | Merge branch 'jc/fsck-reflog' | Junio C Hamano | 1 | -0/+1 |
| 2006-12-21 | Make git-rerere a builtin | Johannes Schindelin | 1 | -0/+1 |
| 2006-12-20 | git reflog expire | Junio C Hamano | 1 | -0/+1 |
| 2006-12-06 | Add builtin merge-file, a minimal replacement for RCS merge | Johannes Schindelin | 1 | -0/+1 |
| 2006-11-19 | Build in shortlog | Johannes Schindelin | 1 | -0/+1 |
| 2006-11-08 | git-pickaxe: retire pickaxe | Junio C Hamano | 1 | -0/+1 |
| 2006-11-07 | Merge branch 'jc/pickaxe' | Junio C Hamano | 1 | -0/+1 |
| 2006-11-01 | Merge branch 'rs/cherry' | Junio C Hamano | 1 | -0/+1 |
| 2006-11-01 | Merge branch 'lj/refs' | Junio C Hamano | 1 | -0/+3 |
| 2006-10-25 | Merge for-each-ref to sync gitweb fully with 'next' | Junio C Hamano | 1 | -1/+2 |
| 2006-10-25 | Merge branch 'jc/web-blame' | Junio C Hamano | 1 | -0/+1 |
| 2006-10-23 | Make git-branch a builtin | Lars Hjemli | 1 | -0/+1 |
| 2006-10-23 | Built-in cherry | Rene Scharfe | 1 | -0/+1 |
| 2006-10-22 | Make prune also run prune-packed | J. Bruce Fields | 1 | -0/+1 |
| 2006-10-19 | git-pickaxe: blame rewritten. | Junio C Hamano | 1 | -0/+1 |
| 2006-10-09 | Remove git-annotate.perl and create a builtin-alias for git-blame | Ryan Anderson | 1 | -0/+1 |
| 2006-09-27 | Merge branch 'master' into lj/refs | Junio C Hamano | 1 | -1/+0 |
| 2006-09-27 | Merge branch 'jc/lt-ref2-with-lt-refs' into jc/ref-locking | Junio C Hamano | 1 | -0/+1 |
| 2006-09-23 | Remove git-zip-tree | Rene Scharfe | 1 | -1/+0 |
| 2006-09-21 | Merge branch 'lt/refs' into jc/lt-ref2-with-lt-refs | Junio C Hamano | 1 | -0/+4 |
| 2006-09-21 | Merge branch 'lt/refs' into jc/for-each-ref-with-lt-refs | Junio C Hamano | 1 | -0/+4 |
| 2006-09-17 | Start handling references internally as a sorted in-memory list | Linus Torvalds | 1 | -0/+1 |
| 2006-09-17 | Merge branch 'jk/diff' | Junio C Hamano | 1 | -0/+1 |
| 2006-09-17 | Merge branch 'jc/archive' | Junio C Hamano | 1 | -0/+2 |
| 2006-09-16 | Add git-for-each-ref: helper for language bindings | Junio C Hamano | 1 | -1/+2 |
| 2006-09-16 | Add "git show-ref" builtin command | Linus Torvalds | 1 | -0/+1 |
| 2006-09-15 | Define fallback PATH_MAX on systems that do not define one in <limits.h> | Junio C Hamano | 1 | -2/+1 |
| 2006-09-09 | Add git-upload-archive | Franck Bui-Huu | 1 | -0/+1 |
| 2006-09-09 | Add git-archive | Franck Bui-Huu | 1 | -0/+1 |
| 2006-09-08 | git-commit.sh: convert run_status to a C builtin | Jeff King | 1 | -0/+1 |
| 2006-08-26 | Add git-zip-tree | Rene Scharfe | 1 | -0/+1 |
| 2006-08-10 | git-verify-pack: make builtin | Rene Scharfe | 1 | -0/+1 |
| 2006-08-04 | builtins: Makefile clean-up | Junio C Hamano | 1 | -43/+37 |
| 2006-08-04 | Make git-checkout-index a builtin | Junio C Hamano | 1 | -0/+1 |
| 2006-08-03 | Make git-symbolic-ref a builtin | Matthias Kestenholz | 1 | -0/+1 |
| 2006-08-03 | Make git-unpack-objects a builtin | Matthias Kestenholz | 1 | -0/+1 |
| 2006-08-03 | Make git-pack-objects a builtin | Matthias Kestenholz | 1 | -0/+1 |
| 2006-08-03 | Make git-name-rev a builtin | Matthias Kestenholz | 1 | -0/+1 |
| 2006-08-02 | Make git-repo-config a builtin | Matthias Kestenholz | 1 | -0/+1 |
| 2006-08-02 | Make git-prune-packed a builtin | Matthias Kestenholz | 1 | -0/+1 |
| 2006-08-02 | Remove cmd_usage() routine and re-organize the help/usage code. | Ramsay Allan Jones | 1 | -5/+2 |
| 2006-08-02 | Fix header breakage due to redefining PATH_MAX. | Ramsay Allan Jones | 1 | -4/+1 |
| 2006-07-29 | Merge branch 'lt/setup' into __/setup-n-mv | Junio C Hamano | 1 | -39/+39 |
| 2006-07-29 | Call setup_git_directory() much earlier | Linus Torvalds | 1 | -38/+38 |
| 2006-07-26 | Make git-mv a builtin | Johannes Schindelin | 1 | -0/+1 |
| 2006-07-09 | builtin "git prune" | Linus Torvalds | 1 | -0/+2 |
| 2006-07-03 | Make git-fmt-merge-msg a builtin | Johannes Schindelin | 1 | -0/+1 |
| 2006-06-18 | Make git-update-ref a builtin | Lukas Sandström | 1 | -0/+1 |
| 2006-06-18 | Make git-update-index a builtin | Lukas Sandström | 1 | -0/+1 |
| 2006-06-18 | Make git-stripspace a builtin | Lukas Sandström | 1 | -0/+3 |
| 2006-06-18 | Make git-mailinfo a builtin | Lukas Sandström | 1 | -0/+5 |
| 2006-06-18 | Make git-mailsplit a builtin | Lukas Sandström | 1 | -0/+2 |
| 2006-06-18 | Make git-write-tree a builtin | Lukas Sandström | 1 | -0/+3 |
| 2006-06-10 | Built-in git-get-tar-commit-id | Rene Scharfe | 1 | -0/+1 |
| 2006-06-03 | Builtin git-rev-parse. | Christian Couder | 1 | -0/+1 |
| 2006-05-24 | Builtin git-cat-file | Timo Hirvonen | 1 | -0/+1 |
| 2006-05-24 | Merge branch 'js/fmt-patch' | Junio C Hamano | 1 | -0/+1 |
| 2006-05-24 | Merge branch 'jc/builtin-n-tar-tree' | Junio C Hamano | 1 | -0/+12 |
| 2006-05-24 | Merge branch 'lt/dirwalk' | Junio C Hamano | 1 | -0/+2 |
| 2006-05-23 | Merge branch 'jc/tartree' into jc/builtin-n-tar-tree | Junio C Hamano | 1 | -2/+2 |
| 2006-05-23 | Builtin git-diff-files, git-diff-index, git-diff-stages, and git-diff-tree. | Peter Eriksen | 1 | -0/+5 |
| 2006-05-23 | Builtin git-show-branch. | Peter Eriksen | 1 | -0/+1 |
| 2006-05-23 | Builtin git-apply. | Peter Eriksen | 1 | -0/+1 |
| 2006-05-23 | Builtin git-commit-tree. | Peter Eriksen | 1 | -0/+1 |
| 2006-05-23 | Builtin git-read-tree. | Peter Eriksen | 1 | -0/+1 |
| 2006-05-23 | Builtin git-tar-tree. | Peter Eriksen | 1 | -0/+1 |
| 2006-05-23 | Builtin git-ls-tree. | Peter Eriksen | 1 | -0/+1 |
| 2006-05-23 | Builtin git-ls-files. | Peter Eriksen | 1 | -0/+1 |
| 2006-05-21 | Merge branch 'master' into js/fmt-patch | Junio C Hamano | 1 | -0/+4 |
| 2006-05-19 | built-in tar-tree and remote tar-tree | Junio C Hamano | 1 | -0/+2 |
| 2006-05-19 | Add builtin "git rm" command | Linus Torvalds | 1 | -0/+1 |
| 2006-05-19 | Builtin git-init-db | Timo Hirvonen | 1 | -0/+1 |
| 2006-05-18 | Make git-check-format-ref a builtin. | Lukas Sandström | 1 | -0/+1 |
| 2006-05-18 | Make "git rev-list" be a builtin | Linus Torvalds | 1 | -0/+1 |
| 2006-05-17 | Do "git add" as a builtin | Linus Torvalds | 1 | -0/+1 |
| 2006-05-15 | Merge branch 'jc/grep' | Junio C Hamano | 1 | -0/+1 |
| 2006-05-06 | Merge branch 'master' into js/fmt-patch | Junio C Hamano | 1 | -0/+4 |
| 2006-05-03 | Merge branch 'jc/diff' | Junio C Hamano | 1 | -0/+1 |
| 2006-05-03 | Merge branch 'jc/count' | Junio C Hamano | 1 | -0/+1 |
| 2006-05-01 | built-in "git grep" | Junio C Hamano | 1 | -0/+1 |
| 2006-04-30 | git builtin "push" | Linus Torvalds | 1 | -0/+2 |
| 2006-04-28 | built-in diff. | Junio C Hamano | 1 | -0/+1 |
| 2006-04-27 | built-in count-objects. | Junio C Hamano | 1 | -0/+1 |
| 2006-04-21 | Merge branch 'master' into jc/fmt-patch | Junio C Hamano | 1 | -0/+24 |
| 2006-04-21 | Split up builtin commands into separate files from git.c | Linus Torvalds | 1 | -0/+23 |