summaryrefslogtreecommitdiff
path: root/remote.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|/ /
* | sha1_file: convert sha1_object_info* to object_idbrian m. carlson2018-03-141-1/+1
|/
* Merge branch 'jh/status-no-ahead-behind'Junio C Hamano2018-03-081-16/+34
|\
| * status: support --no-ahead-behind in long formatjh/status-no-ahead-behindJeff Hostetler2018-01-241-5/+13
| * status: add --[no-]ahead-behind to status and commit for V2 format.Jeff Hostetler2018-01-241-0/+2
| * stat_tracking_info: return +1 when branches not equalJeff Hostetler2018-01-241-13/+21
* | Merge branch 'bw/c-plus-plus'Junio C Hamano2018-03-061-10/+10
|\ \
| * | remote: rename 'new' variablesBrandon Williams2018-02-221-10/+10
| |/
* | fetch: add a --prune-tags option and fetch.pruneTags configÆvar Arnfjörð Bjarmason2018-02-091-0/+14
* | remote: add a macro for "refs/tags/*:refs/tags/*"Ævar Arnfjörð Bjarmason2018-02-091-0/+1
|/
* Merge branch 'js/for-each-ref-remote-name-and-ref'Junio C Hamano2017-11-151-0/+30
|\
| * for-each-ref: let upstream/push report the remote ref nameJ Wyman2017-11-081-0/+30
* | refs: convert dwim_ref and expand_ref to struct object_idbrian m. carlson2017-10-161-1/+1
* | refs: convert read_ref and read_ref_full to object_idbrian m. carlson2017-10-161-3/+3
|/
* refs: pass NULL to resolve_ref_unsafe() if hash is not neededRené Scharfe2017-09-241-8/+4
* Merge branch 'ma/up-to-date'Junio C Hamano2017-09-101-1/+1
|\
| * treewide: correct several "up-to-date" to "up to date"ma/up-to-dateMartin Ågren2017-08-231-1/+1
* | Merge branch 'sb/hashmap-cleanup'Junio C Hamano2017-08-111-4/+8
|\ \
| * | remote.c: drop hashmap_cmp_fn castStefan Beller2017-07-051-4/+8
| |/
* | Merge branch 'bc/object-id'Junio C Hamano2017-08-111-4/+4
|\ \ | |/ |/|
| * sha1_name: convert get_sha1* to get_oid*brian m. carlson2017-07-171-1/+1