summaryrefslogtreecommitdiff
path: root/remote.c
AgeCommit message (Expand)Author
2007-07-11Add for_each_remote() function, and extend remote_find_tracking()Johannes Schindelin
2007-07-10Some cosmetic changes to remote libraryDaniel Barkalow
2007-07-10Add allocation and freeing functions for struct refsDaniel Barkalow
2007-07-03"git-push $URL" without refspecs pushes only matching branchesJunio C Hamano
2007-06-16Merge branch 'jc/remote'Junio C Hamano
2007-06-16Fix pushing to a pattern with no dstDaniel Barkalow
2007-06-13Don't dereference a strdup-returned NULLJim Meyering
2007-06-09remote.c: "git-push frotz" should update what matches at the source.Junio C Hamano
2007-06-09remote.c: fix "git push" weak match disambiguationJunio C Hamano
2007-06-09remote.c: minor clean-up of match_explicit()Junio C Hamano
2007-06-09remote.c: refactor creation of new dst refJunio C Hamano
2007-06-09remote.c: refactor match_explicit_refs()Junio C Hamano
2007-06-08Fix push with refspecs containing wildcardsAlex Riesen
2007-05-26Move refspec pattern matching to match_refs().Daniel 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