summaryrefslogtreecommitdiff
path: root/remote.h
AgeCommit message (Expand)Author
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
2011-10-16fetch: honor the user-provided refspecs when pruning refsCarlos Martín Nieto
2011-09-12rename "match_refs()" to "match_push_refs()"Junio C Hamano
2011-06-07make copy_ref globally availableJeff King
2010-05-31enums: omit trailing comma for portabilityGary V. Vaughan
2010-01-10refactor ref status logic for pushingTay Ray Chuan
2009-12-26Merge branch 'sr/vcs-helper'Junio C Hamano
2009-11-18Allow helper to map private ref names into normal namesDaniel Barkalow
2009-11-18Add a config option for remotes to specify a foreign vcsDaniel Barkalow
2009-11-10remote: refactor some logic into get_stale_heads()Jay Soffian
2009-06-21Merge branch 'mg/pushurl'Junio C Hamano
2009-06-10Allow push and fetch urls to be differentMichael J Gruber
2009-06-02match_refs: search ref list tail internallyClemens Buchacher
2009-04-08remote: New function remote_is_configured()Finn Arne Gangstad
2009-02-27remote: let guess_remote_head() optionally return all matchesJay Soffian
2009-02-26remote: simplify guess_remote_head()Jay Soffian
2009-02-26move locate_head() to remote.cJay Soffian
2009-02-26move duplicated ref_newer() to remote.cJay Soffian
2009-02-26move duplicated get_local_heads() to remote.cJay Soffian