summaryrefslogtreecommitdiffstats
path: root/remote.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Merge branch 'bw/protocol-v2' into HEADJunio C Hamano2018-04-241-2/+9
|\ \ \ | |/ / |/| / | |/
| * connect: request remote refs using v2Brandon Williams2018-03-151-0/+6
| * connect: discover protocol version outside of get_remote_headsBrandon Williams2018-03-141-2/+3
* | Merge branch 'jh/status-no-ahead-behind'Junio C Hamano2018-03-081-2/+10
|\ \
| * | status: support --no-ahead-behind in long formatJeff Hostetler2018-01-241-1/+2
| * | status: add --[no-]ahead-behind to status and commit for V2 format.Jeff Hostetler2018-01-241-2/+3
| * | stat_tracking_info: return +1 when branches not equalJeff Hostetler2018-01-241-1/+7
| |/
* | fetch: add a --prune-tags option and fetch.pruneTags configÆvar Arnfjörð Bjarmason2018-02-091-0/+3
* | remote: add a macro for "refs/tags/*:refs/tags/*"Ævar Arnfjörð Bjarmason2018-02-091-0/+2
|/
* for-each-ref: let upstream/push report the remote ref nameJ Wyman2017-11-081-0/+2
* remote: convert struct push_cas to struct object_idbrian m. carlson2017-07-171-1/+1
* Merge branch 'bw/push-options-recursively-to-submodules'Junio C Hamano2017-04-191-0/+1
|\