summaryrefslogtreecommitdiffstats
path: root/remote.h
AgeCommit message (Expand)AuthorLines
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
2021-11-18remote: move static variables into per-repository structGlen Choo-0/+34
2021-02-17Merge branch 'jt/clone-unborn-head'Junio C Hamano-1/+3
2021-02-05connect, transport: encapsulate arg in structJonathan Tan-1/+3
2021-01-12fetch: extract writing to FETCH_HEADPatrick Steinhardt-1/+1
2020-10-27Merge branch 'sk/force-if-includes'Junio C Hamano-1/+11
2020-10-05Merge branch 'jk/refspecs-negative'Junio C Hamano-1/+8
2020-10-03push: add reflog check for "--force-if-includes"Srinidhi Kaushik-1/+11
2020-09-30refspec: add support for negative refspecsJacob Keller-1/+8