summaryrefslogtreecommitdiffstats
path: root/remote.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* send-pack: free cas options before exitJeff King2024-09-251-1/+1
* Merge branch 'ps/leakfixes-part-6'Junio C Hamano2024-09-201-1/+5
|\
| * remote: fix leak in reachability check of a remote-tracking refPatrick Steinhardt2024-09-051-0/+1
| * remote: fix leaking tracking refsPatrick Steinhardt2024-09-051-1/+4
| * Merge branch 'ps/leakfixes-part-4'Junio C Hamano2024-08-231-0/+2
| |\
* | | ref-filter: fix leak when formatting %(push:remoteref)Jeff King2024-09-101-4/+4
* | | remote: fix leaking peer ref when expanding refmapPatrick Steinhardt2024-08-221-0/+2
* | | remote: fix leaks when matching refspecsPatrick Steinhardt2024-08-221-14/+29
* | | remote: fix leaking config stringsPatrick Steinhardt2024-08-221-2/+38
* | | Merge branch 'ps/leakfixes-part-4' into ps/leakfixes-part-5Junio C Hamano2024-08-201-0/+2
|\ \ \ | |/ / |/| / | |/
| * remote: plug memory leak when aliasing URLsPatrick Steinhardt2024-08-141-0/+2
* | refs: add referent to each_ref_fnJohn Cai2024-08-091-2/+2
|/
* Merge branch 'jk/remote-wo-url'Junio C Hamano2024-07-021-42/+52
|\
| * remote: always require at least one url in a remoteJeff King2024-06-141-1/+1
| * remote: allow resetting url listJeff King2024-06-141-2/+8
| * remote: simplify url/pushurl selectionJeff King2024-06-141-0/+5
| * remote: use strvecs to store remote url/pushurlJeff King2024-06-141-31/+21
| * remote: transfer ownership of memory in add_url(), etcJeff King2024-06-141-14/+19
| * remote: refactor alias_url() memory ownershipJeff King2024-06-141-11/+15
* | global: introduce `USE_THE_REPOSITORY_VARIABLE` macroPatrick Steinhardt2024-06-141-0/+2
* | hash: require hash algorithm in `oidread()` and `oidclr()`Patrick Steinhardt2024-06-141-4/+4
|/
* Merge branch 'ps/leakfixes'Junio C Hamano2024-06-061-10/+10
|\
| * config: clarify memory ownership in `git_config_string()`Patrick Steinhardt2024-05-271-10/+10
* | Merge branch 'th/push-local-ff-check-without-lazy-fetch'Junio C Hamano2024-06-031-1/+1
|\ \
| * | push: don't fetch commit object when checking existenceTom Hughes2024-05-221-1/+1
* | | refs: drop `git_default_branch_name()`Patrick Steinhardt2024-05-171-4/+8
| |/ |/|
* | cocci: apply rules to rewrite callers of "refs" interfacesPatrick Steinhardt2024-05-071-14/+24
|/
* Merge branch 'js/merge-base-with-missing-commit'Junio C Hamano2024-03-111-1/+1
|\
| * commit-reach(repo_in_merge_bases_many): optionally expect missing commitsJohannes Schindelin2024-02-281-1/+1
* | Merge branch 'rs/use-xstrncmpz'Junio C Hamano2024-02-271-3/+2
|\ \ | |/ |/|
| * use xstrncmpz()René Scharfe2024-02-121-3/+2
* | Merge branch 'en/header-cleanup'Junio C Hamano2024-01-081-1/+0
|\|
| * treewide: remove unnecessary includes in source filesElijah Newren2023-12-261-1/+0
* | builtin/clone: skip reading HEAD when retrieving remotePatrick Steinhardt2023-12-121-10/+16
|/
* Merge branch 'ah/advise-force-pushing'Junio C Hamano2023-07-251-3/+5
|\
| * remote: don't imply that integration is always required before pushingAlex Henrie2023-07-131-1/+1
| * wt-status: don't show divergence advice when committingAlex Henrie2023-07-131-2/+4
* | Merge branch 'cw/compat-util-header-cleanup'Junio C Hamano2023-07-171-1/+0
|\ \
| * | git-compat-util: move alloc macros to git-compat-util.hCalvin Wan2023-07-051-1/+0
| |/
* | Merge branch 'gc/config-context'Junio C Hamano2023-07-061-3/+5
|\ \ | |/ |/|
| * config.c: pass ctx in configsetsGlen Choo2023-06-281-3/+4
| * config: add ctx arg to config_fn_tGlen Choo2023-06-281-1/+2
* | Merge branch 'en/header-split-cache-h-part-3'Junio C Hamano2023-06-301-1/+2
|\ \ | |/ |/|
| * object-store-ll.h: split this header out of object-store.hElijah Newren2023-06-211-1/+1
| * repository: remove unnecessary include of path.hElijah Newren2023-06-211-0/+1
* | remote: fix a leak in query_matches_negative_refspecRubén Justo2023-06-131-1/+1
|/
* Merge branch 'en/header-split-cache-h'Junio C Hamano2023-04-251-1/+2
|\
| * treewide: remove cache.h inclusion due to object-name.h changesElijah Newren2023-04-111-1/+1
| * object-name.h: move declarations for object-name.c functions from cache.hElijah Newren2023-04-111-0/+1
| * Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano2023-04-041-7/+8
| |\