| Commit message (Expand) | Author | Age | Files | Lines |
* | fsmonitor--daemon: add a built-in fsmonitor daemon | Jeff Hostetler | 2022-03-25 | 1 | -0/+1 |
* | hook: add 'run' subcommand | Emily Shaffer | 2022-01-07 | 1 | -0/+1 |
* | builtin.h: remove cmd_tar_tree() declaration | Ævar Arnfjörð Bjarmason | 2021-10-01 | 1 | -1/+0 |
* | parallel-checkout: make it truly parallel | Matheus Tavares | 2021-04-19 | 1 | -0/+1 |
* | Merge branch 'ds/maintenance-part-3' | Junio C Hamano | 2020-11-18 | 1 | -0/+1 |
|\ |
|
| * | for-each-repo: run subcommands on configured repos | Derrick Stolee | 2020-09-25 | 1 | -0/+1 |
* | | Merge branch 'ds/maintenance-part-1' | Junio C Hamano | 2020-09-25 | 1 | -0/+1 |
|\ \
| |/ |
|
| * | maintenance: create basic maintenance runner | Derrick Stolee | 2020-09-17 | 1 | -0/+1 |
* | | make git-fast-import a builtin | Jeff King | 2020-08-13 | 1 | -0/+1 |
* | | make git-bugreport a builtin | Jeff King | 2020-08-13 | 1 | -0/+1 |
* | | make credential helpers builtins | Jeff King | 2020-08-13 | 1 | -0/+3 |
|/ |
|
* | Lib-ify prune-packed | Denton Liu | 2020-03-24 | 1 | -5/+0 |
* | Lib-ify fmt-merge-msg | Denton Liu | 2020-03-24 | 1 | -11/+0 |
* | sparse-checkout: create builtin with 'list' subcommand | Derrick Stolee | 2019-11-22 | 1 | -0/+1 |
* | Merge branch 'ab/test-env' | Junio C Hamano | 2019-07-25 | 1 | -0/+1 |
|\ |
|
| * | env--helper: new undocumented builtin wrapping git_env_*() | Ævar Arnfjörð Bjarmason | 2019-06-21 | 1 | -0/+1 |
* | | Merge branch 'nd/switch-and-restore' | Junio C Hamano | 2019-07-09 | 1 | -0/+2 |
|\ \
| |/
|/| |
|
| * | checkout: split part of it to new command 'restore' | Nguyễn Thái Ngọc Duy | 2019-05-07 | 1 | -0/+1 |
| * | checkout: split part of it to new command 'switch' | Nguyễn Thái Ngọc Duy | 2019-04-02 | 1 | -0/+1 |
* | | Merge branch 'dl/no-extern-in-func-decl' | Junio C Hamano | 2019-05-13 | 1 | -127/+127 |
|\ \ |
|
| * | | *.[ch]: manually align parameter lists | Denton Liu | 2019-05-05 | 1 | -1/+1 |
| * | | *.[ch]: remove extern from function declarations using spatch | Denton Liu | 2019-05-05 | 1 | -126/+126 |
| |/ |
|
* | | Merge branch 'js/misc-doc-fixes' | Junio C Hamano | 2019-05-09 | 1 | -1/+0 |
|\ \ |
|
| * | | Turn `git serve` into a test helper | Johannes Schindelin | 2019-04-19 | 1 | -1/+0 |
| |/ |
|
* | | stash: convert `stash--helper.c` into `stash.c` | Paul-Sebastian Ungureanu | 2019-03-07 | 1 | -1/+1 |
* | | stash: convert apply to builtin | Joel Teichroeb | 2019-03-07 | 1 | -0/+1 |
|/ |
|
* | Merge branch 'ag/rebase-i-in-c' | Junio C Hamano | 2018-11-02 | 1 | -1/+1 |
|\ |
|
| * | rebase -i: move rebase--helper modes to rebase--interactive | Alban Gruin | 2018-10-09 | 1 | -1/+0 |
| * | rebase -i: implement the main part of interactive rebase as a builtin | Alban Gruin | 2018-10-09 | 1 | -0/+1 |
* | | Merge branch 'pk/rebase-in-c' | Junio C Hamano | 2018-11-02 | 1 | -0/+1 |
|\ \ |
|
| * | | rebase: start implementing it as a builtin | Pratik Karki | 2018-08-06 | 1 | -0/+1 |
| |/ |
|
* | | Sync 'ds/multi-pack-index' to v2.19.0-rc0 | Junio C Hamano | 2018-08-20 | 1 | -0/+1 |
|\ \ |
|
| * | | multi-pack-index: add builtin | Derrick Stolee | 2018-07-20 | 1 | -0/+1 |
* | | | Introduce `range-diff` to compare iterations of a topic branch | Johannes Schindelin | 2018-08-13 | 1 | -0/+1 |
| |/
|/| |
|
* | | Merge branch 'jk/show-index' | Junio C Hamano | 2018-06-25 | 1 | -0/+1 |
|\ \
| |/
|/| |
|
| * | make show-index a builtin | Jeff King | 2018-05-29 | 1 | -0/+1 |
* | | Merge branch 'ds/commit-graph' | Junio C Hamano | 2018-05-08 | 1 | -0/+1 |
|\ \ |
|
| * | | commit-graph: create git-commit-graph builtin | Derrick Stolee | 2018-04-02 | 1 | -0/+1 |
| |/ |
|
* | | serve: introduce git-serve | Brandon Williams | 2018-03-15 | 1 | -0/+1 |
* | | upload-pack: convert to a builtin | Brandon Williams | 2018-03-14 | 1 | -0/+1 |
|/ |
|
* | git.c: provide setup_auto_pager() | Martin Ågren | 2017-08-03 | 1 | -0/+12 |
* | git.c: let builtins opt for handling `pager.foo` themselves | Martin Ågren | 2017-08-03 | 1 | -0/+8 |
* | builtin.h: take over documentation from api-builtin.txt | Martin Ågren | 2017-08-03 | 1 | -0/+80 |
* | blame: move textconv_object with related functions | Jeff Smith | 2017-05-24 | 1 | -2/+0 |
* | rebase--helper: add a builtin helper for interactive rebases | Johannes Schindelin | 2017-02-09 | 1 | -0/+1 |
* | difftool: add a skeleton for the upcoming builtin | Johannes Schindelin | 2017-01-17 | 1 | -0/+1 |
* | builtin: convert textconv_object to use struct object_id | brian m. carlson | 2016-09-07 | 1 | -1/+1 |
* | Merge branch 'sb/submodule-helper' | Junio C Hamano | 2015-10-05 | 1 | -0/+1 |
|\ |
|
| * | submodule: rewrite `module_list` shell function in C | Stefan Beller | 2015-09-03 | 1 | -0/+1 |
* | | builtin-am: implement skeletal builtin am | Paul Tan | 2015-08-04 | 1 | -0/+1 |
|/ |
|