summaryrefslogtreecommitdiff
path: root/remote.c
AgeCommit message (Expand)AuthorFilesLines
2007-06-12Don't dereference a strdup-returned NULLLibravatar Jim Meyering1-1/+1
2007-06-08Fix push with refspecs containing wildcardsLibravatar Alex Riesen1-12/+27
2007-05-26Move refspec pattern matching to match_refs().Libravatar Daniel Barkalow1-3/+28
2007-05-20Add handlers for fetch-side configuration of remotes.Libravatar Daniel Barkalow1-0/+59
2007-05-20Move refspec parser from connect.c and cache.h to remote.{c,h}Libravatar Daniel Barkalow1-0/+246
2007-05-20Move remote parsing into a library file out of builtin-push.Libravatar Daniel Barkalow1-0/+223