summaryrefslogtreecommitdiffstats
path: root/remote.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'jk/remote-insteadof-cleanup'Junio C Hamano2019-01-291-2/+2
|\
| * remote: check config validity before creating rewrite structJeff King2019-01-111-2/+2
* | Merge branch 'ab/push-dwim-dst'Junio C Hamano2019-01-041-13/+68
|\ \
| * | push: add an advice on unqualified <dst> pushÆvar Arnfjörð Bjarmason2018-11-141-0/+37
| * | push: move unqualified refname error into a functionÆvar Arnfjörð Bjarmason2018-11-141-16/+22
| * | push: improve the error shown on unqualified <dst> pushÆvar Arnfjörð Bjarmason2018-11-141-6/+16
| * | i18n: remote.c: mark error(...) messages for translationÆvar Arnfjörð Bjarmason2018-11-141-17/+18
| * | remote.c: add braces in anticipation of a follow-up changeÆvar Arnfjörð Bjarmason2018-11-141-7/+9
* | | Merge branch 'nd/i18n'Junio C Hamano2019-01-041-24/+25
|\ \ \ | |/ / |/| |
| * | remote.c: mark messages for translationNguyễn Thái Ngọc Duy2018-11-121-21/+22
| * | remote.c: turn some error() or die() to BUG()Nguyễn Thái Ngọc Duy2018-11-121-3/+3
* | | remote: make add_missing_tags() linearDerrick Stolee2018-11-031-1/+33
|/ /
* | Merge branch 'nd/the-index'Junio C Hamano2018-10-191-1/+1
|\ \
| * | revision.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy2018-09-211-1/+1
| |/
* | Merge branch 'jk/cocci'Junio C Hamano2018-09-171-4/+4
|\ \
| * | convert "oidcmp() != 0" to "!oideq()"Jeff King2018-08-291-1/+1
| * | convert "oidcmp() == 0" to oideq()Jeff King2018-08-291-3/+3
| |/
* | Merge branch 'ds/reachable'Junio C Hamano2018-09-171-49/+1
|\ \ | |/ |/|
| * commit-reach: move ref_newer from remote.cDerrick Stolee2018-07-201-49/+0
| * commit.h: remove method declarationsDerrick Stolee2018-07-201-0/+1
* | Merge branch 'jt/refspec-dwim-precedence-fix'Junio C Hamano2018-08-171-3/+10
|\ \
| * | remote: make refspec follow the same disambiguation rule as local refsJunio C Hamano2018-08-021-3/+10
* | | Merge branch 'sb/object-store-lookup'Junio C Hamano2018-08-021-8/+11
|\ \ \ | | |/ | |/|
| * | tag: add repository argument to deref_tagStefan Beller2018-06-291-2/+4
| * | commit: add repository argument to lookup_commit_referenceStefan Beller2018-06-291-2/+2
| * | commit: add repository argument to lookup_commit_reference_gentlyStefan Beller2018-06-291-4/+5
| * | object: add repository argument to parse_objectStefan Beller2018-06-291-2/+2
| * | Merge branch 'sb/object-store-grafts' into sb/object-store-lookupJunio C Hamano2018-06-291-0/+1
| |\ \
* | \ \ Merge branch 'jt/connectivity-check-after-unshallow'Junio C Hamano2018-07-241-0/+1
|\ \ \ \
| * | | | fetch-pack: implement ref-in-wantBrandon Williams2018-06-281-0/+1
| |/ / /
* | | | Merge branch 'sb/object-store-grafts'Junio C Hamano2018-07-181-0/+1
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | object-store: move object access functions to object-store.hStefan Beller2018-05-161-0/+1
* | | Merge branch 'bw/ref-prefix-for-configured-refspec'Junio C Hamano2018-05-301-274/+79
|\ \ \
| * | | remote: convert check_push_refs to take a struct refspecBrandon Williams2018-05-181-9/+5
| * | | remote: convert match_push_refs to take a struct refspecBrandon Williams2018-05-181-13/+8
| * | | remote: convert match_explicit_refs to take a struct refspecBrandon Williams2018-05-181-5/+4
| * | | remote: convert get_ref_match to take a struct refspecBrandon Williams2018-05-181-12/+14
| * | | remote: convert query_refspecs to take a struct refspecBrandon Williams2018-05-181-5/+5
| * | | remote: convert apply_refspecs to take a struct refspecBrandon Williams2018-05-181-9/+6
| * | | remote: convert get_stale_heads to take a struct refspecBrandon Williams2018-05-181-9/+9
| * | | remote: remove add_prune_tags_to_fetch_refspecBrandon Williams2018-05-181-5/+0
| * | | remote: convert fetch refspecs to struct refspecBrandon Williams2018-05-181-26/+12
| * | | remote: convert push refspecs to struct refspecBrandon Williams2018-05-181-21/+14
| * | | remote: convert match_push_refs to use struct refspecBrandon Williams2018-05-181-5/+8
| * | | remote: convert check_push_refs to use struct refspecBrandon Williams2018-05-181-4/+6
| * | | refspec: rename struct refspec to struct refspec_itemBrandon Williams2018-05-181-25/+25
| * | | refspec: move refspec parsing logic into its own fileBrandon Williams2018-05-181-164/+1
* | | | Merge branch 'js/use-bug-macro'Junio C Hamano2018-05-301-1/+1
|\ \ \ \ | |_|/ / |/| | |
| * | | Replace all die("BUG: ...") calls by BUG() onesJohannes Schindelin2018-05-061-1/+1
| |/ /
* / / cache.h: add repository argument to oid_object_infoStefan Beller2018-04-261-1/+1
|/ /