summaryrefslogtreecommitdiff
path: root/builtin.h
AgeCommit message (Expand)Author
2010-06-27Merge branch 'cp/textconv-cat-file'Junio C Hamano
2010-06-25Merge branch 'maint'Junio C Hamano
2010-06-24msvc: Fix some "expr evaluates to function" compiler warningsRamsay Jones
2010-06-18textconv: support for cat_fileClément Poulain
2010-06-18Merge branch 'tc/merge-m-log'Junio C Hamano
2010-05-10fmt-merge-msg: add function to append shortlog onlyTay Ray Chuan
2010-04-02make commit_tree a library functionJeff King
2010-03-13notes: implement helpers needed for note copying during rewriteThomas Rast
2010-02-14Builtin-ify git-notesJohan Herland
2010-01-22make "index-pack" a built-inLinus Torvalds
2010-01-22make "git pack-redundant" a built-inLinus Torvalds
2010-01-22make "git unpack-file" a built-inLinus Torvalds
2010-01-22make "mktag" a built-inLinus Torvalds
2010-01-22make "merge-index" a built-inLinus Torvalds
2010-01-22make "git patch-id" a built-inLinus Torvalds
2010-01-22make "git var" a built-inLinus Torvalds
2010-01-22make "git hash-object" a built-inLinus Torvalds
2010-01-22make "git merge-tree" a built-inLinus Torvalds
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