summaryrefslogtreecommitdiff
path: root/remote.h
AgeCommit message (Expand)Author
2017-11-08for-each-ref: let upstream/push report the remote ref nameJ Wyman
2017-07-17remote: convert struct push_cas to struct object_idbrian m. carlson
2017-04-20Merge branch 'bw/push-options-recursively-to-submodules'Junio C Hamano
2017-04-20Merge branch 'bc/object-id'Junio C Hamano
2017-04-17Merge branch 'jc/unused-symbols'Junio C Hamano
2017-04-11remote: expose parse_push_refspec functionBrandon Williams
2017-03-31remote.[ch]: parse_push_cas_option() can be staticJunio C Hamano
2017-03-31Rename sha1_array to oid_arraybrian m. carlson
2017-03-14Merge branch 'mm/fetch-show-error-message-on-unadvertised-object'Junio C Hamano
2017-03-02fetch-pack: add specific error for fetching an unadvertised objectMatt McCutchen
2017-01-19remote rename: more carefully determine whether a remote is configuredJohannes Schindelin
2016-09-09Merge branch 'jk/push-force-with-lease-creation' into maintJunio C Hamano
2016-08-10Merge branch 'jk/push-force-with-lease-creation'Junio C Hamano
2016-07-26push: allow pushing new branches with --force-with-leaseJohn Keeping
2016-02-16remote: simplify remote_is_configured()Thomas Gummerer
2016-01-26http: allow selection of proxy authentication methodKnut Franke
2015-11-20ref_newer: convert to use struct object_idbrian m. carlson
2015-11-20Convert struct ref to use object_id.brian m. carlson
2015-05-22remote.c: add branch_get_pushJeff King
2015-05-22remote.c: return upstream name from stat_tracking_infoJeff King
2015-05-21remote.c: report specific errors from branch_get_upstreamJeff King
2015-05-21remote.c: introduce branch_get_upstream helperJeff King
2015-05-21remote.c: provide per-branch pushremote nameJeff King
2015-05-21remote.c: hoist branch.*.remote lookup out of remote_get_1Jeff King
2015-05-21remote.c: drop "remote" pointer from "struct branch"Jeff King
2015-02-11Merge branch 'jc/unused-symbols'Junio C Hamano
2015-01-15remote.c: make clear_cas_option() staticJunio C Hamano
2015-01-08send-pack.c: add --atomic command line argumentRonnie Sahlberg
2014-07-30use a hashmap to make remotes fasterPatrick Reynolds
2014-03-05push: detect local refspec errors earlyJeff King
2014-01-17Merge branch 'nd/shallow-clone'Junio C Hamano
2013-12-27Merge branch 'jc/push-refmap'Junio C Hamano
2013-12-11fetch: support fetching from a shallow repositoryNguyễn Thái Ngọc Duy
2013-12-11connect.c: teach get_remote_heads to parse "shallow" linesNguyễn Thái Ngọc Duy
2013-12-11remote.h: replace struct extra_have_objects with struct sha1_arrayNguyễn Thái Ngọc Duy
2013-12-04push: use remote.$name.push as a refmapJunio C Hamano
2013-10-30ref_remove_duplicates(): simplify loop logicMichael Haggerty
2013-09-09Merge branch 'jc/push-cas'Junio C Hamano
2013-07-23push --force-with-lease: tie it all togetherJunio C Hamano
2013-07-23push --force-with-lease: implement logic to populate old_sha1_expect[]Junio C Hamano
2013-07-23remote.c: add command line option parser for "--force-with-lease"Junio C Hamano
2013-07-18fetch: make --prune configurableMichael Schubert
2013-07-08cache.h: move remote/connect API out of itJunio C Hamano
2013-04-02remote.c: introduce a way to have different remotes for fetch/pushRamkumar Ramachandra
2013-03-25Merge branch 'jc/push-follow-tag'Junio C Hamano
2013-03-05push: --follow-tagsJunio C Hamano
2013-02-07fetch: fetch objects by their exact SHA-1 object namesJunio C Hamano
2012-05-22add sorting infrastructure for list refsJeff King
2012-02-23push: add '--prune' optionFelipe Contreras
2011-10-26Merge branch 'cn/fetch-prune'Junio C Hamano