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
2019-05-08Merge branch 'dr/ref-filter-push-track-fix'Junio C Hamano
2019-04-18ref-filter: use correct branch for %(push:track)Damien Robert
2019-04-15remote.c: make singular free_ref() publicJeff King
2019-01-29Merge branch 'jk/remote-insteadof-cleanup'Junio C Hamano
2019-01-12remote: check config validity before creating rewrite structJeff King
2019-01-05Merge branch 'ab/push-dwim-dst'Junio C Hamano
2019-01-05Merge branch 'nd/i18n'Junio C Hamano
2018-11-14push: add an advice on unqualified <dst> pushÆvar Arnfjörð Bjarmason
2018-11-14push: move unqualified refname error into a functionÆvar Arnfjörð Bjarmason
2018-11-14push: improve the error shown on unqualified <dst> pushÆvar Arnfjörð Bjarmason
2018-11-14i18n: remote.c: mark error(...) messages for translationÆvar Arnfjörð Bjarmason
2018-11-14remote.c: add braces in anticipation of a follow-up changeÆvar Arnfjörð Bjarmason
2018-11-12remote.c: mark messages for translationNguyễn Thái Ngọc Duy
2018-11-12remote.c: turn some error() or die() to BUG()Nguyễn Thái Ngọc Duy
2018-11-02remote: make add_missing_tags() linearDerrick Stolee
2018-10-19Merge branch 'nd/the-index'Junio C Hamano
2018-09-21revision.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy
2018-09-17Merge branch 'jk/cocci'Junio C Hamano
2018-09-17Merge branch 'ds/reachable'Junio C Hamano
2018-08-29convert "oidcmp() != 0" to "!oideq()"Jeff King
2018-08-29convert "oidcmp() == 0" to oideq()Jeff King
2018-08-17Merge branch 'jt/refspec-dwim-precedence-fix'Junio C Hamano
2018-08-03Merge branch 'sb/object-store-lookup'Junio C Hamano
2018-08-02remote: make refspec follow the same disambiguation rule as local refsJunio C Hamano
2018-07-25Merge branch 'jt/connectivity-check-after-unshallow'Junio C Hamano
2018-07-21commit-reach: move ref_newer from remote.cDerrick Stolee
2018-07-21commit.h: remove method declarationsDerrick Stolee
2018-07-18Merge branch 'sb/object-store-grafts'Junio C Hamano
2018-06-29tag: add repository argument to deref_tagStefan Beller
2018-06-29commit: add repository argument to lookup_commit_referenceStefan Beller
2018-06-29commit: add repository argument to lookup_commit_reference_gentlyStefan Beller
2018-06-29object: add repository argument to parse_objectStefan Beller
2018-06-29Merge branch 'sb/object-store-grafts' into sb/object-store-lookupJunio C Hamano
2018-06-28fetch-pack: implement ref-in-wantBrandon Williams
2018-05-30Merge branch 'bw/ref-prefix-for-configured-refspec'Junio C Hamano
2018-05-30Merge branch 'js/use-bug-macro'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 match_explicit_refs to take a struct refspecBrandon Williams
2018-05-18remote: convert get_ref_match 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
2018-05-18remote: convert push refspecs to struct refspecBrandon Williams
2018-05-18remote: convert match_push_refs to use struct refspecBrandon Williams
2018-05-18remote: convert check_push_refs to use struct refspecBrandon Williams
2018-05-18refspec: rename struct refspec to struct refspec_itemBrandon Williams
2018-05-18refspec: move refspec parsing logic into its own fileBrandon Williams