summaryrefslogtreecommitdiff
path: root/remote.h
AgeCommit message (Expand)Author
2025-02-14Merge branch 'tc/clone-single-revision'Junio C Hamano
2025-02-12Merge branch 'ms/remote-valid-remote-name'Junio C Hamano
2025-02-12Merge branch 'ms/refspec-cleanup'Junio C Hamano
2025-02-06clone: introduce struct clone_opts in builtin/clone.cToon Claes
2025-02-04remote: relocate valid_remote_nameMeet Soni
2025-02-04refspec: relocate apply_refspecs and related funtionsMeet Soni
2025-02-04remote: rename query_refspecs functionsMeet Soni
2025-02-04remote: rename function omit_name_by_refspecMeet Soni
2025-02-03Merge branch 'ps/3.0-remote-deprecation'Junio C Hamano
2025-01-24remote: announce removal of "branches/" and "remotes/"Patrick Steinhardt
2024-12-06fetch set_head: add warn-if-not-$branch optionBence Ferdinandy
2024-12-02fetch: add configuration for set_head behaviourBence Ferdinandy
2024-10-15Merge branch 'xx/remote-server-option-config'Taylor Blau
2024-10-08remote: introduce remote.<name>.serverOption configurationXing Xin
2024-09-30remote: fix leaking push reportsPatrick Steinhardt
2024-09-25send-pack: free cas options before exitJeff King
2024-09-09ref-filter: fix leak when formatting %(push:remoteref)Jeff King
2024-07-02Merge branch 'jk/remote-wo-url'Junio C Hamano
2024-07-02Merge branch 'ps/use-the-repository'Junio C Hamano
2024-06-20Merge branch 'jc/heads-are-branches'Junio C Hamano
2024-06-14hash-ll: merge with "hash.h"Patrick Steinhardt
2024-06-14remote: simplify url/pushurl selectionJeff King
2024-06-14remote: use strvecs to store remote url/pushurlJeff King
2024-06-04refs: call branches branchesJunio C Hamano
2024-05-27config: clarify memory ownership in `git_config_string()`Patrick Steinhardt
2024-01-02Merge branch 'jc/retire-cas-opt-name-constant'Junio C Hamano
2023-12-19remote.h: retire CAS_OPT_NAMEJunio C Hamano
2023-12-12builtin/clone: skip reading HEAD when retrieving remotePatrick Steinhardt
2023-07-13wt-status: don't show divergence advice when committingAlex Henrie
2023-06-21hash-ll, hashmap: move oidhash() to hash-llElijah Newren
2023-03-30Merge branch 'sg/parse-options-h-users'Junio C Hamano
2023-03-20treewide: remove unnecessary inclusions of parse-options.h from headersSZEDER Gábor
2023-02-23treewide: remove unnecessary cache.h includesElijah Newren
2022-12-25clone: request the 'bundle-uri' command when availableÆvar Arnfjörð Bjarmason
2022-08-03Merge branch 'rs/mergesort'Junio C Hamano
2022-07-17fetch-pack: use DEFINE_LIST_SORTRené Scharfe
2022-06-17remote: handle negative refspecs in git remote showJacob Keller
2022-05-16remote: allow relative_url() to return an absolute urlDerrick Stolee
2022-05-16remote: move relative_url()Derrick Stolee
2021-11-18remote: die if branch is not found in repositoryGlen Choo
2021-11-18remote: use remote_state parameter internallyGlen Choo
2021-11-18remote: move static variables into per-repository structGlen Choo
2021-02-17Merge branch 'jt/clone-unborn-head'Junio C Hamano
2021-02-05connect, transport: encapsulate arg in structJonathan Tan
2021-01-12fetch: extract writing to FETCH_HEADPatrick Steinhardt
2020-10-27Merge branch 'sk/force-if-includes'Junio C Hamano
2020-10-05Merge branch 'jk/refspecs-negative'Junio C Hamano
2020-10-03push: add reflog check for "--force-if-includes"Srinidhi Kaushik
2020-09-30refspec: add support for negative refspecsJacob Keller
2020-09-25Merge branch 'jx/proc-receive-hook'Junio C Hamano