summaryrefslogtreecommitdiff
path: root/remote.h
AgeCommit message (Expand)Author
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-10fetch: support fetching from a shallow repositoryNguyễn Thái Ngọc Duy
2013-12-10connect.c: teach get_remote_heads to parse "shallow" linesNguyễn Thái Ngọc Duy
2013-12-10remote.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-22push --force-with-lease: tie it all togetherJunio C Hamano
2013-07-22push --force-with-lease: implement logic to populate old_sha1_expect[]Junio C Hamano
2013-07-22remote.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-22push: add '--prune' optionFelipe Contreras
2011-10-26Merge branch 'cn/fetch-prune'Junio C Hamano
2011-10-15fetch: 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-09refactor ref status logic for pushingTay Ray Chuan
2009-12-26Merge branch 'sr/vcs-helper'Junio C Hamano
2009-11-17Allow helper to map private ref names into normal namesDaniel Barkalow
2009-11-17Add 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-20Merge branch 'mg/pushurl'Junio C Hamano
2009-06-09Allow push and fetch urls to be differentMichael J Gruber
2009-06-01match_refs: search ref list tail internallyClemens Buchacher
2009-04-07remote: 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
2008-11-11remote: add a new 'origin' variable to the structMiklos Vajna
2008-10-18make alloc_ref_from_str() the new alloc_ref()René Scharfe
2008-09-25remote.c: make free_ref(), parse_push_refspec() and free_refspecs() static.Nanako Shiraishi
2008-08-22remote.c: add a function for deleting a refspec array and use it (twice)Brandon Casey
2008-07-02Refactor "tracking statistics" code used by "git checkout"Junio C Hamano
2008-05-25Merge branch 'db/clone-in-c'Junio C Hamano
2008-05-23Merge branch 'pb/push'Junio C Hamano
2008-05-11alloc_ref_from_str(): factor out a common pattern of alloc_ref from stringKrzysztof Kowalczyk
2008-05-08Merge branch 'db/learn-HEAD'Junio C Hamano
2008-05-04Have a constant extern refspec for "--tags"Daniel Barkalow
2008-05-04add special "matching refs" refspecPaolo Bonzini