Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-01-03Merge branch 'jc/retire-cas-opt-name-constant'Junio C Hamano
2023-12-19remote.h: retire CAS_OPT_NAMEJunio C Hamano
2023-12-12builtin/clone: skip reading HEAD when retrieving remotePatrick Steinhardt
2023-07-13wt-status: don't show divergence advice when committingAlex Henrie
2023-06-21hash-ll, hashmap: move oidhash() to hash-llElijah Newren
2023-03-30Merge branch 'sg/parse-options-h-users'Junio C Hamano
2023-03-20treewide: remove unnecessary inclusions of parse-options.h from headersSZEDER Gábor
2023-02-24treewide: remove unnecessary cache.h includesElijah Newren
2022-12-25clone: request the 'bundle-uri' command when availableÆvar Arnfjörð Bjarmason
2022-08-03Merge branch 'rs/mergesort'Junio C Hamano
2022-07-18fetch-pack: use DEFINE_LIST_SORTRené Scharfe
2022-06-17remote: handle negative refspecs in git remote showJacob Keller
2022-05-17remote: allow relative_url() to return an absolute urlDerrick Stolee
2022-05-17remote: move relative_url()Derrick Stolee
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-06connect, transport: encapsulate arg in structJonathan Tan
2021-01-12fetch: extract writing to FETCH_HEADPatrick Steinhardt
2020-10-28Merge branch 'sk/force-if-includes'Junio C Hamano
2020-10-06Merge branch 'jk/refspecs-negative'Junio C Hamano
2020-10-03push: add reflog check for "--force-if-includes"Srinidhi Kaushik
2020-10-01refspec: add support for negative refspecsJacob Keller
2020-09-26Merge 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-29argv-array: rename to strvecJeff King
2020-05-25stateless-connect: send response end packetDenton Liu
2020-03-04remote: 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-21commit-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-18remote: convert check_push_refs to take a struct refspecBrandon Williams
2018-05-18remote: convert match_push_refs to take a struct refspecBrandon Williams
2018-05-18remote: convert query_refspecs to take a struct refspecBrandon Williams
2018-05-18remote: convert apply_refspecs to take a struct refspecBrandon Williams
2018-05-18remote: convert get_stale_heads to take a struct refspecBrandon Williams
2018-05-18remote: remove add_prune_tags_to_fetch_refspecBrandon Williams
2018-05-18remote: convert fetch refspecs to struct refspecBrandon Williams