Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move refspec parser from connect.c and cache.h to remote.{c,h} | Daniel Barkalow | 2007-05-20 | 1 | -0/+246 |
| | | | | | Signed-off-by: Daniel Barkalow <barkalow@iabervon.org> Signed-off-by: Junio C Hamano <junkio@cox.net> | ||||
* | Move remote parsing into a library file out of builtin-push. | Daniel Barkalow | 2007-05-20 | 1 | -0/+223 |
The new parser is different from the one in builtin-push in two ways: the default is to use the current branch's remote, if there is one, before "origin"; and config is used in preference to remotes. Signed-off-by: Daniel Barkalow <barkalow@iabervon.org> Signed-off-by: Junio C Hamano <junkio@cox.net> |