summaryrefslogtreecommitdiff
path: root/remote.c
AgeCommit message (Expand)AuthorFilesLines
2007-07-11Add for_each_remote() function, and extend remote_find_tracking()Johannes Schindelin1-15/+45
2007-07-09Some cosmetic changes to remote libraryDaniel Barkalow1-10/+11
2007-07-09Add allocation and freeing functions for struct refsDaniel Barkalow1-3/+22
2007-07-02"git-push $URL" without refspecs pushes only matching branchesJunio C Hamano1-0/+7
2007-06-16Merge branch 'jc/remote'Junio C Hamano1-82/+89
2007-06-16Fix pushing to a pattern with no dstDaniel Barkalow1-2/+3
2007-06-12Don't dereference a strdup-returned NULLJim Meyering1-1/+1
2007-06-09remote.c: "git-push frotz" should update what matches at the source.Junio C Hamano1-6/+1
2007-06-09remote.c: fix "git push" weak match disambiguationJunio C Hamano1-1/+0
2007-06-09remote.c: minor clean-up of match_explicit()Junio C Hamano1-11/+12
2007-06-09remote.c: refactor creation of new dst refJunio C Hamano1-18/+17
2007-06-09remote.c: refactor match_explicit_refs()Junio C Hamano1-73/+86
2007-06-08Fix push with refspecs containing wildcardsAlex Riesen1-12/+27
2007-05-26Move refspec pattern matching to match_refs().Daniel Barkalow1-3/+28
2007-05-20Add handlers for fetch-side configuration of remotes.Daniel Barkalow1-0/+59
2007-05-20Move refspec parser from connect.c and cache.h to remote.{c,h}Daniel Barkalow1-0/+246
2007-05-20Move remote parsing into a library file out of builtin-push.Daniel Barkalow1-0/+223