summaryrefslogtreecommitdiff
path: root/remote.h
AgeCommit message (Expand)Author
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