Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
* | | Modularize commit-walker | Daniel Barkalow | 2007-09-19 | 1 | -0/+1 |
|/ | |||||
* | Make "git reset" a builtin. | Carlos Rica | 2007-09-12 | 1 | -0/+1 |
* | Make verify-tag a builtin. | Carlos Rica | 2007-07-26 | 1 | -0/+1 |
* | Make git tag a builtin. | Carlos Rica | 2007-07-20 | 1 | -0/+1 |
* | Function stripspace now gets a buffer instead file descriptors. | Carlos Rica | 2007-07-11 | 1 | -1/+1 |
* | Fix git-stripspace to process correctly long lines and spaces. | Carlos Rica | 2007-06-26 | 1 | -0/+1 |
* | Even more missing static | Junio C Hamano | 2007-06-08 | 1 | -1/+0 |
* | More missing static | Junio C Hamano | 2007-06-08 | 1 | -2/+0 |
* | Teach mailsplit about Maildir's | Fernando J. Pereda | 2007-05-24 | 1 | -1/+1 |
* | Add basic infrastructure to assign attributes to paths | Junio C Hamano | 2007-04-14 | 1 | -0/+1 |
* | Make gc a builtin. | James Bowes | 2007-03-17 | 1 | -0/+1 |
* | Merge branch 'jc/fetch' | Junio C Hamano | 2007-03-14 | 1 | -0/+1 |
|\ | |||||
| * | Merge branch 'np/types' into jc/fetch | Junio C Hamano | 2007-02-27 | 1 | -1/+1 |
| |\ | |||||
| * | | git-fetch--tool: start rewriting parts of git-fetch in C. | Junio C Hamano | 2007-02-13 | 1 | -0/+1 |
* | | | Make git-revert & git-cherry-pick a builtin | Johannes Schindelin | 2007-03-03 | 1 | -0/+2 |
* | | | Merge branch 'js/bundle' | Junio C Hamano | 2007-02-28 | 1 | -0/+1 |
|\ \ \ | |_|/ |/| | |