summaryrefslogtreecommitdiffstats
path: root/remote.c
AgeCommit message (Expand)AuthorLines
2024-12-23Merge branch 'sk/calloc-not-malloc-plus-memset'Junio C Hamano-2/+2
2024-12-23Merge branch 'ps/build-sign-compare'Junio C Hamano-0/+1
2024-12-18git: use calloc instead of malloc + memset where possibleSeija Kijin-2/+2
2024-12-06global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt-0/+1
2024-12-06fetch set_head: add warn-if-not-$branch optionBence Ferdinandy-2/+11
2024-12-02fetch: add configuration for set_head behaviourBence Ferdinandy-0/+9
2024-10-15Merge branch 'xx/remote-server-option-config'Taylor Blau-0/+6
2024-10-08remote: introduce remote.<name>.serverOption configurationXing Xin-0/+6
2024-09-30remote: fix leaking push reportsPatrick Steinhardt-0/+15
2024-09-25send-pack: free cas options before exitJeff King-1/+1
2024-09-20Merge branch 'ps/leakfixes-part-6'Junio C Hamano-1/+5
2024-09-09ref-filter: fix leak when formatting %(push:remoteref)Jeff King-4/+4
2024-09-05remote: fix leak in reachability check of a remote-tracking refPatrick Steinhardt-0/+1
2024-09-05remote: fix leaking tracking refsPatrick Steinhardt-1/+4
2024-08-23Merge branch 'ps/leakfixes-part-4'Junio C Hamano-0/+2
2024-08-22remote: fix leaking peer ref when expanding refmapPatrick Steinhardt-0/+2
2024-08-22remote: fix leaks when matching refspecsPatrick Steinhardt-14/+29
2024-08-22remote: fix leaking config stringsPatrick Steinhardt-2/+38
2024-08-20Merge branch 'ps/leakfixes-part-4' into ps/leakfixes-part-5Junio C Hamano-0/+2
2024-08-14remote: plug memory leak when aliasing URLsPatrick Steinhardt-0/+2
2024-08-09refs: add referent to each_ref_fnJohn Cai-2/+2
2024-07-02Merge branch 'jk/remote-wo-url'Junio C Hamano-42/+52
2024-06-14global: introduce `USE_THE_REPOSITORY_VARIABLE` macroPatrick Steinhardt-0/+2
2024-06-14hash: require hash algorithm in `oidread()` and `oidclr()`Patrick Steinhardt-4/+4
2024-06-14remote: always require at least one url in a remoteJeff King-1/+1
2024-06-14remote: allow resetting url listJeff King-2/+8
2024-06-14remote: simplify url/pushurl selectionJeff King-0/+5
2024-06-14remote: use strvecs to store remote url/pushurlJeff King-31/+21
2024-06-14remote: transfer ownership of memory in add_url(), etcJeff King-14/+19
2024-06-14remote: refactor alias_url() memory ownershipJeff King-11/+15
2024-06-06Merge branch 'ps/leakfixes'Junio C Hamano-10/+10
2024-06-03Merge branch 'th/push-local-ff-check-without-lazy-fetch'Junio C Hamano-1/+1
2024-05-27config: clarify memory ownership in `git_config_string()`Patrick Steinhardt-10/+10
2024-05-22push: don't fetch commit object when checking existenceTom Hughes-1/+1
2024-05-17refs: drop `git_default_branch_name()`Patrick Steinhardt-4/+8
2024-05-07cocci: apply rules to rewrite callers of "refs" interfacesPatrick Steinhardt-14/+24
2024-03-11Merge branch 'js/merge-base-with-missing-commit'Junio C Hamano-1/+1
2024-02-28commit-reach(repo_in_merge_bases_many): optionally expect missing commitsJohannes Schindelin-1/+1
2024-02-26Merge branch 'rs/use-xstrncmpz'Junio C Hamano-3/+2
2024-02-12use xstrncmpz()René Scharfe-3/+2
2024-01-08Merge branch 'en/header-cleanup'Junio C Hamano-1/+0
2023-12-26treewide: remove unnecessary includes in source filesElijah Newren-1/+0
2023-12-12builtin/clone: skip reading HEAD when retrieving remotePatrick Steinhardt-10/+16
2023-07-25Merge branch 'ah/advise-force-pushing'Junio C Hamano-3/+5
2023-07-17Merge branch 'cw/compat-util-header-cleanup'Junio C Hamano-1/+0
2023-07-13remote: don't imply that integration is always required before pushingAlex Henrie-1/+1
2023-07-13wt-status: don't show divergence advice when committingAlex Henrie-2/+4
2023-07-06Merge branch 'gc/config-context'Junio C Hamano-3/+5
2023-07-05git-compat-util: move alloc macros to git-compat-util.hCalvin Wan-1/+0
2023-06-29Merge branch 'en/header-split-cache-h-part-3'Junio C Hamano-1/+2