Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | make "index-pack" a built-in | Linus Torvalds | 2010-01-22 | 1 | -0/+1 |
* | make "git pack-redundant" a built-in | Linus Torvalds | 2010-01-22 | 1 | -0/+1 |
* | make "git unpack-file" a built-in | Linus Torvalds | 2010-01-22 | 1 | -0/+1 |
* | make "mktag" a built-in | Linus Torvalds | 2010-01-22 | 1 | -0/+1 |
* | make "merge-index" a built-in | Linus Torvalds | 2010-01-22 | 1 | -0/+1 |
* | make "git patch-id" a built-in | Linus Torvalds | 2010-01-21 | 1 | -0/+1 |
* | make "git var" a built-in | Linus Torvalds | 2010-01-21 | 1 | -0/+1 |
* | make "git hash-object" a built-in | Linus Torvalds | 2010-01-21 | 1 | -0/+1 |
* | make "git merge-tree" a built-in | Linus Torvalds | 2010-01-21 | 1 | -0/+1 |
* | Retire fetch--tool helper to contrib/examples | Jonathan Nieder | 2009-11-09 | 1 | -1/+0 |
* | update-server-info: make builtin, use parseopt | René Scharfe | 2009-08-29 | 1 | -0/+1 |
* | Merge branch 'cc/replace' | Junio C Hamano | 2009-08-21 | 1 | -0/+1 |
|\ | |||||
| * | Add new "git replace" command | Christian Couder | 2009-05-31 | 1 | -0/+1 |
* | | builtin-mailsplit.c: remove read_line_with_nul() since it is no longer used | Brandon Casey | 2009-08-05 | 1 | -1/+0 |
|/ | |||||
* | build-in git-mktree | Junio C Hamano | 2009-05-10 | 1 | -0/+1 |
* | bisect--helper: implement "git bisect--helper" | Christian Couder | 2009-04-05 | 1 | -0/+1 |
* | Merge branch 'jc/alternate-push' | Shawn O. Pearce | 2008-09-25 | 1 | -0/+1 |
|\ | |||||
| * | receive-pack: make it a builtin | Junio C Hamano | 2008-09-09 | 1 | -0/+1 |
* | | commit_tree(): add a new author parameter | Miklos Vajna | 2008-09-10 | 1 | -1/+2 |
|/ | |||||
* | git wrapper: DWIM mistyped commands | Johannes Schindelin | 2008-08-31 | 1 | -1/+1 |
* | Revert "Build-in "git-shell"" | Junio C Hamano | 2008-08-25 | 1 | -1/+0 |
* | Build-in "git-shell" | Junio C Hamano | 2008-08-20 | 1 | -0/+1 |
* | Allow pager of diff command be enabled/disabled | Alex Riesen | 2008-07-23 | 1 | -0/+1 |
* | Build in merge | Miklos Vajna | 2008-07-07 | 1 | -0/+1 |
* | git-commit-tree: make it usable from other builtins | Miklos Vajna | 2008-07-06 | 1 | -0/+4 |
* | git-fmt-merge-msg: make it usable from other builtins | Miklos Vajna | 2008-06-30 | 1 | -0/+3 |
* | Print info about "git help COMMAND" on git's main usage pages | Teemu Likonen | 2008-06-06 | 1 | -0/+1 |
* | Merge branch 'js/mailinfo' | Junio C Hamano | 2008-05-25 | 1 | -0/+1 |
|\ | |||||
| * | mailsplit and mailinfo: gracefully handle NUL characters | Johannes Schindelin | 2008-05-25 | 1 | -0/+1 |
* | | Build in clone | Daniel Barkalow | 2008-05-04 | 1 | -0/+1 |
|/ | |||||
* | Make git-remote a builtin | Johannes Schindelin | 2008-03-01 | 1 | -0/+1 |
* | Merge branch 'db/checkout' | Junio C Hamano | 2008-02-27 | 1 | -0/+2 |
|\ | |||||
| * | Build in checkout | Daniel Barkalow | 2008-02-16 | 1 | -0/+1 |
| * | Build-in merge-recursive | Daniel Barkalow | 2008-02-09 | 1 | -0/+1 |
* | | Make error messages from cherry-pick/revert more sensible | Junio C Hamano | 2008-02-05 | 1 | -1/+0 |
|/ | |||||
* | Merge branch 'kh/commit' | Junio C Hamano | 2007-12-04 | 1 | -1/+2 |
|\ | |||||
| * | Port git commit to C. | Kristian Høgsberg | 2007-11-22 | 1 | -1/+2 |
* | | Add 'git fast-export', the sister of 'git fast-import' | Johannes Schindelin | 2007-12-02 | 1 | -0/+1 |
* | | Merge branch 'jk/send-pack' | Junio C Hamano | 2007-11-24 | 1 | -0/+2 |
|\ \ | |||||
| * | | Build in ls-remote | Daniel Barkalow | 2007-11-05 | 1 | -1/+1 |
| * | | Build-in send-pack, with an API for other programs to call. | Daniel Barkalow | 2007-11-02 | 1 | -0/+1 |
| * | | Build-in peek-remote, using transport infrastructure. | Daniel Barkalow | 2007-11-02 | 1 | -0/+1 |
* | | | Merge branch 'sb/clean' | Junio C Hamano | 2007-11-24 | 1 | -0/+1 |
|\ \ \ | |_|/ |/| | | |||||
| * | | Make git-clean a builtin | Shawn Bohrer | 2007-11-18 | 1 | -0/+1 |
| |/ | |||||
* | | git-merge-ours: make it a builtin. | Thomas Harning | 2007-11-22 | 1 | -0/+1 |
|/ | |||||
* | "git" returns 1; "git help" and "git help -a" return 0 | Scott R Parish | 2007-10-29 | 1 | -0/+1 |
* | Merge branch 'master' into db/fetch-pack | Shawn O. Pearce | 2007-10-16 | 1 | -1/+0 |
|\ | |||||
| * | Clean up stripspace a bit, use strbuf even more. | Kristian Høgsberg | 2007-09-27 | 1 | -1/+0 |
* | | Make fetch a builtin | Daniel Barkalow | 2007-09-19 | 1 | -0/+1 |
* | | Make fetch-pack a builtin with an internal API | Daniel Barkalow | 2007-09-19 | 1 | -0/+1 |