summaryrefslogtreecommitdiffstats
path: root/git.c (follow)
Commit message (Expand)AuthorAgeLines
* Merge branch 'ld/sparse-diff-blame'Junio C Hamano2021-12-21-18/+21
|\
| * git: ensure correct git directory setup with -hLessley Dennington2021-12-06-18/+21
* | Merge branch 'js/retire-preserve-merges'Junio C Hamano2021-10-18-1/+0
|\ \ | |/ |/|
| * rebase: drop the internal `rebase--interactive` commandJohannes Schindelin2021-09-07-1/+0
* | midx: disallow running outside of a repositoryTaylor Blau2021-09-01-1/+1
|/
* Merge branch 'ps/config-env-option-with-separate-value'Junio C Hamano2021-05-07-0/+8
|\
| * git: support separate arg for `--config-env`'s valuePatrick Steinhardt2021-04-30-0/+8
* | Merge branch 'mt/parallel-checkout-part-2'Junio C Hamano2021-04-30-0/+2
|\ \
| * | parallel-checkout: make it truly parallelMatheus Tavares2021-04-19-0/+2
* | | Merge branch 'tb/precompose-prefix-simplify'Junio C Hamano2021-04-13-1/+1
|\ \ \ | |/ / |/| |
| * | macOS: precompose startup_info->prefixTorsten Bögershausen2021-04-05-1/+1
* | | Merge branch 'tb/precompose-prefix-too'Junio C Hamano2021-02-12-1/+1
|\| |
| * | MacOS: precompose_argv_prefix()Torsten Bögershausen2021-02-03-1/+1
* | | Merge branch 'ps/config-env-pairs'Junio C Hamano2021-01-25-0/+3
|\ \ \ | |/ / |/| / | |/
| * config: add new way to pass config via `--config-env`Patrick Steinhardt2021-01-12-1/+3
| * git: add `--super-prefix` to usage stringPatrick Steinhardt2021-01-06-0/+1
* | maintenance: fix SEGFAULT when no repositoryRafael Silva2020-11-30-1/+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 'js/no-builtins-on-disk-option'Junio C Hamano2020-10-08-0/+19
|\ \
| * | help: do not expect built-in commands to be hardlinkedJohannes Schindelin2020-10-07-0/+19
* | | 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
|/
* strvec: rename struct fieldsJeff King2020-07-30-5/+5
* strvec: convert more callers away from argv_array nameJeff King2020-07-28-11/+11
* Merge branch 'ta/wait-on-aliased-commands-upon-signal' into masterJunio C Hamano2020-07-15-1/+3
|\
| * Wait for child on signal death for aliases to externalsTrygve Aaberge2020-07-07-0/+2
| * Wait for child on signal death for aliases to builtinsTrygve Aaberge2020-07-07-1/+1
* | Merge branch 'bc/sha-256-part-2'Junio C Hamano2020-07-06-1/+1
|\ \
| * | builtin/show-index: provide options to determine hash algobrian m. carlson2020-05-27-1/+1
* | | Merge branch 'tb/shallow-cleanup'Junio C Hamano2020-05-13-0/+1
|\ \ \ | |/ / |/| |
| * | shallow: extract a header file for shallow-related functionsTaylor Blau2020-04-30-0/+1
| |/
* | Merge branch 'js/trace2-env-vars'Junio C Hamano2020-04-22-0/+3
|\ \
| * | trace2: teach Git to log environment variablesJosh Steadmon2020-03-23-0/+3
| |/
* / stash: remove the stash.useBuiltin settingThomas Gummerer2020-03-05-6/+1
|/
* sparse-checkout: create builtin with 'list' subcommandDerrick Stolee2019-11-22-0/+1
* git: use COPY_ARRAY and MOVE_ARRAY in handle_alias()René Scharfe2019-09-20-3/+2
* Merge branch 'js/visual-studio'Junio C Hamano2019-08-02-3/+0
|\
| * git: avoid calling aliased builtins via their dashed formJohannes Schindelin2019-07-29-3/+0
* | Merge branch 'js/rebase-cleanup'Junio C Hamano2019-07-29-6/+1
|\ \
| * | git: mark cmd_rebase as requiring a worktreeJohannes Schindelin2019-07-25-6/+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 'po/git-help-on-git-itself'Junio C Hamano2019-06-17-1/+2
|\ \ \ | |_|/ |/| |