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