aboutsummaryrefslogtreecommitdiffstats
path: root/remote.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-07-02Merge branch 'jk/remote-wo-url'Junio C Hamano1-42/+52
2024-06-14global: introduce `USE_THE_REPOSITORY_VARIABLE` macroPatrick Steinhardt1-0/+2
2024-06-14hash: require hash algorithm in `oidread()` and `oidclr()`Patrick Steinhardt1-4/+4
2024-06-14remote: always require at least one url in a remoteJeff King1-1/+1
2024-06-14remote: allow resetting url listJeff King1-2/+8
2024-06-14remote: simplify url/pushurl selectionJeff King1-0/+5
2024-06-14remote: use strvecs to store remote url/pushurlJeff King1-31/+21
2024-06-14remote: transfer ownership of memory in add_url(), etcJeff King1-14/+19
2024-06-14remote: refactor alias_url() memory ownershipJeff King1-11/+15
2024-06-06Merge branch 'ps/leakfixes'Junio C Hamano1-10/+10
2024-06-03Merge branch 'th/push-local-ff-check-without-lazy-fetch'Junio C Hamano1-1/+1
2024-05-27config: clarify memory ownership in `git_config_string()`Patrick Steinhardt1-10/+10
2024-05-22push: don't fetch commit object when checking existenceTom Hughes1-1/+1
2024-05-17refs: drop `git_default_branch_name()`Patrick Steinhardt1-4/+8
2024-05-07cocci: apply rules to rewrite callers of "refs" interfacesPatrick Steinhardt1-14/+24
2024-03-11Merge branch 'js/merge-base-with-missing-commit'Junio C Hamano1-1/+1
2024-02-28commit-reach(repo_in_merge_bases_many): optionally expect missing commitsJohannes Schindelin1-1/+1
2024-02-26Merge branch 'rs/use-xstrncmpz'Junio C Hamano1-3/+2
2024-02-12use xstrncmpz()René Scharfe1-3/+2
2024-01-08Merge branch 'en/header-cleanup'Junio C Hamano1-1/+0
2023-12-26treewide: remove unnecessary includes in source filesElijah Newren1-1/+0
2023-12-12builtin/clone: skip reading HEAD when retrieving remotePatrick Steinhardt1-10/+16
2023-07-25Merge branch 'ah/advise-force-pushing'Junio C Hamano1-3/+5
2023-07-17Merge branch 'cw/compat-util-header-cleanup'Junio C Hamano1-1/+0
2023-07-13remote: don't imply that integration is always required before pushingAlex Henrie1-1/+1
2023-07-13wt-status: don't show divergence advice when committingAlex Henrie1-2/+4
2023-07-06Merge branch 'gc/config-context'Junio C Hamano1-3/+5
2023-07-05git-compat-util: move alloc macros to git-compat-util.hCalvin Wan1-1/+0
2023-06-29Merge branch 'en/header-split-cache-h-part-3'Junio C Hamano1-1/+2
2023-06-28config.c: pass ctx in configsetsGlen Choo1-3/+4
2023-06-28config: add ctx arg to config_fn_tGlen Choo1-1/+2
2023-06-21object-store-ll.h: split this header out of object-store.hElijah Newren1-1/+1
2023-06-21repository: remove unnecessary include of path.hElijah Newren1-0/+1
2023-06-12remote: fix a leak in query_matches_negative_refspecRubén Justo1-1/+1
2023-04-25Merge branch 'en/header-split-cache-h'Junio C Hamano1-1/+2
2023-04-11treewide: remove cache.h inclusion due to object-name.h changesElijah Newren1-1/+1
2023-04-11object-name.h: move declarations for object-name.c functions from cache.hElijah Newren1-0/+1
2023-04-06Merge branch 'en/header-split-cleanup'Junio C Hamano1-1/+5
2023-04-06Merge branch 'ab/remove-implicit-use-of-the-repository'Junio C Hamano1-7/+8
2023-04-04Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano1-7/+8
2023-03-30Merge branch 'sg/parse-options-h-users'Junio C Hamano1-0/+1
2023-03-28cocci: apply the "refs.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason1-2/+3
2023-03-28cocci: apply the "object-store.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason1-1/+1
2023-03-28cocci: apply the "commit-reach.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason1-1/+1
2023-03-28cocci: apply the "cache.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason1-3/+3
2023-03-21setup.h: move declarations for setup.c functions from cache.hElijah Newren1-0/+1
2023-03-21environment.h: move declarations for environment.c functions from cache.hElijah Newren1-0/+1
2023-03-21abspath.h: move absolute path functions from cache.hElijah Newren1-0/+1
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren1-0/+1
2023-03-21treewide: remove unnecessary cache.h inclusion from a few headersElijah Newren1-1/+1