aboutsummaryrefslogtreecommitdiffstats
path: root/builtin/pull.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-08-04Merge branch 'ps/config-wo-the-repository'Junio C Hamano1-4/+5
2025-08-01Merge branch 'ly/pull-autostash'Junio C Hamano1-3/+17
2025-07-23config: move Git config parsing into "environment.c"Patrick Steinhardt1-0/+1
2025-07-23config: drop `git_config_get_value()` wrapperPatrick Steinhardt1-3/+3
2025-07-23config: drop `git_config()` wrapperPatrick Steinhardt1-1/+1
2025-07-21pull: add pull.autoStash config optionLidong Yan1-3/+17
2025-07-07Merge branch 'jk/submodule-remote-lookup-cleanup'Junio C Hamano1-1/+1
2025-06-23remote: remove branch->merge_name and fix branch_release()Jacob Keller1-1/+1
2025-06-13merge/pull: add the "--compact-summary" optionJunio C Hamano1-0/+3
2025-03-21refspec: replace `refspec_item_init()` with fetch/push variantsTaylor Blau1-1/+1
2025-03-21refspec: remove refspec_item_init_or_die()Taylor Blau1-1/+2
2025-03-21refspec: treat 'fetch' as a Boolean valueTaylor Blau1-1/+1
2024-12-06global: trivial conversions to fix `-Wsign-compare` warningsPatrick Steinhardt1-3/+1
2024-12-06global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt1-0/+2
2024-11-04doc: correct misleading descriptions for --shallow-excludeElijah Newren1-2/+2
2024-10-02Merge branch 'ps/leakfixes-part-7'Junio C Hamano1-4/+7
2024-09-27builtin/pull: fix leaking "ff" optionPatrick Steinhardt1-4/+7
2024-09-13builtin: remove USE_THE_REPOSITORY_VARIABLE from builtin.hJohn Cai1-0/+1
2024-09-13builtin: add a repository parameter for builtin functionsJohn Cai1-1/+4
2024-07-02Merge branch 'ps/use-the-repository'Junio C Hamano1-3/+3
2024-06-14hash: require hash algorithm in `oidread()` and `oidclr()`Patrick Steinhardt1-3/+3
2024-06-07global: improve const correctness when assigning string constantsPatrick Steinhardt1-26/+26
2024-05-16Merge branch 'ps/refs-without-the-repository'Junio C Hamano1-1/+1
2024-05-07cocci: apply rules to rewrite callers of "refs" interfacesPatrick Steinhardt1-1/+1
2024-04-18builtin: stop using `the_index`Patrick Steinhardt1-2/+2
2024-02-29commit-reach(get_octopus_merge_bases): pass on "missing commits" errorsJohannes Schindelin1-2/+3
2024-02-28commit-reach(repo_in_merge_bases_many): report missing commitsJohannes Schindelin1-0/+4
2023-12-26treewide: remove unnecessary includes in source filesElijah Newren1-5/+0
2023-07-06Merge branch 'gc/config-context'Junio C Hamano1-2/+3
2023-06-28config: add ctx arg to config_fn_tGlen Choo1-2/+3
2023-06-21repository: remove unnecessary include of path.hElijah Newren1-0/+1
2023-06-21cache.h: remove this no-longer-used headerElijah Newren1-2/+1
2023-06-21read-cache*.h: move declarations for read-cache.c functions from cache.hElijah Newren1-0/+1
2023-06-21merge.h: move declarations for merge.c from cache.hElijah Newren1-0/+1
2023-05-09Merge branch 'ob/messages-capitalize-exception'Junio C Hamano1-1/+1
2023-04-28messages: capitalization and punctuation exceptionsOswald Buddenhagen1-1/+1
2023-04-11object-name.h: move declarations for object-name.c functions from cache.hElijah Newren1-0/+1
2023-04-11treewide: be explicit about dependence on advice.hElijah Newren1-0/+1
2023-04-04Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano1-2/+2
2023-03-28cocci: apply the "cache.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason1-2/+2
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren1-0/+1
2023-03-17Merge branch 'jc/gpg-lazy-init'Junio C Hamano1-6/+0
2023-02-23cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren1-0/+1
2023-02-09gpg-interface: lazily initialize and read the configurationJunio C Hamano1-6/+0
2022-11-21{builtin/*,repository}.c: add & use "USE_THE_INDEX_VARIABLE"Ævar Arnfjörð Bjarmason1-1/+1
2022-11-21cocci & cache.h: remove rarely used "the_index" compat macrosÆvar Arnfjörð Bjarmason1-2/+2
2022-10-30use child_process members "args" and "env" directlyRené Scharfe1-76/+71
2022-07-01pull: fix a "struct oid_array" memory leakÆvar Arnfjörð Bjarmason1-6/+10
2022-05-20Merge branch 'gc/pull-recurse-submodules'Junio C Hamano1-3/+7
2022-05-11pull: do not let submodule.recurse override fetch.recurseSubmodulesGlen Choo1-3/+7