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