summaryrefslogtreecommitdiffstats
path: root/remote.h
AgeCommit message (Expand)AuthorLines
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
2008-05-04add special "matching refs" refspecPaolo Bonzini-0/+1
2008-04-26Make ls-remote http://... list HEAD, like for git://...Daniel Barkalow-0/+2
2008-04-20Add a remote.*.mirror configuration optionPaolo Bonzini-0/+1
2008-04-18git-remote: reject adding remotes with invalid namesJonas Fonseca-0/+1
2008-03-22remote.c: Fix overtight refspec validationJunio C Hamano-1/+2
2008-03-01Make git-remote a builtinJohannes Schindelin-0/+1
2008-02-19Use ALLOC_GROW in remote.{c,h}Daniel Barkalow-0/+4
2007-12-03Add remote.<name>.proxySam Vilain-0/+5
2007-11-09Teach send-pack a mirror modeAndy Whitcroft-0/+7
2007-11-02Miscellaneous const changes and utilitiesDaniel Barkalow-3/+7
2007-10-28git-fetch: do not fail when remote branch disappearsJunio C Hamano-1/+4
2007-10-15Remove duplicate ref matches in fetchDaniel Barkalow-0/+5
2007-09-19Rename remote.uri to remote.url within remote handling internalsShawn O. Pearce-3/+3
2007-09-19Correct handling of branch.$name.merge in builtin-fetchShawn O. Pearce-2/+1
2007-09-19Add matching and parsing for fetch-side refspec rulesDaniel Barkalow-0/+24
2007-09-19Report information on branches from remote.hDaniel Barkalow-0/+18
2007-09-19Add uploadpack configuration info to remote.Daniel Barkalow-0/+1
2007-07-11Add for_each_remote() function, and extend remote_find_tracking()Johannes Schindelin-1/+4
2007-07-09Add allocation and freeing functions for struct refsDaniel Barkalow-0/+7