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