summary refs log tree commit diff
path: root/builtin.h
AgeCommit message (Expand)AuthorFilesLines
2022-03-25fsmonitor--daemon: add a built-in fsmonitor daemonJeff Hostetler1-0/+1
2022-01-07hook: add 'run' subcommandEmily Shaffer1-0/+1
2021-10-01builtin.h: remove cmd_tar_tree() declarationÆvar Arnfjörð Bjarmason1-1/+0
2021-04-19parallel-checkout: make it truly parallelMatheus Tavares1-0/+1
2020-11-18Merge branch 'ds/maintenance-part-3'Junio C Hamano1-0/+1
2020-09-25Merge branch 'ds/maintenance-part-1'Junio C Hamano1-0/+1
2020-09-25for-each-repo: run subcommands on configured reposDerrick Stolee1-0/+1
2020-09-17maintenance: create basic maintenance runnerDerrick Stolee1-0/+1
2020-08-13make git-fast-import a builtinJeff King1-0/+1
2020-08-13make git-bugreport a builtinJeff King1-0/+1
2020-08-13make credential helpers builtinsJeff King1-0/+3
2020-03-24Lib-ify prune-packedDenton Liu1-5/+0
2020-03-24Lib-ify fmt-merge-msgDenton Liu1-11/+0
2019-11-22sparse-checkout: create builtin with 'list' subcommandDerrick Stolee1-0/+1
2019-07-25Merge branch 'ab/test-env'Junio C Hamano1-0/+1
2019-07-09Merge branch 'nd/switch-and-restore'Junio C Hamano1-0/+2
2019-06-21env--helper: new undocumented builtin wrapping git_env_*()Ævar Arnfjörð Bjarmason1-0/+1
2019-05-13Merge branch 'dl/no-extern-in-func-decl'Junio C Hamano1-127/+127
2019-05-09Merge branch 'js/misc-doc-fixes'Junio C Hamano1-1/+0
2019-05-07checkout: split part of it to new command 'restore'Nguyễn Thái Ngọc Duy1-0/+1
2019-05-05*.[ch]: manually align parameter listsDenton Liu1-1/+1
2019-05-05*.[ch]: remove extern from function declarations using spatchDenton Liu1-126/+126
2019-04-19Turn `git serve` into a test helperJohannes Schindelin1-1/+0
2019-04-02checkout: split part of it to new command 'switch'Nguyễn Thái Ngọc Duy1-0/+1
2019-03-07stash: convert `stash--helper.c` into `stash.c`Paul-Sebastian Ungureanu1-1/+1
2019-03-07stash: convert apply to builtinJoel Teichroeb1-0/+1
2018-11-02Merge branch 'ag/rebase-i-in-c'Junio C Hamano1-1/+1
2018-11-02Merge branch 'pk/rebase-in-c'Junio C Hamano1-0/+1
2018-10-09rebase -i: move rebase--helper modes to rebase--interactiveAlban Gruin1-1/+0
2018-10-09rebase -i: implement the main part of interactive rebase as a builtinAlban Gruin1-0/+1
2018-08-20Sync 'ds/multi-pack-index' to v2.19.0-rc0Junio C Hamano1-0/+1
2018-08-13Introduce `range-diff` to compare iterations of a topic branchJohannes Schindelin1-0/+1
2018-08-06rebase: start implementing it as a builtinPratik Karki1-0/+1
2018-07-20multi-pack-index: add builtinDerrick Stolee1-0/+1
2018-06-25Merge branch 'jk/show-index'Junio C Hamano1-0/+1
2018-05-29make show-index a builtinJeff King1-0/+1
2018-05-08Merge branch 'ds/commit-graph'Junio C Hamano1-0/+1
2018-04-02commit-graph: create git-commit-graph builtinDerrick Stolee1-0/+1
2018-03-15serve: introduce git-serveBrandon Williams1-0/+1
2018-03-14upload-pack: convert to a builtinBrandon Williams1-0/+1
2017-08-03git.c: provide setup_auto_pager()Martin Ågren1-0/+12
2017-08-03git.c: let builtins opt for handling `pager.foo` themselvesMartin Ågren1-0/+8
2017-08-03builtin.h: take over documentation from api-builtin.txtMartin Ågren1-0/+80
2017-05-24blame: move textconv_object with related functionsJeff Smith1-2/+0
2017-02-09rebase--helper: add a builtin helper for interactive rebasesJohannes Schindelin1-0/+1
2017-01-17difftool: add a skeleton for the upcoming builtinJohannes Schindelin1-0/+1
2016-09-07builtin: convert textconv_object to use struct object_idbrian m. carlson1-1/+1
2015-10-05Merge branch 'sb/submodule-helper'Junio C Hamano1-0/+1
2015-09-03submodule: rewrite `module_list` shell function in CStefan Beller1-0/+1
2015-08-04builtin-am: implement skeletal builtin amPaul Tan1-0/+1