summaryrefslogtreecommitdiff
path: root/builtin.h
AgeCommit message (Expand)Author
2019-07-25Merge branch 'ab/test-env'Junio C Hamano
2019-07-09Merge branch 'nd/switch-and-restore'Junio C Hamano
2019-06-21env--helper: new undocumented builtin wrapping git_env_*()Ævar Arnfjörð Bjarmason
2019-05-13Merge branch 'dl/no-extern-in-func-decl'Junio C Hamano
2019-05-08Merge branch 'js/misc-doc-fixes'Junio C Hamano
2019-05-07checkout: split part of it to new command 'restore'Nguyễn Thái Ngọc Duy
2019-05-05*.[ch]: manually align parameter listsDenton Liu
2019-05-05*.[ch]: remove extern from function declarations using spatchDenton Liu
2019-04-19Turn `git serve` into a test helperJohannes Schindelin
2019-04-02checkout: split part of it to new command 'switch'Nguyễn Thái Ngọc Duy
2019-03-07stash: convert `stash--helper.c` into `stash.c`Paul-Sebastian Ungureanu
2019-03-07stash: convert apply to builtinJoel Teichroeb
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