summaryrefslogtreecommitdiff
path: root/remote.c
Commit message (Expand)AuthorAgeFilesLines
* remote.c: "git-push frotz" should update what matches at the source.Junio C Hamano2007-06-091-6/+1
* remote.c: fix "git push" weak match disambiguationJunio C Hamano2007-06-091-1/+0
* remote.c: minor clean-up of match_explicit()Junio C Hamano2007-06-091-11/+12
* remote.c: refactor creation of new dst refJunio C Hamano2007-06-091-18/+17
* remote.c: refactor match_explicit_refs()Junio C Hamano2007-06-091-73/+86
* Fix push with refspecs containing wildcardsAlex Riesen2007-06-081-12/+27
* Move refspec pattern matching to match_refs().Daniel Barkalow2007-05-261-3/+28
* Add handlers for fetch-side configuration of remotes.Daniel Barkalow2007-05-201-0/+59
* Move refspec parser from connect.c and cache.h to remote.{c,h}Daniel Barkalow2007-05-201-0/+246
* Move remote parsing into a library file out of builtin-push.Daniel Barkalow2007-05-201-0/+223