summaryrefslogtreecommitdiff
path: root/remote.c
AgeCommit message (Expand)Author
2018-07-24Merge branch 'jt/connectivity-check-after-unshallow'Junio C Hamano
2018-07-18Merge branch 'sb/object-store-grafts'Junio 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-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 match_explicit_refs to take a struct refspecBrandon Williams
2018-05-17remote: convert get_ref_match 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-17remote: convert match_push_refs to use struct refspecBrandon Williams
2018-05-17remote: convert check_push_refs to use 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-16object-store: move object access functions to object-store.hStefan Beller
2018-05-06Replace all die("BUG: ...") calls by BUG() onesJohannes Schindelin
2018-04-26cache.h: add repository argument to oid_object_infoStefan Beller
2018-03-14sha1_file: convert sha1_object_info* to object_idbrian m. carlson
2018-03-08Merge branch 'jh/status-no-ahead-behind'Junio C Hamano
2018-03-06Merge branch 'bw/c-plus-plus'Junio C Hamano
2018-02-22remote: rename 'new' variablesBrandon Williams
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
2017-11-15Merge branch 'js/for-each-ref-remote-name-and-ref'Junio C Hamano
2017-11-08for-each-ref: let upstream/push report the remote ref nameJ Wyman
2017-10-16refs: convert dwim_ref and expand_ref to struct object_idbrian m. carlson
2017-10-16refs: convert read_ref and read_ref_full to object_idbrian m. carlson
2017-09-24refs: pass NULL to resolve_ref_unsafe() if hash is not neededRené Scharfe
2017-09-10Merge branch 'ma/up-to-date'Junio C Hamano
2017-08-23treewide: correct several "up-to-date" to "up to date"Martin Ågren
2017-08-11Merge branch 'sb/hashmap-cleanup'Junio C Hamano
2017-08-11Merge branch 'bc/object-id'Junio C Hamano
2017-07-17sha1_name: convert get_sha1* to get_oid*brian m. carlson
2017-07-17remote: convert struct push_cas to struct object_idbrian m. carlson
2017-07-05remote.c: drop hashmap_cmp_fn castStefan Beller
2017-06-30hashmap.h: compare function has access to a data fieldStefan Beller
2017-06-24Merge branch 'bw/config-h'Junio C Hamano
2017-06-15config: don't include config.h by defaultBrandon Williams
2017-06-13Merge branch 'nd/fopen-errors'Junio C Hamano
2017-06-05Merge branch 'jk/drop-free-refspecs'Junio C Hamano
2017-06-02Merge branch 'js/bs-is-a-dir-sep-on-windows'Junio C Hamano
2017-06-01remote: drop free_refspecs() functionJeff King