summaryrefslogtreecommitdiffstats
path: root/git.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'ps/config-env-option-with-separate-value'Junio C Hamano2021-05-071-0/+8
|\
| * git: support separate arg for `--config-env`'s valuePatrick Steinhardt2021-04-301-0/+8
* | Merge branch 'mt/parallel-checkout-part-2'Junio C Hamano2021-04-301-0/+2
|\ \
| * | parallel-checkout: make it truly parallelMatheus Tavares2021-04-191-0/+2
* | | Merge branch 'tb/precompose-prefix-simplify'Junio C Hamano2021-04-131-1/+1
|\ \ \ | |/ / |/| |
| * | macOS: precompose startup_info->prefixTorsten Bögershausen2021-04-051-1/+1
* | | Merge branch 'tb/precompose-prefix-too'Junio C Hamano2021-02-121-1/+1
|\| |
| * | MacOS: precompose_argv_prefix()Torsten Bögershausen2021-02-031-1/+1
* | | Merge branch 'ps/config-env-pairs'Junio C Hamano2021-01-251-0/+3
|\ \ \ | |/ / |/| / | |/
| * config: add new way to pass config via `--config-env`Patrick Steinhardt2021-01-121-1/+3
| * git: add `--super-prefix` to usage stringPatrick Steinhardt2021-01-061-0/+1
* | maintenance: fix SEGFAULT when no repositoryRafael Silva2020-11-301-1/+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 'js/no-builtins-on-disk-option'Junio C Hamano2020-10-081-0/+19
|\ \
| * | help: do not expect built-in commands to be hardlinkedJohannes Schindelin2020-10-071-0/+19
* | | 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
|/
* strvec: rename struct fieldsJeff King2020-07-301-5/+5
* strvec: convert more callers away from argv_array nameJeff King2020-07-281-11/+11
* Merge branch 'ta/wait-on-aliased-commands-upon-signal' into masterJunio C Hamano2020-07-151-1/+3
|\
| * Wait for child on signal death for aliases to externalsTrygve Aaberge2020-07-071-0/+2
| * Wait for child on signal death for aliases to builtinsTrygve Aaberge2020-07-071-1/+1
* | Merge branch 'bc/sha-256-part-2'Junio C Hamano2020-07-061-1/+1
|\ \
| * | builtin/show-index: provide options to determine hash algobrian m. carlson2020-05-271-1/+1
* | | Merge branch 'tb/shallow-cleanup'Junio C Hamano2020-05-131-0/+1
|\ \ \ | |/ / |/| |
| * | shallow: extract a header file for shallow-related functionsTaylor Blau2020-04-301-0/+1
| |/
* | Merge branch 'js/trace2-env-vars'Junio C Hamano2020-04-221-0/+3
|\ \
| * | trace2: teach Git to log environment variablesJosh Steadmon2020-03-231-0/+3
| |/
* / stash: remove the stash.useBuiltin settingThomas Gummerer2020-03-051-6/+1
|/
* sparse-checkout: create builtin with 'list' subcommandDerrick Stolee2019-11-221-0/+1
* git: use COPY_ARRAY and MOVE_ARRAY in handle_alias()René Scharfe2019-09-201-3/+2
* Merge branch 'js/visual-studio'Junio C Hamano2019-08-021-3/+0
|\
| * git: avoid calling aliased builtins via their dashed formJohannes Schindelin2019-07-291-3/+0
* | Merge branch 'js/rebase-cleanup'Junio C Hamano2019-07-291-6/+1
|\ \
| * | git: mark cmd_rebase as requiring a worktreeJohannes Schindelin2019-07-251-6/+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 'po/git-help-on-git-itself'Junio C Hamano2019-06-171-1/+2
|\ \ \ | |_|/ |/| |
| * | git.c: show usage for accessing the git(1) help pagePhilip Oakley2019-05-161-1/+2
* | | 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
| |/ /
* | | Merge branch 'js/difftool-no-index'Junio C Hamano2019-04-251-1/+1
|\ \ \
| * | | difftool: allow running outside Git worktrees with --no-indexJohannes Schindelin2019-03-181-1/+1
| | |/ | |/|