summaryrefslogtreecommitdiff
path: root/builtin.h
Commit message (Expand)AuthorAgeFilesLines
* builtins: annotate always-empty prefix parametersJeff King2023-03-281-0/+10
* read-tree: add "--super-prefix" option, eliminate globalÆvar Arnfjörð Bjarmason2022-12-261-4/+0
* Turn `git bisect` into a full built-inJohannes Schindelin2022-11-111-1/+1
* builtin/diagnose.c: create 'git diagnose' builtinVictoria Dye2022-08-121-0/+1
* fsmonitor--daemon: add a built-in fsmonitor daemonJeff Hostetler2022-03-251-0/+1
* hook: add 'run' subcommandEmily Shaffer2022-01-071-0/+1
* builtin.h: remove cmd_tar_tree() declarationÆvar Arnfjörð Bjarmason2021-10-011-1/+0
* parallel-checkout: make it truly parallelMatheus Tavares2021-04-191-0/+1
* Merge branch 'ds/maintenance-part-3'Junio C Hamano2020-11-181-0/+1
|\
| * for-each-repo: run subcommands on configured reposDerrick Stolee2020-09-251-0/+1
* | Merge branch 'ds/maintenance-part-1'Junio C Hamano2020-09-251-0/+1
|\ \ | |/
| * maintenance: create basic maintenance runnerDerrick Stolee2020-09-171-0/+1
* | make git-fast-import a builtinJeff King2020-08-131-0/+1
* | make git-bugreport a builtinJeff King2020-08-131-0/+1
* | make credential helpers builtinsJeff King2020-08-131-0/+3
|/
* Lib-ify prune-packedDenton Liu2020-03-241-5/+0
* Lib-ify fmt-merge-msgDenton Liu2020-03-241-11/+0
* sparse-checkout: create builtin with 'list' subcommandDerrick Stolee2019-11-221-0/+1
* Merge branch 'ab/test-env'Junio C Hamano2019-07-251-0/+1
|\
| * env--helper: new undocumented builtin wrapping git_env_*()Ævar Arnfjörð Bjarmason2019-06-211-0/+1
* | Merge branch 'nd/switch-and-restore'Junio C Hamano2019-07-091-0/+2
|\ \ | |/ |/|
| * checkout: split part of it to new command 'restore'Nguyễn Thái Ngọc Duy2019-05-071-0/+1
| * checkout: split part of it to new command 'switch'Nguyễn Thái Ngọc Duy2019-04-021-0/+1
* | Merge branch 'dl/no-extern-in-func-decl'Junio C Hamano2019-05-131-127/+127
|\ \
| * | *.[ch]: manually align parameter listsDenton Liu2019-05-051-1/+1
| * | *.[ch]: remove extern from function declarations using spatchDenton Liu2019-05-051-126/+126
| |/
* | Merge branch 'js/misc-doc-fixes'Junio C Hamano2019-05-091-1/+0
|\ \
| * | Turn `git serve` into a test helperJohannes Schindelin2019-04-191-1/+0
| |/
* | stash: convert `stash--helper.c` into `stash.c`Paul-Sebastian Ungureanu2019-03-071-1/+1
* | stash: convert apply to builtinJoel Teichroeb2019-03-071-0/+1
|/
* Merge branch 'ag/rebase-i-in-c'Junio C Hamano2018-11-021-1/+1
|\
| * rebase -i: move rebase--helper modes to rebase--interactiveAlban Gruin2018-10-091-1/+0
| * rebase -i: implement the main part of interactive rebase as a builtinAlban Gruin2018-10-091-0/+1
* | Merge branch 'pk/rebase-in-c'Junio C Hamano2018-11-021-0/+1
|\ \
| * | rebase: start implementing it as a builtinPratik Karki2018-08-061-0/+1
| |/
* | Sync 'ds/multi-pack-index' to v2.19.0-rc0Junio C Hamano2018-08-201-0/+1
|\ \
| * | multi-pack-index: add builtinDerrick Stolee2018-07-201-0/+1
* | | Introduce `range-diff` to compare iterations of a topic branchJohannes Schindelin2018-08-131-0/+1
| |/ |/|
* | Merge branch 'jk/show-index'Junio C Hamano2018-06-251-0/+1
|\ \ | |/ |/|
| * make show-index a builtinJeff King2018-05-291-0/+1
* | Merge branch 'ds/commit-graph'Junio C Hamano2018-05-081-0/+1
|\ \
| * | commit-graph: create git-commit-graph builtinDerrick Stolee2018-04-021-0/+1
| |/
* | serve: introduce git-serveBrandon Williams2018-03-151-0/+1
* | upload-pack: convert to a builtinBrandon Williams2018-03-141-0/+1
|/
* git.c: provide setup_auto_pager()Martin Ågren2017-08-031-0/+12
* git.c: let builtins opt for handling `pager.foo` themselvesMartin Ågren2017-08-031-0/+8
* builtin.h: take over documentation from api-builtin.txtMartin Ågren2017-08-031-0/+80
* blame: move textconv_object with related functionsJeff Smith2017-05-241-2/+0
* rebase--helper: add a builtin helper for interactive rebasesJohannes Schindelin2017-02-091-0/+1
* difftool: add a skeleton for the upcoming builtinJohannes Schindelin2017-01-171-0/+1