summaryrefslogtreecommitdiffstats
path: root/remote.h
AgeCommit message (Expand)AuthorLines
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
2008-11-11remote: add a new 'origin' variable to the structMiklos Vajna-0/+7
2008-10-18make alloc_ref_from_str() the new alloc_ref()René Scharfe-3/+1
2008-09-25remote.c: make free_ref(), parse_push_refspec() and free_refspecs() static.Nanako Shiraishi-2/+0
2008-08-22remote.c: add a function for deleting a refspec array and use it (twice)Brandon Casey-0/+1
2008-07-02Refactor "tracking statistics" code used by "git checkout"Junio C Hamano-0/+4
2008-05-25Merge branch 'db/clone-in-c'Junio C Hamano-0/+2
2008-05-23Merge branch 'pb/push'Junio C Hamano-0/+1
2008-05-11alloc_ref_from_str(): factor out a common pattern of alloc_ref from stringKrzysztof Kowalczyk-0/+2
2008-05-08Merge branch 'db/learn-HEAD'Junio C Hamano-0/+2
2008-05-04Have a constant extern refspec for "--tags"Daniel Barkalow-0/+2