summaryrefslogtreecommitdiffstats
path: root/remote.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-07-30use a hashmap to make remotes fasterPatrick Reynolds1-0/+3
2014-03-05push: detect local refspec errors earlyJeff King1-0/+1
2014-01-17Merge branch 'nd/shallow-clone'Junio C Hamano1-5/+4
2013-12-27Merge branch 'jc/push-refmap'Junio C Hamano1-0/+2
2013-12-10fetch: support fetching from a shallow repositoryNguyễn Thái Ngọc Duy1-0/+1
2013-12-10connect.c: teach get_remote_heads to parse "shallow" linesNguyễn Thái Ngọc Duy1-1/+2
2013-12-10remote.h: replace struct extra_have_objects with struct sha1_arrayNguyễn Thái Ngọc Duy1-5/+2
2013-12-04push: use remote.$name.push as a refmapJunio C Hamano1-0/+2
2013-10-30ref_remove_duplicates(): simplify loop logicMichael Haggerty1-2/+6
2013-09-09Merge branch 'jc/push-cas'Junio C Hamano1-0/+83
2013-07-22push --force-with-lease: tie it all togetherJunio C Hamano1-0/+1
2013-07-22push --force-with-lease: implement logic to populate old_sha1_expect[]Junio C Hamano1-0/+6
2013-07-22remote.c: add command line option parser for "--force-with-lease"Junio C Hamano1-0/+22
2013-07-18fetch: make --prune configurableMichael Schubert1-0/+1
2013-07-08cache.h: move remote/connect API out of itJunio C Hamano1-0/+54
2013-04-02remote.c: introduce a way to have different remotes for fetch/pushRamkumar Ramachandra1-0/+1
2013-03-25Merge branch 'jc/push-follow-tag'Junio C Hamano1-1/+2
2013-03-05push: --follow-tagsJunio C Hamano1-1/+2
2013-02-07fetch: fetch objects by their exact SHA-1 object namesJunio C Hamano1-0/+1
2012-05-22add sorting infrastructure for list refsJeff King1-0/+2
2012-02-22push: add '--prune' optionFelipe Contreras1-1/+2
2011-10-26Merge branch 'cn/fetch-prune'Junio C Hamano1-1/+1
2011-10-15fetch: honor the user-provided refspecs when pruning refsCarlos Martín Nieto1-1/+1
2011-09-12rename "match_refs()" to "match_push_refs()"Junio C Hamano1-2/+2
2011-06-07make copy_ref globally availableJeff King1-1/+1
2010-05-31enums: omit trailing comma for portabilityGary V. Vaughan1-1/+1
2010-01-09refactor ref status logic for pushingTay Ray Chuan1-0/+2
2009-12-26Merge branch 'sr/vcs-helper'Junio C Hamano1-0/+7
2009-11-17Allow helper to map private ref names into normal namesDaniel Barkalow1-0/+5
2009-11-17Add a config option for remotes to specify a foreign vcsDaniel Barkalow1-0/+2
2009-11-10remote: refactor some logic into get_stale_heads()Jay Soffian1-0/+3
2009-06-20Merge branch 'mg/pushurl'Junio C Hamano1-0/+4
2009-06-09Allow push and fetch urls to be differentMichael J Gruber1-0/+4
2009-06-01match_refs: search ref list tail internallyClemens Buchacher1-1/+1
2009-04-07remote: New function remote_is_configured()Finn Arne Gangstad1-0/+1
2009-02-27remote: let guess_remote_head() optionally return all matchesJay Soffian1-6/+8
2009-02-26remote: simplify guess_remote_head()Jay Soffian1-7/+6
2009-02-26move locate_head() to remote.cJay Soffian1-0/+9
2009-02-26move duplicated ref_newer() to remote.cJay Soffian1-0/+1
2009-02-26move duplicated get_local_heads() to remote.cJay Soffian1-0/+1
2008-11-11remote: add a new 'origin' variable to the structMiklos Vajna1-0/+7
2008-10-18make alloc_ref_from_str() the new alloc_ref()René Scharfe1-3/+1
2008-09-25remote.c: make free_ref(), parse_push_refspec() and free_refspecs() static.Nanako Shiraishi1-2/+0
2008-08-22remote.c: add a function for deleting a refspec array and use it (twice)Brandon Casey1-0/+1
2008-07-02Refactor "tracking statistics" code used by "git checkout"Junio C Hamano1-0/+4
2008-05-25Merge branch 'db/clone-in-c'Junio C Hamano1-0/+2
2008-05-23Merge branch 'pb/push'Junio C Hamano1-0/+1
2008-05-11alloc_ref_from_str(): factor out a common pattern of alloc_ref from stringKrzysztof Kowalczyk1-0/+2
2008-05-08Merge branch 'db/learn-HEAD'Junio C Hamano1-0/+2
2008-05-04Have a constant extern refspec for "--tags"Daniel Barkalow1-0/+2