summaryrefslogtreecommitdiff
path: root/remote.h
AgeCommit message (Expand)AuthorFilesLines
2009-06-20Merge branch 'mg/pushurl'Libravatar Junio C Hamano1-0/+4
2009-06-09Allow push and fetch urls to be differentLibravatar Michael J Gruber1-0/+4
2009-06-01match_refs: search ref list tail internallyLibravatar Clemens Buchacher1-1/+1
2009-04-07remote: New function remote_is_configured()Libravatar Finn Arne Gangstad1-0/+1
2009-02-27remote: let guess_remote_head() optionally return all matchesLibravatar Jay Soffian1-6/+8
2009-02-26remote: simplify guess_remote_head()Libravatar Jay Soffian1-7/+6
2009-02-26move locate_head() to remote.cLibravatar Jay Soffian1-0/+9
2009-02-26move duplicated ref_newer() to remote.cLibravatar Jay Soffian1-0/+1
2009-02-26move duplicated get_local_heads() to remote.cLibravatar Jay Soffian1-0/+1
2008-11-11remote: add a new 'origin' variable to the structLibravatar Miklos Vajna1-0/+7
2008-10-18make alloc_ref_from_str() the new alloc_ref()Libravatar René Scharfe1-3/+1
2008-09-25remote.c: make free_ref(), parse_push_refspec() and free_refspecs() static.Libravatar Nanako Shiraishi1-2/+0
2008-08-22remote.c: add a function for deleting a refspec array and use it (twice)Libravatar Brandon Casey1-0/+1
2008-07-02Refactor "tracking statistics" code used by "git checkout"Libravatar Junio C Hamano1-0/+4
2008-05-25Merge branch 'db/clone-in-c'Libravatar Junio C Hamano1-0/+2
2008-05-23Merge branch 'pb/push'Libravatar Junio C Hamano1-0/+1
2008-05-11alloc_ref_from_str(): factor out a common pattern of alloc_ref from stringLibravatar Krzysztof Kowalczyk1-0/+2
2008-05-08Merge branch 'db/learn-HEAD'Libravatar Junio C Hamano1-0/+2
2008-05-04Have a constant extern refspec for "--tags"Libravatar Daniel Barkalow1-0/+2
2008-05-04add special "matching refs" refspecLibravatar Paolo Bonzini1-0/+1
2008-04-26Make ls-remote http://... list HEAD, like for git://...Libravatar Daniel Barkalow1-0/+2
2008-04-20Add a remote.*.mirror configuration optionLibravatar Paolo Bonzini1-0/+1
2008-04-18git-remote: reject adding remotes with invalid namesLibravatar Jonas Fonseca1-0/+1
2008-03-22remote.c: Fix overtight refspec validationLibravatar Junio C Hamano1-1/+2
2008-03-01Make git-remote a builtinLibravatar Johannes Schindelin1-0/+1
2008-02-19Use ALLOC_GROW in remote.{c,h}Libravatar Daniel Barkalow1-0/+4
2007-12-03Add remote.<name>.proxyLibravatar Sam Vilain1-0/+5
2007-11-09Teach send-pack a mirror modeLibravatar Andy Whitcroft1-0/+7
2007-11-02Miscellaneous const changes and utilitiesLibravatar Daniel Barkalow1-3/+7
2007-10-28git-fetch: do not fail when remote branch disappearsLibravatar Junio C Hamano1-1/+4
2007-10-15Remove duplicate ref matches in fetchLibravatar Daniel Barkalow1-0/+5
2007-09-19Rename remote.uri to remote.url within remote handling internalsLibravatar Shawn O. Pearce1-3/+3
2007-09-19Correct handling of branch.$name.merge in builtin-fetchLibravatar Shawn O. Pearce1-2/+1
2007-09-19Add matching and parsing for fetch-side refspec rulesLibravatar Daniel Barkalow1-0/+24
2007-09-19Report information on branches from remote.hLibravatar Daniel Barkalow1-0/+18
2007-09-19Add uploadpack configuration info to remote.Libravatar Daniel Barkalow1-0/+1
2007-07-11Add for_each_remote() function, and extend remote_find_tracking()Libravatar Johannes Schindelin1-1/+4
2007-07-09Add allocation and freeing functions for struct refsLibravatar Daniel Barkalow1-0/+7
2007-05-20Add handlers for fetch-side configuration of remotes.Libravatar Daniel Barkalow1-0/+11
2007-05-20Move refspec parser from connect.c and cache.h to remote.{c,h}Libravatar Daniel Barkalow1-0/+12
2007-05-20Move remote parsing into a library file out of builtin-push.Libravatar Daniel Barkalow1-0/+18