summaryrefslogtreecommitdiff
path: root/remote.h
AgeCommit message (Expand)Author
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
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-03Refactor "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-09Merge branch 'db/learn-HEAD'Junio C Hamano
2008-05-05Have a constant extern refspec for "--tags"Daniel Barkalow
2008-05-05add special "matching refs" refspecPaolo Bonzini
2008-04-27Make ls-remote http://... list HEAD, like for git://...Daniel Barkalow
2008-04-21Add a remote.*.mirror configuration optionPaolo Bonzini
2008-04-18git-remote: reject adding remotes with invalid namesJonas Fonseca
2008-03-23remote.c: Fix overtight refspec validationJunio C Hamano
2008-03-01Make git-remote a builtinJohannes Schindelin
2008-02-19Use ALLOC_GROW in remote.{c,h}Daniel Barkalow
2007-12-04Add remote.<name>.proxySam Vilain
2007-11-10Teach send-pack a mirror modeAndy Whitcroft
2007-11-03Miscellaneous const changes and utilitiesDaniel Barkalow
2007-10-28git-fetch: do not fail when remote branch disappearsJunio C Hamano
2007-10-16Remove duplicate ref matches in fetchDaniel Barkalow
2007-09-19Rename remote.uri to remote.url within remote handling internalsShawn O. Pearce
2007-09-19Correct handling of branch.$name.merge in builtin-fetchShawn O. Pearce
2007-09-19Add matching and parsing for fetch-side refspec rulesDaniel Barkalow
2007-09-19Report information on branches from remote.hDaniel Barkalow
2007-09-19Add uploadpack configuration info to remote.Daniel Barkalow
2007-07-11Add for_each_remote() function, and extend remote_find_tracking()Johannes Schindelin
2007-07-10Add allocation and freeing functions for struct refsDaniel Barkalow
2007-05-21Add handlers for fetch-side configuration of remotes.Daniel Barkalow
2007-05-21Move refspec parser from connect.c and cache.h to remote.{c,h}Daniel Barkalow
2007-05-21Move remote parsing into a library file out of builtin-push.Daniel Barkalow