summaryrefslogtreecommitdiffstats
path: root/remote.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'xx/remote-server-option-config'Taylor Blau2024-10-151-0/+3
|\
| * remote: introduce remote.<name>.serverOption configurationXing Xin2024-10-081-0/+3
* | remote: fix leaking push reportsPatrick Steinhardt2024-09-301-1/+3
|/
* send-pack: free cas options before exitJeff King2024-09-251-0/+1
* ref-filter: fix leak when formatting %(push:remoteref)Jeff King2024-09-101-1/+1
* Merge branch 'jk/remote-wo-url'Junio C Hamano2024-07-021-9/+4
|\
| * remote: simplify url/pushurl selectionJeff King2024-06-141-0/+1
| * remote: use strvecs to store remote url/pushurlJeff King2024-06-141-9/+3
* | Merge branch 'ps/use-the-repository'Junio C Hamano2024-07-021-1/+1
|\ \
| * | hash-ll: merge with "hash.h"Patrick Steinhardt2024-06-141-1/+1
| |/
* | Merge branch 'jc/heads-are-branches'Junio C Hamano2024-06-211-1/+1
|\ \ | |/ |/|
| * refs: call branches branchesJunio C Hamano2024-06-051-1/+1
* | config: clarify memory ownership in `git_config_string()`Patrick Steinhardt2024-05-271-4/+4
|/
* Merge branch 'jc/retire-cas-opt-name-constant'Junio C Hamano2024-01-021-2/+0
|\
| * remote.h: retire CAS_OPT_NAMEJunio C Hamano2023-12-191-2/+0
* | builtin/clone: skip reading HEAD when retrieving remotePatrick Steinhardt2023-12-121-0/+1
* | wt-status: don't show divergence advice when committingAlex Henrie2023-07-131-1/+2
* | hash-ll, hashmap: move oidhash() to hash-llElijah Newren2023-06-211-0/+1
|/
* Merge branch 'sg/parse-options-h-users'Junio C Hamano2023-03-301-1/+1
|\
| * treewide: remove unnecessary inclusions of parse-options.h from headersSZEDER Gábor2023-03-201-1/+1
* | treewide: remove unnecessary cache.h includesElijah Newren2023-02-241-1/+0
|/
* clone: request the 'bundle-uri' command when availableÆvar Arnfjörð Bjarmason2022-12-251-0/+5
* Merge branch 'rs/mergesort'Junio C Hamano2022-08-031-2/+0
|\
| * fetch-pack: use DEFINE_LIST_SORTRené Scharfe2022-07-181-2/+0
* | remote: handle negative refspecs in git remote showJacob Keller2022-06-171-0/+6
* | remote: allow relative_url() to return an absolute urlDerrick Stolee2022-05-171-0/+1
* | remote: move relative_url()Derrick Stolee2022-05-171-0/+31
|/
* remote: die if branch is not found in repositoryGlen Choo2021-11-191-3/+2
* remote: use remote_state parameter internallyGlen Choo2021-11-191-0/+2
* remote: move static variables into per-repository structGlen Choo2021-11-191-0/+34
* Merge branch 'jt/clone-unborn-head'Junio C Hamano2021-02-181-1/+3
|\
| * connect, transport: encapsulate arg in structJonathan Tan2021-02-051-1/+3
* | fetch: extract writing to FETCH_HEADPatrick Steinhardt2021-01-121-1/+1
|/
* Merge branch 'sk/force-if-includes'Junio C Hamano2020-10-271-1/+11
|\
| * push: add reflog check for "--force-if-includes"Srinidhi Kaushik2020-10-031-1/+11
* | Merge branch 'jk/refspecs-negative'Junio C Hamano2020-10-051-1/+8
|\ \ | |/ |/|
| * refspec: add support for negative refspecsJacob Keller2020-09-301-1/+8
* | Merge branch 'jx/proc-receive-hook'Junio C Hamano2020-09-261-0/+9
|\ \ | |/ |/|
| * New capability "report-status-v2" for git-pushJiang Xin2020-08-271-0/+1
| * receive-pack: add new proc-receive hookJiang Xin2020-08-271-0/+8
* | argv-array: rename to strvecJeff King2020-07-291-2/+2
* | stateless-connect: send response end packetDenton Liu2020-05-251-1/+2
|/
* remote: drop "explicit" parameter from remote_ref_for_branch()Jeff King2020-03-031-2/+1
* remote: move doc to remote.h and refspec.hHeba Waly2019-11-181-3/+54
* hashmap_entry: remove first member requirement from docsEric Wong2019-10-071-1/+1
* Merge branch 'dl/no-extern-in-func-decl'Junio C Hamano2019-05-131-12/+12
|\
| * *.[ch]: manually align parameter listsDenton Liu2019-05-051-6/+6
| * *.[ch]: remove extern from function declarations using spatchDenton Liu2019-05-051-6/+6
* | Merge branch 'dr/ref-filter-push-track-fix'Junio C Hamano2019-05-081-1/+2
|\ \
| * | ref-filter: use correct branch for %(push:track)Damien Robert2019-04-181-1/+2
| |/