summary refs log tree commit diff
path: root/remote.h
AgeCommit message (Expand)AuthorFilesLines
2021-11-18remote: die if branch is not found in repositoryGlen Choo1-3/+2
2021-11-18remote: use remote_state parameter internallyGlen Choo1-0/+2
2021-11-18remote: move static variables into per-repository structGlen Choo1-0/+34
2021-02-17Merge branch 'jt/clone-unborn-head'Junio C Hamano1-1/+3
2021-02-05connect, transport: encapsulate arg in structJonathan Tan1-1/+3
2021-01-12fetch: extract writing to FETCH_HEADPatrick Steinhardt1-1/+1
2020-10-27Merge branch 'sk/force-if-includes'Junio C Hamano1-1/+11
2020-10-05Merge branch 'jk/refspecs-negative'Junio C Hamano1-1/+8
2020-10-03push: add reflog check for "--force-if-includes"Srinidhi Kaushik1-1/+11
2020-09-30refspec: add support for negative refspecsJacob Keller1-1/+8
2020-09-25Merge branch 'jx/proc-receive-hook'Junio C Hamano1-0/+9
2020-08-27New capability "report-status-v2" for git-pushJiang Xin1-0/+1
2020-08-27receive-pack: add new proc-receive hookJiang Xin1-0/+8
2020-07-28argv-array: rename to strvecJeff King1-2/+2
2020-05-24stateless-connect: send response end packetDenton Liu1-1/+2
2020-03-03remote: drop "explicit" parameter from remote_ref_for_branch()Jeff King1-2/+1
2019-11-18remote: move doc to remote.h and refspec.hHeba Waly1-3/+54
2019-10-07hashmap_entry: remove first member requirement from docsEric Wong1-1/+1
2019-05-13Merge branch 'dl/no-extern-in-func-decl'Junio C Hamano1-12/+12
2019-05-09Merge branch 'dr/ref-filter-push-track-fix'Junio C Hamano1-1/+2
2019-05-05*.[ch]: manually align parameter listsDenton Liu1-6/+6
2019-05-05*.[ch]: remove extern from function declarations using spatchDenton Liu1-6/+6
2019-04-18ref-filter: use correct branch for %(push:track)Damien Robert1-1/+2
2019-04-15remote.c: make singular free_ref() publicJeff King1-1/+3
2018-09-17Merge branch 'ds/reachable'Junio C Hamano1-1/+0
2018-08-15Add missing includes and forward declarationsElijah Newren1-0/+1
2018-07-20commit-reach: move ref_newer from remote.cDerrick Stolee1-1/+0
2018-06-28fetch-pack: implement ref-in-wantBrandon Williams1-0/+1
2018-05-30Merge branch 'bw/ref-prefix-for-configured-refspec'Junio C Hamano1-39/+11
2018-05-18remote: convert check_push_refs to take a struct refspecBrandon Williams1-1/+1
2018-05-18remote: convert match_push_refs to take a struct refspecBrandon Williams1-1/+1
2018-05-18remote: convert query_refspecs to take a struct refspecBrandon Williams1-1/+1
2018-05-18remote: convert apply_refspecs to take a struct refspecBrandon Williams1-2/+1
2018-05-18remote: convert get_stale_heads to take a struct refspecBrandon Williams1-1/+1
2018-05-18remote: remove add_prune_tags_to_fetch_refspecBrandon Williams1-2/+0
2018-05-18remote: convert fetch refspecs to struct refspecBrandon Williams1-4/+1
2018-05-18remote: convert push refspecs to struct refspecBrandon Williams1-4/+2
2018-05-18refspec: rename struct refspec to struct refspec_itemBrandon Williams1-8/+8
2018-05-18refspec: move refspec parsing logic into its own fileBrandon Williams1-20/+0
2018-05-08Merge branch 'bw/protocol-v2'Junio C Hamano1-2/+9
2018-04-24ls-remote: send server options when using protocol v2Brandon Williams1-1/+3
2018-04-24Merge branch 'bw/protocol-v2' into HEADJunio C Hamano1-2/+9
2018-03-15connect: request remote refs using v2Brandon Williams1-0/+6
2018-03-14connect: discover protocol version outside of get_remote_headsBrandon Williams1-2/+3
2018-03-08Merge branch 'jh/status-no-ahead-behind'Junio C Hamano1-2/+10
2018-02-09fetch: add a --prune-tags option and fetch.pruneTags configÆvar Arnfjörð Bjarmason1-0/+3
2018-02-09remote: add a macro for "refs/tags/*:refs/tags/*"Ævar Arnfjörð Bjarmason1-0/+2
2018-01-24status: support --no-ahead-behind in long formatJeff Hostetler1-1/+2
2018-01-24status: add --[no-]ahead-behind to status and commit for V2 format.Jeff Hostetler1-2/+3
2018-01-24stat_tracking_info: return +1 when branches not equalJeff Hostetler1-1/+7