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