summaryrefslogtreecommitdiffstats
path: root/remote.h
AgeCommit message (Expand)AuthorLines
4 daysMerge branch 'ds/fetch-negotiation-options' into jchJunio C Hamano-0/+2
5 daysremote: add negotiationRequire config as default for --negotiation-requireDerrick Stolee-0/+1
5 daysremote: add remote.*.negotiationRestrict configDerrick Stolee-0/+1
2026-03-25remote: move remote group resolution to remote.cUsman Akinyemi-0/+12
2026-01-19remote: always allocate branch.push_tracking_refJeff King-1/+1
2025-06-23submodule: look up remotes by URL firstJacob Keller-0/+1
2025-06-23submodule--helper: improve logic for fallback remote nameJacob Keller-0/+3
2025-06-23remote: remove branch->merge_name and fix branch_release()Jacob Keller-2/+2
2025-03-25remote: allow `guess_remote_head()` to suppress adviceJustin Tobler-4/+7
2025-02-14Merge branch 'tc/clone-single-revision'Junio C Hamano-0/+5
2025-02-12Merge branch 'ms/remote-valid-remote-name'Junio C Hamano-0/+2
2025-02-12Merge branch 'ms/refspec-cleanup'Junio C Hamano-15/+0
2025-02-06clone: introduce struct clone_opts in builtin/clone.cToon Claes-0/+5
2025-02-04remote: relocate valid_remote_nameMeet Soni-0/+2
2025-02-04refspec: relocate apply_refspecs and related funtionsMeet Soni-11/+0
2025-02-04remote: rename query_refspecs functionsMeet Soni-1/+1
2025-02-04remote: rename function omit_name_by_refspecMeet Soni-5/+1
2025-02-03Merge branch 'ps/3.0-remote-deprecation'Junio C Hamano-0/+2
2025-01-24remote: announce removal of "branches/" and "remotes/"Patrick Steinhardt-0/+2
2024-12-06fetch set_head: add warn-if-not-$branch optionBence Ferdinandy-0/+1
2024-12-02fetch: add configuration for set_head behaviourBence Ferdinandy-0/+9
2024-10-15Merge branch 'xx/remote-server-option-config'Taylor Blau-0/+3
2024-10-08remote: introduce remote.<name>.serverOption configurationXing Xin-0/+3
2024-09-30remote: fix leaking push reportsPatrick Steinhardt-1/+3
2024-09-25send-pack: free cas options before exitJeff King-0/+1
2024-09-09ref-filter: fix leak when formatting %(push:remoteref)Jeff King-1/+1
2024-07-02Merge branch 'jk/remote-wo-url'Junio C Hamano-9/+4
2024-07-02Merge branch 'ps/use-the-repository'Junio C Hamano-1/+1
2024-06-20Merge branch 'jc/heads-are-branches'Junio C Hamano-1/+1
2024-06-14hash-ll: merge with "hash.h"Patrick Steinhardt-1/+1
2024-06-14remote: simplify url/pushurl selectionJeff King-0/+1
2024-06-14remote: use strvecs to store remote url/pushurlJeff King-9/+3
2024-06-04refs: call branches branchesJunio C Hamano-1/+1
2024-05-27config: clarify memory ownership in `git_config_string()`Patrick Steinhardt-4/+4
2024-01-02Merge branch 'jc/retire-cas-opt-name-constant'Junio C Hamano-2/+0
2023-12-19remote.h: retire CAS_OPT_NAMEJunio C Hamano-2/+0
2023-12-12builtin/clone: skip reading HEAD when retrieving remotePatrick Steinhardt-0/+1
2023-07-13wt-status: don't show divergence advice when committingAlex Henrie-1/+2
2023-06-21hash-ll, hashmap: move oidhash() to hash-llElijah Newren-0/+1
2023-03-30Merge branch 'sg/parse-options-h-users'Junio C Hamano-1/+1
2023-03-20treewide: remove unnecessary inclusions of parse-options.h from headersSZEDER Gábor-1/+1
2023-02-23treewide: remove unnecessary cache.h includesElijah Newren-1/+0
2022-12-25clone: request the 'bundle-uri' command when availableÆvar Arnfjörð Bjarmason-0/+5
2022-08-03Merge branch 'rs/mergesort'Junio C Hamano-2/+0
2022-07-17fetch-pack: use DEFINE_LIST_SORTRené Scharfe-2/+0
2022-06-17remote: handle negative refspecs in git remote showJacob Keller-0/+6
2022-05-16remote: allow relative_url() to return an absolute urlDerrick Stolee-0/+1
2022-05-16remote: move relative_url()Derrick Stolee-0/+31
2021-11-18remote: die if branch is not found in repositoryGlen Choo-3/+2
2021-11-18remote: use remote_state parameter internallyGlen Choo-0/+2