summaryrefslogtreecommitdiffstats
path: root/remote.h
AgeCommit message (Expand)AuthorLines
2015-05-22remote.c: add branch_get_pushJeff King-0/+10
2015-05-22remote.c: return upstream name from stat_tracking_infoJeff King-1/+2
2015-05-21remote.c: report specific errors from branch_get_upstreamJeff King-1/+5
2015-05-21remote.c: introduce branch_get_upstream helperJeff King-0/+7
2015-05-21remote.c: provide per-branch pushremote nameJeff King-0/+2
2015-05-21remote.c: hoist branch.*.remote lookup out of remote_get_1Jeff King-0/+1
2015-05-21remote.c: drop "remote" pointer from "struct branch"Jeff King-1/+0
2015-02-11Merge branch 'jc/unused-symbols'Junio C Hamano-1/+0
2015-01-15remote.c: make clear_cas_option() staticJunio C Hamano-1/+0
2015-01-07send-pack.c: add --atomic command line argumentRonnie Sahlberg-1/+2
2014-07-30use a hashmap to make remotes fasterPatrick Reynolds-0/+3
2014-03-05push: detect local refspec errors earlyJeff King-0/+1
2014-01-17Merge branch 'nd/shallow-clone'Junio C Hamano-5/+4
2013-12-27Merge branch 'jc/push-refmap'Junio C Hamano-0/+2
2013-12-10fetch: support fetching from a shallow repositoryNguyễn Thái Ngọc Duy-0/+1
2013-12-10connect.c: teach get_remote_heads to parse "shallow" linesNguyễn Thái Ngọc Duy-1/+2
2013-12-10remote.h: replace struct extra_have_objects with struct sha1_arrayNguyễn Thái Ngọc Duy-5/+2
2013-12-04push: use remote.$name.push as a refmapJunio C Hamano-0/+2
2013-10-30ref_remove_duplicates(): simplify loop logicMichael Haggerty-2/+6
2013-09-09Merge branch 'jc/push-cas'Junio C Hamano-0/+83
2013-07-22push --force-with-lease: tie it all togetherJunio C Hamano-0/+1
2013-07-22push --force-with-lease: implement logic to populate old_sha1_expect[]Junio C Hamano-0/+6
2013-07-22remote.c: add command line option parser for "--force-with-lease"Junio C Hamano-0/+22
2013-07-18fetch: make --prune configurableMichael Schubert-0/+1
2013-07-08cache.h: move remote/connect API out of itJunio C Hamano-0/+54
2013-04-02remote.c: introduce a way to have different remotes for fetch/pushRamkumar Ramachandra-0/+1
2013-03-25Merge branch 'jc/push-follow-tag'Junio C Hamano-1/+2
2013-03-05push: --follow-tagsJunio C Hamano-1/+2
2013-02-07fetch: fetch objects by their exact SHA-1 object namesJunio C Hamano-0/+1
2012-05-22add sorting infrastructure for list refsJeff King-0/+2
2012-02-22push: add '--prune' optionFelipe Contreras-1/+2
2011-10-26Merge branch 'cn/fetch-prune'Junio C Hamano-1/+1
2011-10-15fetch: honor the user-provided refspecs when pruning refsCarlos Martín Nieto-1/+1
2011-09-12rename "match_refs()" to "match_push_refs()"Junio C Hamano-2/+2
2011-06-07make copy_ref globally availableJeff King-1/+1
2010-05-31enums: omit trailing comma for portabilityGary V. Vaughan-1/+1
2010-01-09refactor ref status logic for pushingTay Ray Chuan-0/+2
2009-12-26Merge branch 'sr/vcs-helper'Junio C Hamano-0/+7
2009-11-17Allow helper to map private ref names into normal namesDaniel Barkalow-0/+5
2009-11-17Add a config option for remotes to specify a foreign vcsDaniel Barkalow-0/+2
2009-11-10remote: refactor some logic into get_stale_heads()Jay Soffian-0/+3
2009-06-20Merge branch 'mg/pushurl'Junio C Hamano-0/+4
2009-06-09Allow push and fetch urls to be differentMichael J Gruber-0/+4
2009-06-01match_refs: search ref list tail internallyClemens Buchacher-1/+1
2009-04-07remote: New function remote_is_configured()Finn Arne Gangstad-0/+1
2009-02-27remote: let guess_remote_head() optionally return all matchesJay Soffian-6/+8
2009-02-26remote: simplify guess_remote_head()Jay Soffian-7/+6
2009-02-26move locate_head() to remote.cJay Soffian-0/+9
2009-02-26move duplicated ref_newer() to remote.cJay Soffian-0/+1
2009-02-26move duplicated get_local_heads() to remote.cJay Soffian-0/+1