summaryrefslogtreecommitdiff
path: root/builtin.h
AgeCommit message (Expand)Author
2009-11-10Retire fetch--tool helper to contrib/examplesJonathan Nieder
2009-08-29update-server-info: make builtin, use parseoptRené Scharfe
2009-08-22Merge branch 'cc/replace'Junio C Hamano
2009-08-05builtin-mailsplit.c: remove read_line_with_nul() since it is no longer usedBrandon Casey
2009-06-01Add new "git replace" commandChristian Couder
2009-05-10build-in git-mktreeJunio C Hamano
2009-04-05bisect--helper: implement "git bisect--helper"Christian Couder
2008-09-25Merge branch 'jc/alternate-push'Shawn O. Pearce
2008-09-10commit_tree(): add a new author parameterMiklos Vajna
2008-09-09receive-pack: make it a builtinJunio C Hamano
2008-08-31git wrapper: DWIM mistyped commandsJohannes Schindelin
2008-08-26Revert "Build-in "git-shell""Junio C Hamano
2008-08-20Build-in "git-shell"Junio C Hamano
2008-07-23Allow pager of diff command be enabled/disabledAlex Riesen
2008-07-08Build in mergeMiklos Vajna
2008-07-07git-commit-tree: make it usable from other builtinsMiklos Vajna
2008-07-01git-fmt-merge-msg: make it usable from other builtinsMiklos Vajna
2008-06-06Print info about "git help COMMAND" on git's main usage pagesTeemu Likonen
2008-05-25Merge branch 'js/mailinfo'Junio C Hamano
2008-05-25mailsplit and mailinfo: gracefully handle NUL charactersJohannes Schindelin
2008-05-05Build in cloneDaniel Barkalow
2008-03-01Make git-remote a builtinJohannes Schindelin
2008-02-27Merge branch 'db/checkout'Junio C Hamano
2008-02-16Build in checkoutDaniel Barkalow
2008-02-10Build-in merge-recursiveDaniel Barkalow
2008-02-05Make error messages from cherry-pick/revert more sensibleJunio C Hamano
2007-12-05Merge branch 'kh/commit'Junio C Hamano
2007-12-03Add 'git fast-export', the sister of 'git fast-import'Johannes Schindelin
2007-11-25Merge branch 'jk/send-pack'Junio C Hamano
2007-11-25Merge branch 'sb/clean'Junio C Hamano
2007-11-23Port git commit to C.Kristian Høgsberg
2007-11-22git-merge-ours: make it a builtin.Thomas Harning
2007-11-19Make git-clean a builtinShawn Bohrer
2007-11-05Build in ls-remoteDaniel Barkalow
2007-11-03Build-in send-pack, with an API for other programs to call.Daniel Barkalow
2007-11-03Build-in peek-remote, using transport infrastructure.Daniel Barkalow
2007-10-30"git" returns 1; "git help" and "git help -a" return 0Scott R Parish
2007-10-16Merge branch 'master' into db/fetch-packShawn O. Pearce
2007-09-27Clean up stripspace a bit, use strbuf even more.Kristian Høgsberg
2007-09-19Make fetch a builtinDaniel Barkalow
2007-09-19Make fetch-pack a builtin with an internal APIDaniel Barkalow
2007-09-19Modularize commit-walkerDaniel Barkalow
2007-09-12Make "git reset" a builtin.Carlos Rica
2007-07-27Make verify-tag a builtin.Carlos Rica
2007-07-20Make git tag a builtin.Carlos Rica
2007-07-12Function stripspace now gets a buffer instead file descriptors.Carlos Rica
2007-06-27Fix git-stripspace to process correctly long lines and spaces.Carlos Rica
2007-06-08Even more missing staticJunio C Hamano
2007-06-08More missing staticJunio C Hamano
2007-05-25Teach mailsplit about Maildir'sFernando J. Pereda