summaryrefslogtreecommitdiff
path: root/git.c
Commit message (Expand)AuthorAgeFilesLines
* attr: teach "--attr-source=<tree>" global option to "git"John Cai2023-05-061-0/+16
* Merge branch 'en/header-split-cache-h'Junio C Hamano2023-04-251-0/+3
|\
| * pager.h: move declarations for pager.c functions from cache.hElijah Newren2023-04-111-0/+1
| * treewide: be explicit about dependence on trace.h & trace2.hElijah Newren2023-04-111-0/+2
* | Merge branch 'ws/sparse-check-rules'Junio C Hamano2023-04-111-1/+1
|\ \ | |/ |/|
| * builtin/sparse-checkout: remove NEED_WORK_TREE flagWilliam Sprent2023-03-271-1/+1
* | setup.h: move declarations for setup.c functions from cache.hElijah Newren2023-03-211-0/+1
* | environment.h: move declarations for environment.c functions from cache.hElijah Newren2023-03-211-0/+1
* | treewide: be explicit about dependence on gettext.hElijah Newren2023-03-211-0/+1
|/
* Merge branch 'en/header-cleanup'Junio C Hamano2023-03-171-0/+1
|\
| * replace-object.h: move read_replace_refs declaration from cache.h to hereElijah Newren2023-02-231-0/+1
* | trace.c, git.c: remove unnecessary parameter to trace_repo_setup()idriss fekir2023-02-211-1/+1
|/
* Merge branch 'ab/test-env-helper'Junio C Hamano2023-01-231-1/+0
|\
| * env-helper: move this built-in to "test-tool env-helper"Ævar Arnfjörð Bjarmason2023-01-141-1/+0
* | read-tree: add "--super-prefix" option, eliminate globalÆvar Arnfjörð Bjarmason2022-12-261-32/+5
* | submodule--helper: convert "{update,clone}" to their own "--super-prefix"Ævar Arnfjörð Bjarmason2022-12-261-1/+1
* | submodule--helper: don't use global --super-prefix in "absorbgitdirs"Ævar Arnfjörð Bjarmason2022-12-261-1/+1
* | Merge branch 'dd/git-bisect-builtin'Junio C Hamano2022-12-141-1/+1
|\ \ | |/ |/|
| * Turn `git bisect` into a full built-inJohannes Schindelin2022-11-111-1/+1
* | Merge branch 'ab/submodule-helper-prep-only'Junio C Hamano2022-11-231-1/+1
|\ \ | |/ |/|
| * submodule--helper: use OPT_SUBCOMMAND() APIÆvar Arnfjörð Bjarmason2022-11-081-1/+1
* | use child_process members "args" and "env" directlyRené Scharfe2022-10-301-6/+9
|/
* Merge branch 'ds/cmd-main-reorder'Junio C Hamano2022-10-211-6/+8
|\
| * git.c: improve code readability in cmd_main()Daniel Sonbolian2022-10-081-6/+8
* | Merge branch 'sg/parse-options-subcommand'Junio C Hamano2022-09-011-7/+7
|\ \
| * | builtin/worktree.c: let parse-options parse subcommandsSZEDER Gábor2022-08-191-1/+1
| * | builtin/gc.c: let parse-options parse 'git maintenance's subcommandsSZEDER Gábor2022-08-191-1/+1
| * | git.c: update NO_PARSEOPT markingsSZEDER Gábor2022-08-191-5/+5
* | | builtin/diagnose.c: create 'git diagnose' builtinVictoria Dye2022-08-121-0/+1
|/ /
* | merge-tree: add option parsing and initial shell for real merge functionElijah Newren2022-06-221-1/+1
|/
* Merge branch 'jh/builtin-fsmonitor-part3'Junio C Hamano2022-06-101-1/+1
|\
| * fsmonitor--daemon: allow --super-prefix argumentJeff Hostetler2022-05-261-1/+1
* | Merge branch 'gf/shorthand-version-and-help'Junio C Hamano2022-05-201-4/+7
|\ \ | |/ |/|
| * cli: add -v and -h shorthandsGarrit Franke2022-03-311-4/+7
* | fsmonitor--daemon: add a built-in fsmonitor daemonJeff Hostetler2022-03-251-0/+1
|/
* Merge branch 'ab/grep-patterntype'Junio C Hamano2022-02-251-0/+1
|\
| * built-ins: trust the "prefix" from run_builtin()Ævar Arnfjörð Bjarmason2022-02-151-0/+1
* | Merge branch 'ab/config-based-hooks-2'Junio C Hamano2022-02-091-0/+1
|\ \ | |/ |/|
| * hook: add 'run' subcommandEmily Shaffer2022-01-071-0/+1
* | i18n: factorize "no directory given for --foo"Jean-Noël Avila2022-01-051-3/+3
|/
* Merge branch 'ld/sparse-diff-blame'Junio C Hamano2021-12-211-18/+21
|\
| * git: ensure correct git directory setup with -hLessley Dennington2021-12-061-18/+21
* | Merge branch 'js/retire-preserve-merges'Junio C Hamano2021-10-181-1/+0
|\ \ | |/ |/|
| * rebase: drop the internal `rebase--interactive` commandJohannes Schindelin2021-09-071-1/+0
* | midx: disallow running outside of a repositoryTaylor Blau2021-09-011-1/+1
|/
* 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
|\ \ \ | |/ / |/| |