summaryrefslogtreecommitdiff
path: root/remote.c
AgeCommit message (Expand)AuthorFilesLines
2007-07-11Add for_each_remote() function, and extend remote_find_tracking()Libravatar Johannes Schindelin1-15/+45
2007-07-09Some cosmetic changes to remote libraryLibravatar Daniel Barkalow1-10/+11
2007-07-09Add allocation and freeing functions for struct refsLibravatar Daniel Barkalow1-3/+22
2007-07-02"git-push $URL" without refspecs pushes only matching branchesLibravatar Junio C Hamano1-0/+7
2007-06-16Merge branch 'jc/remote'Libravatar Junio C Hamano1-82/+89
2007-06-16Fix pushing to a pattern with no dstLibravatar Daniel Barkalow1-2/+3
2007-06-12Don't dereference a strdup-returned NULLLibravatar Jim Meyering1-1/+1
2007-06-09remote.c: "git-push frotz" should update what matches at the source.Libravatar Junio C Hamano1-6/+1
2007-06-09remote.c: fix "git push" weak match disambiguationLibravatar Junio C Hamano1-1/+0
2007-06-09remote.c: minor clean-up of match_explicit()Libravatar Junio C Hamano1-11/+12
2007-06-09remote.c: refactor creation of new dst refLibravatar Junio C Hamano1-18/+17
2007-06-09remote.c: refactor match_explicit_refs()Libravatar Junio C Hamano1-73/+86
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