summaryrefslogtreecommitdiff
path: root/builtin.h
AgeCommit message (Expand)Author
2011-02-13repo-config: add deprecation warningRené Scharfe
2010-12-08Merge branch 'il/remote-fd-ext'Junio C Hamano
2010-12-08Merge branch 'jh/notes-merge'Junio C Hamano
2010-11-17Merge branch 'ks/no-textconv-symlink'Junio C Hamano
2010-11-17builtin/notes.c: Refactor creation of notes commits.Johan Herland
2010-10-13git-remote-extIlari Liusvaara
2010-10-13git-remote-fdIlari Liusvaara
2010-09-29blame,cat-file --textconv: Don't assume mode is ``S_IFREF | 0664''Kirill Smelkov
2010-09-29Merge branch 'rr/fmt-merge-msg'Junio C Hamano
2010-09-09fmt_merge_msg: Change fmt_merge_msg API to accept shortlog_lenRamkumar Ramachandra
2010-09-01builtin.h: Move two functions definitions to help.h.Thiago Farina
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