summaryrefslogtreecommitdiffstats
path: root/builtin/pull.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* global: trivial conversions to fix `-Wsign-compare` warningsPatrick Steinhardt2024-12-061-3/+1
* global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt2024-12-061-0/+2
* doc: correct misleading descriptions for --shallow-excludeElijah Newren2024-11-051-2/+2
* Merge branch 'ps/leakfixes-part-7'Junio C Hamano2024-10-021-4/+7
|\
| * builtin/pull: fix leaking "ff" optionPatrick Steinhardt2024-09-271-4/+7
* | builtin: remove USE_THE_REPOSITORY_VARIABLE from builtin.hJohn Cai2024-09-131-0/+1
* | builtin: add a repository parameter for builtin functionsJohn Cai2024-09-131-1/+4
|/
* Merge branch 'ps/use-the-repository'Junio C Hamano2024-07-021-3/+3
|\
| * hash: require hash algorithm in `oidread()` and `oidclr()`Patrick Steinhardt2024-06-141-3/+3
* | global: improve const correctness when assigning string constantsPatrick Steinhardt2024-06-071-26/+26
|/
* Merge branch 'ps/refs-without-the-repository'Junio C Hamano2024-05-161-1/+1
|\
| * cocci: apply rules to rewrite callers of "refs" interfacesPatrick Steinhardt2024-05-071-1/+1
* | builtin: stop using `the_index`Patrick Steinhardt2024-04-181-2/+2
|/
* commit-reach(get_octopus_merge_bases): pass on "missing commits" errorsJohannes Schindelin2024-02-291-2/+3
* commit-reach(repo_in_merge_bases_many): report missing commitsJohannes Schindelin2024-02-281-0/+4
* treewide: remove unnecessary includes in source filesElijah Newren2023-12-261-5/+0
* Merge branch 'gc/config-context'Junio C Hamano2023-07-061-2/+3
|\
| * config: add ctx arg to config_fn_tGlen Choo2023-06-281-2/+3
* | repository: remove unnecessary include of path.hElijah Newren2023-06-211-0/+1
* | cache.h: remove this no-longer-used headerElijah Newren2023-06-211-2/+1
* | read-cache*.h: move declarations for read-cache.c functions from cache.hElijah Newren2023-06-211-0/+1
* | merge.h: move declarations for merge.c from cache.hElijah Newren2023-06-211-0/+1
|/
* Merge branch 'ob/messages-capitalize-exception'Junio C Hamano2023-05-101-1/+1
|\
| * messages: capitalization and punctuation exceptionsOswald Buddenhagen2023-04-281-1/+1
* | object-name.h: move declarations for object-name.c functions from cache.hElijah Newren2023-04-111-0/+1
* | treewide: be explicit about dependence on advice.hElijah Newren2023-04-111-0/+1
* | Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano2023-04-041-2/+2
|\ \
| * | cocci: apply the "cache.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason2023-03-281-2/+2
| |/
* | treewide: be explicit about dependence on gettext.hElijah Newren2023-03-211-0/+1
* | Merge branch 'jc/gpg-lazy-init'Junio C Hamano2023-03-171-6/+0
|\ \
| * | gpg-interface: lazily initialize and read the configurationJunio C Hamano2023-02-101-6/+0
| |/
* / cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren2023-02-241-0/+1
|/
* {builtin/*,repository}.c: add & use "USE_THE_INDEX_VARIABLE"Ævar Arnfjörð Bjarmason2022-11-211-1/+1
* cocci & cache.h: remove rarely used "the_index" compat macrosÆvar Arnfjörð Bjarmason2022-11-211-2/+2
* use child_process members "args" and "env" directlyRené Scharfe2022-10-301-76/+71
* pull: fix a "struct oid_array" memory leakÆvar Arnfjörð Bjarmason2022-07-011-6/+10
* Merge branch 'gc/pull-recurse-submodules'Junio C Hamano2022-05-211-3/+7
|\
| * pull: do not let submodule.recurse override fetch.recurseSubmodulesGlen Choo2022-05-121-3/+7
* | Merge branch 'ja/i18n-common-messages'Junio C Hamano2022-02-261-3/+3
|\ \
| * | i18n: factorize "invalid value" messagesJean-Noël Avila2022-02-041-3/+3
* | | Merge branch 'js/short-help-outside-repo-fix'Junio C Hamano2022-02-181-2/+4
|\ \ \
| * | | checkout/fetch/pull/pack-objects: allow `-h` outside a repositoryJohannes Schindelin2022-02-081-2/+4
| |/ /
* | | Merge branch 'pb/pull-rebase-autostash-fix'Junio C Hamano2022-02-051-4/+3
|\ \ \ | |/ / |/| |
| * | pull --rebase: honor rebase.autostash when fast-forwardingPhilippe Blain2022-01-141-4/+3
| * | Merge branch 'ev/pull-already-up-to-date-is-noop' into maintJunio C Hamano2021-11-231-2/+4
| |\ \
* | | | fetch/pull: use the sparse indexDerrick Stolee2021-12-221-0/+2
* | | | Merge branch 'ah/advice-pull-has-no-preference-between-rebase-and-merge'Junio C Hamano2021-12-101-1/+1
|\ \ \ \
| * | | | pull: don't say that merge is "the default strategy"Alex Henrie2021-11-191-1/+1
* | | | | Merge branch 'ev/pull-already-up-to-date-is-noop'Junio C Hamano2021-11-221-2/+4
|\ \ \ \ \ | |_|/ / / |/| | / / | | |/ / | |/| |
| * | | pull: should be noop when already-up-to-dateErwin Villejo2021-11-181-2/+4