summaryrefslogtreecommitdiff
path: root/remote.h
Commit message (Expand)AuthorAgeFilesLines
* 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-231-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-171-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-161-0/+1
* | remote: move relative_url()Derrick Stolee2022-05-161-0/+31
|/
* remote: die if branch is not found in repositoryGlen Choo2021-11-181-3/+2
* remote: use remote_state parameter internallyGlen Choo2021-11-181-0/+2
* remote: move static variables into per-repository structGlen Choo2021-11-181-0/+34
* Merge branch 'jt/clone-unborn-head'Junio C Hamano2021-02-171-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-251-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-281-2/+2
* | stateless-connect: send response end packetDenton Liu2020-05-241-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-091-1/+2
|\ \
| * | ref-filter: use correct branch for %(push:track)Damien Robert2019-04-181-1/+2
| |/
* | remote.c: make singular free_ref() publicJeff King2019-04-151-1/+3
|/
* Merge branch 'ds/reachable'Junio C Hamano2018-09-171-1/+0
|\
| * commit-reach: move ref_newer from remote.cDerrick Stolee2018-07-201-1/+0
* | Add missing includes and forward declarationsElijah Newren2018-08-151-0/+1
* | fetch-pack: implement ref-in-wantBrandon Williams2018-06-281-0/+1
|/
* Merge branch 'bw/ref-prefix-for-configured-refspec'Junio C Hamano2018-05-301-39/+11
|\
| * remote: convert check_push_refs to take a struct refspecBrandon Williams2018-05-181-1/+1
| * remote: convert match_push_refs to take a struct refspecBrandon Williams2018-05-181-1/+1
| * remote: convert query_refspecs to take a struct refspecBrandon Williams2018-05-181-1/+1
| * remote: convert apply_refspecs to take a struct refspecBrandon Williams2018-05-181-2/+1
| * remote: convert get_stale_heads to take a struct refspecBrandon Williams2018-05-181-1/+1
| * remote: remove add_prune_tags_to_fetch_refspecBrandon Williams2018-05-181-2/+0
| * remote: convert fetch refspecs to struct refspecBrandon Williams2018-05-181-4/+1
| * remote: convert push refspecs to struct refspecBrandon Williams2018-05-181-4/+2
| * refspec: rename struct refspec to struct refspec_itemBrandon Williams2018-05-181-8/+8
| * refspec: move refspec parsing logic into its own fileBrandon Williams2018-05-181-20/+0
| * Merge branch 'bw/protocol-v2'Junio C Hamano2018-05-081-2/+9
| |\
* | | ls-remote: send server options when using protocol v2Brandon Williams2018-04-241-1/+3