summaryrefslogtreecommitdiffstats
path: root/builtin.h (follow)
Commit message (Expand)AuthorAgeLines
* builtin.h: remove cmd_tar_tree() declarationÆvar Arnfjörð Bjarmason2021-10-01-1/+0
* parallel-checkout: make it truly parallelMatheus Tavares2021-04-19-0/+1
* Merge branch 'ds/maintenance-part-3'Junio C Hamano2020-11-18-0/+1
|\
| * for-each-repo: run subcommands on configured reposDerrick Stolee2020-09-25-0/+1
* | Merge branch 'ds/maintenance-part-1'Junio C Hamano2020-09-25-0/+1
|\|
| * maintenance: create basic maintenance runnerDerrick Stolee2020-09-17-0/+1
* | make git-fast-import a builtinJeff King2020-08-13-0/+1
* | make git-bugreport a builtinJeff King2020-08-13-0/+1
* | make credential helpers builtinsJeff King2020-08-13-0/+3
|/
* Lib-ify prune-packedDenton Liu2020-03-24-5/+0
* Lib-ify fmt-merge-msgDenton Liu2020-03-24-11/+0
* sparse-checkout: create builtin with 'list' subcommandDerrick Stolee2019-11-22-0/+1
* Merge branch 'ab/test-env'Junio C Hamano2019-07-25-0/+1
|\
| * env--helper: new undocumented builtin wrapping git_env_*()Ævar Arnfjörð Bjarmason2019-06-21-0/+1
* | Merge branch 'nd/switch-and-restore'Junio C Hamano2019-07-09-0/+2
|\ \ | |/ |/|
| * checkout: split part of it to new command 'restore'Nguyễn Thái Ngọc Duy2019-05-07-0/+1
| * checkout: split part of it to new command 'switch'Nguyễn Thái Ngọc Duy2019-04-02-0/+1
* | Merge branch 'dl/no-extern-in-func-decl'Junio C Hamano2019-05-13-127/+127
|\ \
| * | *.[ch]: manually align parameter listsDenton Liu2019-05-05-1/+1
| * | *.[ch]: remove extern from function declarations using spatchDenton Liu2019-05-05-126/+126
| |/
* | Merge branch 'js/misc-doc-fixes'Junio C Hamano2019-05-09-1/+0
|\ \
| * | Turn `git serve` into a test helperJohannes Schindelin2019-04-19-1/+0
| |/
* | stash: convert `stash--helper.c` into `stash.c`Paul-Sebastian Ungureanu2019-03-07-1/+1
* | stash: convert apply to builtinJoel Teichroeb2019-03-07-0/+1
|/
* Merge branch 'ag/rebase-i-in-c'Junio C Hamano2018-11-02-1/+1
|\
| * rebase -i: move rebase--helper modes to rebase--interactiveAlban Gruin2018-10-09-1/+0
| * rebase -i: implement the main part of interactive rebase as a builtinAlban Gruin2018-10-09-0/+1
* | Merge branch 'pk/rebase-in-c'Junio C Hamano2018-11-02-0/+1
|\ \
| * | rebase: start implementing it as a builtinPratik Karki2018-08-06-0/+1
| |/
* | Sync 'ds/multi-pack-index' to v2.19.0-rc0Junio C Hamano2018-08-20-0/+1
|\ \
| * | multi-pack-index: add builtinDerrick Stolee2018-07-20-0/+1
* | | Introduce `range-diff` to compare iterations of a topic branchJohannes Schindelin2018-08-13-0/+1
| |/ |/|
* | Merge branch 'jk/show-index'Junio C Hamano2018-06-25-0/+1
|\ \ | |/ |/|
| * make show-index a builtinJeff King2018-05-29-0/+1
* | Merge branch 'ds/commit-graph'Junio C Hamano2018-05-08-0/+1
|\ \
| * | commit-graph: create git-commit-graph builtinDerrick Stolee2018-04-02-0/+1
| |/
* | serve: introduce git-serveBrandon Williams2018-03-15-0/+1
* | upload-pack: convert to a builtinBrandon Williams2018-03-14-0/+1
|/
* git.c: provide setup_auto_pager()Martin Ågren2017-08-03-0/+12
* git.c: let builtins opt for handling `pager.foo` themselvesMartin Ågren2017-08-03-0/+8
* builtin.h: take over documentation from api-builtin.txtMartin Ågren2017-08-03-0/+80
* blame: move textconv_object with related functionsJeff Smith2017-05-24-2/+0
* rebase--helper: add a builtin helper for interactive rebasesJohannes Schindelin2017-02-09-0/+1
* difftool: add a skeleton for the upcoming builtinJohannes Schindelin2017-01-17-0/+1
* builtin: convert textconv_object to use struct object_idbrian m. carlson2016-09-07-1/+1
* Merge branch 'sb/submodule-helper'Junio C Hamano2015-10-05-0/+1
|\
| * submodule: rewrite `module_list` shell function in CStefan Beller2015-09-03-0/+1
* | builtin-am: implement skeletal builtin amPaul Tan2015-08-04-0/+1
|/
* Merge branch 'pt/pull-builtin'Junio C Hamano2015-08-03-0/+1
|\
| * pull: implement skeletal builtin pullPaul Tan2015-06-15-0/+1