Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remote.c: "git-push frotz" should update what matches at the source. | Junio C Hamano | 2007-06-09 | 1 | -6/+1 |
* | remote.c: fix "git push" weak match disambiguation | Junio C Hamano | 2007-06-09 | 1 | -1/+0 |
* | remote.c: minor clean-up of match_explicit() | Junio C Hamano | 2007-06-09 | 1 | -11/+12 |
* | remote.c: refactor creation of new dst ref | Junio C Hamano | 2007-06-09 | 1 | -18/+17 |
* | remote.c: refactor match_explicit_refs() | Junio C Hamano | 2007-06-09 | 1 | -73/+86 |
* | Fix push with refspecs containing wildcards | Alex Riesen | 2007-06-08 | 1 | -12/+27 |
* | Move refspec pattern matching to match_refs(). | Daniel Barkalow | 2007-05-26 | 1 | -3/+28 |
* | Add handlers for fetch-side configuration of remotes. | Daniel Barkalow | 2007-05-20 | 1 | -0/+59 |
* | Move refspec parser from connect.c and cache.h to remote.{c,h} | Daniel Barkalow | 2007-05-20 | 1 | -0/+246 |
* | Move remote parsing into a library file out of builtin-push. | Daniel Barkalow | 2007-05-20 | 1 | -0/+223 |