summaryrefslogtreecommitdiff
path: root/remote.h
AgeCommit message (Expand)AuthorFilesLines
2026-07-22remote: find tracking branches for URL push destinationsHarald Nordgren1-0/+2
2026-06-19fetch: refactor do_fetch handling of followRemoteHEADMatt Hunter1-6/+8
2026-06-09Merge branch 'ua/push-remote-group'Junio C Hamano1-2/+14
2026-05-20remote: add remote.*.negotiationInclude configDerrick Stolee1-0/+1
2026-05-20remote: add remote.*.negotiationRestrict configDerrick Stolee1-0/+1
2026-05-04remote: move remote group resolution to remote.cUsman Akinyemi1-0/+12
2026-05-04remote: fix sign-compare warnings in push_cas_optionUsman Akinyemi1-2/+2
2026-01-19remote: always allocate branch.push_tracking_refJeff King1-1/+1
2025-06-23submodule: look up remotes by URL firstJacob Keller1-0/+1
2025-06-23submodule--helper: improve logic for fallback remote nameJacob Keller1-0/+3
2025-06-23remote: remove branch->merge_name and fix branch_release()Jacob Keller1-2/+2
2025-03-25remote: allow `guess_remote_head()` to suppress adviceJustin Tobler1-4/+7
2025-02-14Merge branch 'tc/clone-single-revision'Junio C Hamano1-0/+5
2025-02-12Merge branch 'ms/remote-valid-remote-name'Junio C Hamano1-0/+2
2025-02-12Merge branch 'ms/refspec-cleanup'Junio C Hamano1-15/+0
2025-02-06clone: introduce struct clone_opts in builtin/clone.cToon Claes1-0/+5
2025-02-04remote: relocate valid_remote_nameMeet Soni1-0/+2
2025-02-04refspec: relocate apply_refspecs and related funtionsMeet Soni1-11/+0
2025-02-04remote: rename query_refspecs functionsMeet Soni1-1/+1
2025-02-04remote: rename function omit_name_by_refspecMeet Soni1-5/+1
2025-02-03Merge branch 'ps/3.0-remote-deprecation'Junio C Hamano1-0/+2
2025-01-24remote: announce removal of "branches/" and "remotes/"Patrick Steinhardt1-0/+2
2024-12-06fetch set_head: add warn-if-not-$branch optionBence Ferdinandy1-0/+1
2024-12-02fetch: add configuration for set_head behaviourBence Ferdinandy1-0/+9
2024-10-15Merge branch 'xx/remote-server-option-config'Taylor Blau1-0/+3
2024-10-08remote: introduce remote.<name>.serverOption configurationXing Xin1-0/+3
2024-09-30remote: fix leaking push reportsPatrick Steinhardt1-1/+3
2024-09-25send-pack: free cas options before exitJeff King1-0/+1
2024-09-09ref-filter: fix leak when formatting %(push:remoteref)Jeff King1-1/+1
2024-07-02Merge branch 'jk/remote-wo-url'Junio C Hamano1-9/+4
2024-07-02Merge branch 'ps/use-the-repository'Junio C Hamano1-1/+1
2024-06-20Merge branch 'jc/heads-are-branches'Junio C Hamano1-1/+1
2024-06-14hash-ll: merge with "hash.h"Patrick Steinhardt1-1/+1
2024-06-14remote: simplify url/pushurl selectionJeff King1-0/+1
2024-06-14remote: use strvecs to store remote url/pushurlJeff King1-9/+3
2024-06-04refs: call branches branchesJunio C Hamano1-1/+1
2024-05-27config: clarify memory ownership in `git_config_string()`Patrick Steinhardt1-4/+4
2024-01-02Merge branch 'jc/retire-cas-opt-name-constant'Junio C Hamano1-2/+0
2023-12-19remote.h: retire CAS_OPT_NAMEJunio C Hamano1-2/+0
2023-12-12builtin/clone: skip reading HEAD when retrieving remotePatrick Steinhardt1-0/+1
2023-07-13wt-status: don't show divergence advice when committingAlex Henrie1-1/+2
2023-06-21hash-ll, hashmap: move oidhash() to hash-llElijah Newren1-0/+1
2023-03-30Merge branch 'sg/parse-options-h-users'Junio C Hamano1-1/+1
2023-03-20treewide: remove unnecessary inclusions of parse-options.h from headersSZEDER Gábor1-1/+1
2023-02-23treewide: remove unnecessary cache.h includesElijah Newren1-1/+0
2022-12-25clone: request the 'bundle-uri' command when availableÆvar Arnfjörð Bjarmason1-0/+5
2022-08-03Merge branch 'rs/mergesort'Junio C Hamano1-2/+0
2022-07-17fetch-pack: use DEFINE_LIST_SORTRené Scharfe1-2/+0
2022-06-17remote: handle negative refspecs in git remote showJacob Keller1-0/+6
2022-05-16remote: allow relative_url() to return an absolute urlDerrick Stolee1-0/+1