summaryrefslogtreecommitdiff
path: root/remote.c
AgeCommit message (Expand)AuthorFilesLines
2025-03-05Merge branch 'ps/path-sans-the-repository'Junio C Hamano1-9/+12
2025-02-28path: drop `git_path()` in favor of `repo_git_path()`Patrick Steinhardt1-9/+12
2025-02-18refspec: clarify function naming and documentationMeet Soni1-3/+3
2025-02-14Merge branch 'tc/clone-single-revision'Junio C Hamano1-1/+1
2025-02-12Merge branch 'ms/remote-valid-remote-name'Junio C Hamano1-0/+10
2025-02-12Merge branch 'ms/refspec-cleanup'Junio C Hamano1-203/+2
2025-02-06clone: introduce struct clone_opts in builtin/clone.cToon Claes1-1/+1
2025-02-04remote: relocate valid_remote_nameMeet Soni1-0/+10
2025-02-04refspec: relocate apply_refspecs and related funtionsMeet Soni1-31/+0
2025-02-04refspec: relocate matching related functionsMeet Soni1-122/+0
2025-02-04remote: rename query_refspecs functionsMeet Soni1-10/+10
2025-02-04refspec: relocate refname_matches_negative_refspec_itemMeet Soni1-48/+0
2025-02-04remote: rename function omit_name_by_refspecMeet Soni1-4/+4
2025-02-03Merge branch 'ps/3.0-remote-deprecation'Junio C Hamano1-0/+26
2025-01-24remote: announce removal of "branches/" and "remotes/"Patrick Steinhardt1-0/+26
2024-12-27commit-reach: use `size_t` to track indices in `get_reachable_subset()`Patrick Steinhardt1-2/+2
2024-12-23Merge branch 'sk/calloc-not-malloc-plus-memset'Junio C Hamano1-2/+2
2024-12-23Merge branch 'ps/build-sign-compare'Junio C Hamano1-0/+1
2024-12-18git: use calloc instead of malloc + memset where possibleSeija Kijin1-2/+2
2024-12-06global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt1-0/+1
2024-12-06fetch set_head: add warn-if-not-$branch optionBence Ferdinandy1-2/+11
2024-12-02fetch: add configuration for set_head behaviourBence Ferdinandy1-0/+9
2024-10-15Merge branch 'xx/remote-server-option-config'Taylor Blau1-0/+6
2024-10-08remote: introduce remote.<name>.serverOption configurationXing Xin1-0/+6
2024-09-30remote: fix leaking push reportsPatrick Steinhardt1-0/+15
2024-09-25send-pack: free cas options before exitJeff King1-1/+1
2024-09-20Merge branch 'ps/leakfixes-part-6'Junio C Hamano1-1/+5
2024-09-09ref-filter: fix leak when formatting %(push:remoteref)Jeff King1-4/+4
2024-09-05remote: fix leak in reachability check of a remote-tracking refPatrick Steinhardt1-0/+1
2024-09-05remote: fix leaking tracking refsPatrick Steinhardt1-1/+4
2024-08-23Merge branch 'ps/leakfixes-part-4'Junio C Hamano1-0/+2
2024-08-22remote: fix leaking peer ref when expanding refmapPatrick Steinhardt1-0/+2
2024-08-22remote: fix leaks when matching refspecsPatrick Steinhardt1-14/+29
2024-08-22remote: fix leaking config stringsPatrick Steinhardt1-2/+38
2024-08-20Merge branch 'ps/leakfixes-part-4' into ps/leakfixes-part-5Junio C Hamano1-0/+2
2024-08-14remote: plug memory leak when aliasing URLsPatrick Steinhardt1-0/+2
2024-08-09refs: add referent to each_ref_fnJohn Cai1-2/+2
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