summaryrefslogtreecommitdiff
path: root/builtin.h
AgeCommit message (Expand)Author
2018-11-02Merge branch 'ag/rebase-i-in-c'Junio C Hamano
2018-11-02Merge branch 'pk/rebase-in-c'Junio C Hamano
2018-10-09rebase -i: move rebase--helper modes to rebase--interactiveAlban Gruin
2018-10-09rebase -i: implement the main part of interactive rebase as a builtinAlban Gruin
2018-08-20Sync 'ds/multi-pack-index' to v2.19.0-rc0Junio C Hamano
2018-08-13Introduce `range-diff` to compare iterations of a topic branchJohannes Schindelin
2018-08-06rebase: start implementing it as a builtinPratik Karki
2018-07-20multi-pack-index: add builtinDerrick Stolee
2018-06-25Merge branch 'jk/show-index'Junio C Hamano
2018-05-28make show-index a builtinJeff King
2018-05-08Merge branch 'ds/commit-graph'Junio C Hamano
2018-04-02commit-graph: create git-commit-graph builtinDerrick Stolee
2018-03-15serve: introduce git-serveBrandon Williams
2018-03-14upload-pack: convert to a builtinBrandon Williams
2017-08-03git.c: provide setup_auto_pager()Martin Ågren
2017-08-03git.c: let builtins opt for handling `pager.foo` themselvesMartin Ågren
2017-08-03builtin.h: take over documentation from api-builtin.txtMartin Ågren
2017-05-24blame: move textconv_object with related functionsJeff Smith
2017-02-09rebase--helper: add a builtin helper for interactive rebasesJohannes Schindelin
2017-01-17difftool: add a skeleton for the upcoming builtinJohannes Schindelin
2016-09-07builtin: convert textconv_object to use struct object_idbrian m. carlson
2015-10-05Merge branch 'sb/submodule-helper'Junio C Hamano
2015-09-03submodule: rewrite `module_list` shell function in CStefan Beller
2015-08-05builtin-am: implement skeletal builtin amPaul Tan
2015-08-03Merge branch 'pt/pull-builtin'Junio C Hamano
2015-06-29worktree: new place for "git prune --worktrees"Nguyễn Thái Ngọc Duy
2015-06-15pull: implement skeletal builtin pullPaul Tan
2014-10-13trailer: add interpret-trailers commandChristian Couder
2014-06-23verify-commit: scriptable commit signature verificationMichael J Gruber
2014-01-06builtin/help.c: speed up is_git_command() by checking for builtin commands firstSebastian Schuberth
2013-11-12repo-config: remove deprecated alias for "git config"John Keeping
2013-09-17repack: rewrite the shell script in CStefan Beller
2013-07-13builtin: add git-check-mailmap commandEric Sunshine
2013-06-24Merge branch 'jh/libify-note-handling'Junio C Hamano
2013-06-12Move copy_note_for_rewrite + friends from builtin/notes.c to notes-utils.cJohan Herland
2013-06-12finish_copy_notes_for_rewrite(): Let caller provide commit messageJohan Herland
2013-05-28prune-packed: avoid implying "1" is DRY_RUN in prune_packed_objects()Nguyễn Thái Ngọc Duy
2013-01-24Merge branch 'as/check-ignore'Junio C Hamano
2013-01-10Merge branch 'jc/maint-fmt-merge-msg-no-edit-lose-credit'Junio C Hamano
2013-01-06add git-check-ignore sub-commandAdam Spiers
2012-12-28merge --no-edit: do not credit people involved in the side branchJunio C Hamano
2012-10-29Move setup_diff_pager to libgit.aNguyễn Thái Ngọc Duy
2012-09-16builtin/notes.c: mark file-scope private symbols as staticJunio C Hamano
2012-09-10Merge branch 'jk/maint-null-in-trees' into maint-1.7.11Junio C Hamano
2012-08-27Merge branch 'jk/maint-null-in-trees'Junio C Hamano
2012-08-24Merge branch 'lp/no-cmd-http-fetch' into maint-1.7.11Junio C Hamano
2012-07-29diff: do not use null sha1 as a sentinel valueJeff King
2012-07-11Merge branch 'jk/diff-no-index-pager' into maintJunio C Hamano
2012-07-09Merge branch 'mm/credential-plumbing'Junio C Hamano
2012-06-28Merge branch 'jk/diff-no-index-pager'Junio C Hamano